#D2BAF6

Color #D2BAF6 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #D2BAF6

Tints of Fog #D2BAF6

Color information

#D2BAF6 (or 0xD2BAF6) is unknown color: approx Fog. HEX triplet: D2, BA and F6. RGB value is (210,186,246). Sum of RGB (Red+Green+Blue) = 210+186+246=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BAF6 is #2D4509. Grayscale: #C7C7C7. Windows color (decimal): -2966794 or 16169682. OLE color: 16169682.

HSL color Cylindrical-coordinate representation of color #D2BAF6: hue angle of 264º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2BAF6 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB210186246-
CMYK0.150.2400.04
HSL264º76.92%84.71%-
HSV(B)264º24.39%96.47%-
XYZ60.7755.4794.69-
YUV200.02153.95135.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 32.71%
GREEN value IS 186 (73.05% from 255) = 28.97%
BLUE value IS 246 (96.48% from 255) = 38.32%
R=32.71%
G=28.97%
B=38.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2101862460.150.2400.0426476.9284.71
HexD2BAF6F18041084d55
Octal322272366173004410115125
Binary110100101011101011110110111111000010010000100010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BAF6; }

 p { color: rgb(210,186,246); }

 H1.HeaderClassName
 {
   color: #D2BAF6;
 }
 .AnyTagClassName
 {
   color: #D2BAF6;
 }
</style>
background-color css

<style>
 a { background-color: #D2BAF6; }

 a { background-color: rgb(210,186,246); }

 div.DivClassName
 {
   background-color: #D2BAF6;
 }
 .BgClassName
 {
   background-color: #D2BAF6;
 }
</style>
border-color css

<style>
 span { border-color: #D2BAF6; }

 span { border-color: rgb(210,186,246); }

 td.TdClassName
 {
   border-color: #D2BAF6;
 }
 .TagClassName
 {
   border-color: #D2BAF6;
 }
</style>