#D9D4E9

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

Shades of Fog #D9D4E9

Tints of Fog #D9D4E9

Color information

#D9D4E9 (or 0xD9D4E9) is unknown color: approx Fog. HEX triplet: D9, D4 and E9. RGB value is (217,212,233). Sum of RGB (Red+Green+Blue) = 217+212+233=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9D4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D4E9 is #262B16. Grayscale: #D7D7D7. Windows color (decimal): -2501399 or 15324377. OLE color: 15324377.

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

Color convert

RGB217212233-
CMYK0.070.0900.09
HSL254.29º32.31%87.25%-
HSV(B)254.29º9.01%91.37%-
XYZ66.8767.7286.64-
YUV215.89137.66128.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.78%
GREEN value IS 212 (83.20% from 255) = 32.02%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=32.78%
G=32.02%
B=35.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172122330.070.0900.09254.2932.3187.25
HexD9D4E97909fe2057
Octal33132435171101137640127
Binary110110011101010011101001111100101001111111101000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D4E9; }

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

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

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

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

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

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

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

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