#D0B6E9

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

Shades of Fog #D0B6E9

Tints of Fog #D0B6E9

Color information

#D0B6E9 (or 0xD0B6E9) is unknown color: approx Fog. HEX triplet: D0, B6 and E9. RGB value is (208,182,233). Sum of RGB (Red+Green+Blue) = 208+182+233=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0B6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B6E9 is #2F4916. Grayscale: #C3C3C3. Windows color (decimal): -3098903 or 15316688. OLE color: 15316688.

HSL color Cylindrical-coordinate representation of color #D0B6E9: hue angle of 270.59º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0B6E9 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208182233-
CMYK0.110.2200.09
HSL270.59º53.68%81.37%-
HSV(B)270.59º21.89%91.37%-
XYZ57.4552.7584.24-
YUV195.59149.11136.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 182 (71.48% from 255) = 29.21%
BLUE value IS 233 (91.41% from 255) = 37.40%
R=33.39%
G=29.21%
B=37.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081822330.110.2200.09270.5953.6881.37
HexD0B6E9B160910f3651
Octal320266351132601141766121
Binary110100001011011011101001101110110010011000011111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B6E9; }

 p { color: rgb(208,182,233); }

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

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

 a { background-color: rgb(208,182,233); }

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

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

 span { border-color: rgb(208,182,233); }

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