Shades of Fog #D9CFEC
Tints of Fog #D9CFEC
RGB
CMYK
RGB Variations
Color information
#D9CFEC (or 0xD9CFEC) is known color: Fog. HEX triplet: D9, CF and EC. RGB value is (217,207,236). Sum of RGB (Red+Green+Blue) = 217+207+236=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFEC is #263013. Grayscale: #D5D5D5. Windows color (decimal): -2502676 or 15519705. OLE color: 15519705.
HSL color Cylindrical-coordinate representation of color #D9CFEC: hue angle of 260.69º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9CFEC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 207 | 236 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.07 |
| HSL | 260.69º | 0.43% | 0.87% | - |
| HSV(B) | 260.69º | 0.12% | 0.93% | - |
| XYZ | 66.07 | 65.43 | 88.5 | - |
| YUV | 213.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 236 | 0.08 | 0.12 | 0 | 0.07 | 260.69 | 0.43 | 0.87 |
| Hex | D9 | CF | EC | 8 | C | 0 | 7 | 105 | 2B | 57 |
| Octal | 331 | 317 | 354 | 10 | 14 | 0 | 7 | 405 | 53 | 127 |
| Binary | 11011001 | 11001111 | 11101100 | 1000 | 1100 | 0 | 111 | 100000101 | 101011 | 1010111 |
Color Harmonies of #D9CFEC
Complementary color
Monochromatic Colors of #D9CFEC
Black with #D9CFEC
Text Example
Text Example
White with #D9CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFEC; }
p { color: rgb(217,207,236); }
H1.HeaderClassName
{
color: #D9CFEC;
}
.AnyTagClassName
{
color: #D9CFEC;
}
</style>
background-color css
<style>
a { background-color: #D9CFEC; }
a { background-color: rgb(217,207,236); }
div.DivClassName
{
background-color: #D9CFEC;
}
.BgClassName
{
background-color: #D9CFEC;
}
</style>
border-color css
<style>
span { border-color: #D9CFEC; }
span { border-color: rgb(217,207,236); }
td.TdClassName
{
border-color: #D9CFEC;
}
.TagClassName
{
border-color: #D9CFEC;
}
</style>