Shades of Fog #D9CFEA
Tints of Fog #D9CFEA
RGB
CMYK
RGB Variations
Color information
#D9CFEA (or 0xD9CFEA) is known color: Fog. HEX triplet: D9, CF and EA. RGB value is (217,207,234). Sum of RGB (Red+Green+Blue) = 217+207+234=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFEA is #263015. Grayscale: #D4D4D4. Windows color (decimal): -2502678 or 15388633. OLE color: 15388633.
HSL color Cylindrical-coordinate representation of color #D9CFEA: hue angle of 262.22º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9CFEA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 207 | 234 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.08 |
| HSL | 262.22º | 0.39% | 0.86% | - |
| HSV(B) | 262.22º | 0.12% | 0.92% | - |
| XYZ | 65.78 | 65.32 | 86.98 | - |
| YUV | 213.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 234 | 0.07 | 0.12 | 0 | 0.08 | 262.22 | 0.39 | 0.86 |
| Hex | D9 | CF | EA | 7 | C | 0 | 8 | 106 | 27 | 56 |
| Octal | 331 | 317 | 352 | 7 | 14 | 0 | 10 | 406 | 47 | 126 |
| Binary | 11011001 | 11001111 | 11101010 | 111 | 1100 | 0 | 1000 | 100000110 | 100111 | 1010110 |
Color Harmonies of #D9CFEA
Complementary color
Monochromatic Colors of #D9CFEA
Black with #D9CFEA
Text Example
Text Example
White with #D9CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFEA; }
p { color: rgb(217,207,234); }
H1.HeaderClassName
{
color: #D9CFEA;
}
.AnyTagClassName
{
color: #D9CFEA;
}
</style>
background-color css
<style>
a { background-color: #D9CFEA; }
a { background-color: rgb(217,207,234); }
div.DivClassName
{
background-color: #D9CFEA;
}
.BgClassName
{
background-color: #D9CFEA;
}
</style>
border-color css
<style>
span { border-color: #D9CFEA; }
span { border-color: rgb(217,207,234); }
td.TdClassName
{
border-color: #D9CFEA;
}
.TagClassName
{
border-color: #D9CFEA;
}
</style>