Shades of Fog #D9CFE4
Tints of Fog #D9CFE4
RGB
CMYK
RGB Variations
Color information
#D9CFE4 (or 0xD9CFE4) is known color: Fog. HEX triplet: D9, CF and E4. RGB value is (217,207,228). Sum of RGB (Red+Green+Blue) = 217+207+228=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9CFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFE4 is #26301B. Grayscale: #D4D4D4. Windows color (decimal): -2502684 or 14995417. OLE color: 14995417.
HSL color Cylindrical-coordinate representation of color #D9CFE4: hue angle of 268.57º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9CFE4 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 207 | 228 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.11 |
| HSL | 268.57º | 0.28% | 0.85% | - |
| HSV(B) | 268.57º | 0.09% | 0.89% | - |
| XYZ | 64.93 | 64.98 | 82.52 | - |
| YUV | 212.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 228 | 0.05 | 0.09 | 0 | 0.11 | 268.57 | 0.28 | 0.85 |
| Hex | D9 | CF | E4 | 5 | 9 | 0 | B | 10D | 1C | 55 |
| Octal | 331 | 317 | 344 | 5 | 11 | 0 | 13 | 415 | 34 | 125 |
| Binary | 11011001 | 11001111 | 11100100 | 101 | 1001 | 0 | 1011 | 100001101 | 11100 | 1010101 |
Color Harmonies of #D9CFE4
Complementary color
Monochromatic Colors of #D9CFE4
Black with #D9CFE4
Text Example
Text Example
White with #D9CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFE4; }
p { color: rgb(217,207,228); }
H1.HeaderClassName
{
color: #D9CFE4;
}
.AnyTagClassName
{
color: #D9CFE4;
}
</style>
background-color css
<style>
a { background-color: #D9CFE4; }
a { background-color: rgb(217,207,228); }
div.DivClassName
{
background-color: #D9CFE4;
}
.BgClassName
{
background-color: #D9CFE4;
}
</style>
border-color css
<style>
span { border-color: #D9CFE4; }
span { border-color: rgb(217,207,228); }
td.TdClassName
{
border-color: #D9CFE4;
}
.TagClassName
{
border-color: #D9CFE4;
}
</style>