Shades of Fog #D9CFEF
Tints of Fog #D9CFEF
RGB
CMYK
RGB Variations
Color information
#D9CFEF (or 0xD9CFEF) is known color: Fog. HEX triplet: D9, CF and EF. RGB value is (217,207,239). Sum of RGB (Red+Green+Blue) = 217+207+239=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFEF is #263010. Grayscale: #D5D5D5. Windows color (decimal): -2502673 or 15716313. OLE color: 15716313.
HSL color Cylindrical-coordinate representation of color #D9CFEF: hue angle of 258.75º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9CFEF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 207 | 239 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.06 |
| HSL | 258.75º | 0.5% | 0.87% | - |
| HSV(B) | 258.75º | 0.13% | 0.94% | - |
| XYZ | 66.51 | 65.61 | 90.82 | - |
| YUV | 213.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 239 | 0.09 | 0.13 | 0 | 0.06 | 258.75 | 0.5 | 0.87 |
| Hex | D9 | CF | EF | 9 | D | 0 | 6 | 103 | 32 | 57 |
| Octal | 331 | 317 | 357 | 11 | 15 | 0 | 6 | 403 | 62 | 127 |
| Binary | 11011001 | 11001111 | 11101111 | 1001 | 1101 | 0 | 110 | 100000011 | 110010 | 1010111 |
Color Harmonies of #D9CFEF
Complementary color
Monochromatic Colors of #D9CFEF
Black with #D9CFEF
Text Example
Text Example
White with #D9CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFEF; }
p { color: rgb(217,207,239); }
H1.HeaderClassName
{
color: #D9CFEF;
}
.AnyTagClassName
{
color: #D9CFEF;
}
</style>
background-color css
<style>
a { background-color: #D9CFEF; }
a { background-color: rgb(217,207,239); }
div.DivClassName
{
background-color: #D9CFEF;
}
.BgClassName
{
background-color: #D9CFEF;
}
</style>
border-color css
<style>
span { border-color: #D9CFEF; }
span { border-color: rgb(217,207,239); }
td.TdClassName
{
border-color: #D9CFEF;
}
.TagClassName
{
border-color: #D9CFEF;
}
</style>