Shades of Fog #D9D8DC
Tints of Fog #D9D8DC
RGB
CMYK
RGB Variations
Color information
#D9D8DC (or 0xD9D8DC) is known color: 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
RGB | 217 | 216 | 220 | - |
CMYK | 0.01 | 0.02 | 0 | 0.14 |
HSL | 255º | 0.05% | 0.85% | - |
HSV(B) | 255º | 0.02% | 0.86% | - |
XYZ | 66.09 | 69.03 | 77.55 | - |
YUV | 216.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 216 | 220 | 0.01 | 0.02 | 0 | 0.14 | 255 | 0.05 | 0.85 |
Hex | D9 | D8 | DC | 1 | 2 | 0 | E | FF | 5 | 55 |
Octal | 331 | 330 | 334 | 1 | 2 | 0 | 16 | 377 | 5 | 125 |
Binary | 11011001 | 11011000 | 11011100 | 1 | 10 | 0 | 1110 | 11111111 | 101 | 1010101 |
Color Harmonies of #D9D8DC
Complementary color
Monochromatic Colors of #D9D8DC
Black with #D9D8DC
Text Example
Text Example
White with #D9D8DC
Text Example
Text Example
HTML Codes & Css Web 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>