#D9D0E8

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

Shades of Fog #D9D0E8

Tints of Fog #D9D0E8

Color information

#D9D0E8 (or 0xD9D0E8) is unknown color: approx Fog. HEX triplet: D9, D0 and E8. RGB value is (217,208,232). Sum of RGB (Red+Green+Blue) = 217+208+232=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 232 - color contains mainly: blue. Hex color #D9D0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D0E8 is #262F17. Grayscale: #D5D5D5. Windows color (decimal): -2502424 or 15257817. OLE color: 15257817.

HSL color Cylindrical-coordinate representation of color #D9D0E8: hue angle of 262.5º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9D0E8 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217208232-
CMYK0.060.1000.09
HSL262.5º34.29%86.27%-
HSV(B)262.5º10.34%90.98%-
XYZ65.7465.6985.56-
YUV213.43138.48130.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.03%
GREEN value IS 208 (81.64% from 255) = 31.66%
BLUE value IS 232 (91.02% from 255) = 35.31%
R=33.03%
G=31.66%
B=35.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172082320.060.1000.09262.534.2986.27
HexD9D0E86A091062256
Octal33132035061201140642126
Binary1101100111010000111010001101010010011000001101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D0E8; }

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

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

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

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

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

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

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

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