Shades of Fog #D9D6DF
Tints of Fog #D9D6DF
RGB
CMYK
RGB Variations
Color information
#D9D6DF (or 0xD9D6DF) is known color: Fog. HEX triplet: D9, D6 and DF. RGB value is (217,214,223). Sum of RGB (Red+Green+Blue) = 217+214+223=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D6DF is #262920. Grayscale: #D7D7D7. Windows color (decimal): -2500897 or 14669529. OLE color: 14669529.
HSL color Cylindrical-coordinate representation of color #D9D6DF: hue angle of 260º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D9D6DF is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 214 | 223 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.13 |
| HSL | 260º | 0.12% | 0.86% | - |
| HSV(B) | 260º | 0.04% | 0.87% | - |
| XYZ | 65.98 | 68.17 | 79.49 | - |
| YUV | 215.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 223 | 0.03 | 0.04 | 0 | 0.13 | 260 | 0.12 | 0.86 |
| Hex | D9 | D6 | DF | 3 | 4 | 0 | D | 104 | C | 56 |
| Octal | 331 | 326 | 337 | 3 | 4 | 0 | 15 | 404 | 14 | 126 |
| Binary | 11011001 | 11010110 | 11011111 | 11 | 100 | 0 | 1101 | 100000100 | 1100 | 1010110 |
Color Harmonies of #D9D6DF
Complementary color
Monochromatic Colors of #D9D6DF
Black with #D9D6DF
Text Example
Text Example
White with #D9D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D6DF; }
p { color: rgb(217,214,223); }
H1.HeaderClassName
{
color: #D9D6DF;
}
.AnyTagClassName
{
color: #D9D6DF;
}
</style>
background-color css
<style>
a { background-color: #D9D6DF; }
a { background-color: rgb(217,214,223); }
div.DivClassName
{
background-color: #D9D6DF;
}
.BgClassName
{
background-color: #D9D6DF;
}
</style>
border-color css
<style>
span { border-color: #D9D6DF; }
span { border-color: rgb(217,214,223); }
td.TdClassName
{
border-color: #D9D6DF;
}
.TagClassName
{
border-color: #D9D6DF;
}
</style>