#D9D0E9

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

Shades of Fog #D9D0E9

Tints of Fog #D9D0E9

Color information

#D9D0E9 (or 0xD9D0E9) is unknown color: approx Fog. HEX triplet: D9, D0 and E9. RGB value is (217,208,233). Sum of RGB (Red+Green+Blue) = 217+208+233=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9D0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D0E9 is #262F16. Grayscale: #D5D5D5. Windows color (decimal): -2502423 or 15323353. OLE color: 15323353.

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

Color convert

RGB217208233-
CMYK0.070.1100.09
HSL261.6º36.23%86.47%-
HSV(B)261.6º10.73%91.37%-
XYZ65.8865.7586.31-
YUV213.54138.98130.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.98%
GREEN value IS 208 (81.64% from 255) = 31.61%
BLUE value IS 233 (91.41% from 255) = 35.41%
R=32.98%
G=31.61%
B=35.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172082330.070.1100.09261.636.2386.47
HexD9D0E97B091062456
Octal33132035171301140644126
Binary1101100111010000111010011111011010011000001101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D0E9; }

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

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

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

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

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

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

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

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