#D9D8DC

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

Shades of Fog #D9D8DC

Tints of Fog #D9D8DC

Color information

#D9D8DC (or 0xD9D8DC) is unknown color: approx Fog. HEX triplet: D9, D8 and DC. RGB value is (217,216,220). Sum of RGB (Red+Green+Blue) = 217+216+220=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8DC is #262723. Grayscale: #D8D8D8. Windows color (decimal): -2500388 or 14473433. OLE color: 14473433.

HSL color Cylindrical-coordinate representation of color #D9D8DC: hue angle of 255º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9D8DC is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217216220-
CMYK0.010.0200.14
HSL255º5.41%85.49%-
HSV(B)255º1.82%86.27%-
XYZ66.0969.0377.55-
YUV216.76129.83128.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.23%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=33.23%
G=33.08%
B=33.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172162200.010.0200.142555.4185.49
HexD9D8DC120Eff555
Octal331330334120163775125
Binary11011001110110001101110011001110111111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8DC; }

 p { color: rgb(217,216,220); }

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

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

 a { background-color: rgb(217,216,220); }

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

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

 span { border-color: rgb(217,216,220); }

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