Shades of Fog #D9D7DC
Tints of Fog #D9D7DC
RGB
CMYK
RGB Variations
Color information
#D9D7DC (or 0xD9D7DC) is known color: Fog. HEX triplet: D9, D7 and DC. RGB value is (217,215,220). Sum of RGB (Red+Green+Blue) = 217+215+220=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D7DC is #262823. Grayscale: #D8D8D8. Windows color (decimal): -2500644 or 14473177. OLE color: 14473177.
HSL color Cylindrical-coordinate representation of color #D9D7DC: hue angle of 264º degrees, saturation: 0.07, 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 #D9D7DC is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 215 | 220 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.14 |
| HSL | 264º | 0.07% | 0.85% | - |
| HSV(B) | 264º | 0.02% | 0.86% | - |
| XYZ | 65.83 | 68.52 | 77.47 | - |
| YUV | 216.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 220 | 0.01 | 0.02 | 0 | 0.14 | 264 | 0.07 | 0.85 |
| Hex | D9 | D7 | DC | 1 | 2 | 0 | E | 108 | 7 | 55 |
| Octal | 331 | 327 | 334 | 1 | 2 | 0 | 16 | 410 | 7 | 125 |
| Binary | 11011001 | 11010111 | 11011100 | 1 | 10 | 0 | 1110 | 100001000 | 111 | 1010101 |
Color Harmonies of #D9D7DC
Complementary color
Monochromatic Colors of #D9D7DC
Black with #D9D7DC
Text Example
Text Example
White with #D9D7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D7DC; }
p { color: rgb(217,215,220); }
H1.HeaderClassName
{
color: #D9D7DC;
}
.AnyTagClassName
{
color: #D9D7DC;
}
</style>
background-color css
<style>
a { background-color: #D9D7DC; }
a { background-color: rgb(217,215,220); }
div.DivClassName
{
background-color: #D9D7DC;
}
.BgClassName
{
background-color: #D9D7DC;
}
</style>
border-color css
<style>
span { border-color: #D9D7DC; }
span { border-color: rgb(217,215,220); }
td.TdClassName
{
border-color: #D9D7DC;
}
.TagClassName
{
border-color: #D9D7DC;
}
</style>