Shades of Fog #D9CFE8
Tints of Fog #D9CFE8
RGB
CMYK
RGB Variations
Color information
#D9CFE8 (or 0xD9CFE8) is known color: Fog. HEX triplet: D9, CF and E8. RGB value is (217,207,232). Sum of RGB (Red+Green+Blue) = 217+207+232=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #D9CFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFE8 is #263017. Grayscale: #D4D4D4. Windows color (decimal): -2502680 or 15257561. OLE color: 15257561.
HSL color Cylindrical-coordinate representation of color #D9CFE8: hue angle of 264º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9CFE8 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 207 | 232 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.09 |
| HSL | 264º | 0.35% | 0.86% | - |
| HSV(B) | 264º | 0.11% | 0.91% | - |
| XYZ | 65.49 | 65.2 | 85.48 | - |
| YUV | 212.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 232 | 0.06 | 0.11 | 0 | 0.09 | 264 | 0.35 | 0.86 |
| Hex | D9 | CF | E8 | 6 | B | 0 | 9 | 108 | 23 | 56 |
| Octal | 331 | 317 | 350 | 6 | 13 | 0 | 11 | 410 | 43 | 126 |
| Binary | 11011001 | 11001111 | 11101000 | 110 | 1011 | 0 | 1001 | 100001000 | 100011 | 1010110 |
Color Harmonies of #D9CFE8
Complementary color
Monochromatic Colors of #D9CFE8
Black with #D9CFE8
Text Example
Text Example
White with #D9CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFE8; }
p { color: rgb(217,207,232); }
H1.HeaderClassName
{
color: #D9CFE8;
}
.AnyTagClassName
{
color: #D9CFE8;
}
</style>
background-color css
<style>
a { background-color: #D9CFE8; }
a { background-color: rgb(217,207,232); }
div.DivClassName
{
background-color: #D9CFE8;
}
.BgClassName
{
background-color: #D9CFE8;
}
</style>
border-color css
<style>
span { border-color: #D9CFE8; }
span { border-color: rgb(217,207,232); }
td.TdClassName
{
border-color: #D9CFE8;
}
.TagClassName
{
border-color: #D9CFE8;
}
</style>