Shades of Fog #D9CEEF
Tints of Fog #D9CEEF
RGB
CMYK
RGB Variations
Color information
#D9CEEF (or 0xD9CEEF) is known color: Fog. HEX triplet: D9, CE and EF. RGB value is (217,206,239). Sum of RGB (Red+Green+Blue) = 217+206+239=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEEF is #263110. Grayscale: #D4D4D4. Windows color (decimal): -2502929 or 15716057. OLE color: 15716057.
HSL color Cylindrical-coordinate representation of color #D9CEEF: hue angle of 260º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9CEEF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 206 | 239 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.06 |
| HSL | 260º | 0.51% | 0.87% | - |
| HSV(B) | 260º | 0.14% | 0.94% | - |
| XYZ | 66.27 | 65.13 | 90.74 | - |
| YUV | 213.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 239 | 0.09 | 0.14 | 0 | 0.06 | 260 | 0.51 | 0.87 |
| Hex | D9 | CE | EF | 9 | E | 0 | 6 | 104 | 33 | 57 |
| Octal | 331 | 316 | 357 | 11 | 16 | 0 | 6 | 404 | 63 | 127 |
| Binary | 11011001 | 11001110 | 11101111 | 1001 | 1110 | 0 | 110 | 100000100 | 110011 | 1010111 |
Color Harmonies of #D9CEEF
Complementary color
Monochromatic Colors of #D9CEEF
Black with #D9CEEF
Text Example
Text Example
White with #D9CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CEEF; }
p { color: rgb(217,206,239); }
H1.HeaderClassName
{
color: #D9CEEF;
}
.AnyTagClassName
{
color: #D9CEEF;
}
</style>
background-color css
<style>
a { background-color: #D9CEEF; }
a { background-color: rgb(217,206,239); }
div.DivClassName
{
background-color: #D9CEEF;
}
.BgClassName
{
background-color: #D9CEEF;
}
</style>
border-color css
<style>
span { border-color: #D9CEEF; }
span { border-color: rgb(217,206,239); }
td.TdClassName
{
border-color: #D9CEEF;
}
.TagClassName
{
border-color: #D9CEEF;
}
</style>