Shades of Fog #D8CEEF
Tints of Fog #D8CEEF
RGB
CMYK
RGB Variations
Color information
#D8CEEF (or 0xD8CEEF) is known color: Fog. HEX triplet: D8, CE and EF. RGB value is (216,206,239). Sum of RGB (Red+Green+Blue) = 216+206+239=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEEF is #273110. Grayscale: #D4D4D4. Windows color (decimal): -2568465 or 15716056. OLE color: 15716056.
HSL color Cylindrical-coordinate representation of color #D8CEEF: hue angle of 258.18º 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 #D8CEEF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 206 | 239 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.06 |
| HSL | 258.18º | 0.51% | 0.87% | - |
| HSV(B) | 258.18º | 0.14% | 0.94% | - |
| XYZ | 65.97 | 64.97 | 90.73 | - |
| YUV | 212.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 239 | 0.10 | 0.14 | 0 | 0.06 | 258.18 | 0.51 | 0.87 |
| Hex | D8 | CE | EF | A | E | 0 | 6 | 102 | 33 | 57 |
| Octal | 330 | 316 | 357 | 12 | 16 | 0 | 6 | 402 | 63 | 127 |
| Binary | 11011000 | 11001110 | 11101111 | 1010 | 1110 | 0 | 110 | 100000010 | 110011 | 1010111 |
Color Harmonies of #D8CEEF
Complementary color
Monochromatic Colors of #D8CEEF
Black with #D8CEEF
Text Example
Text Example
White with #D8CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEEF; }
p { color: rgb(216,206,239); }
H1.HeaderClassName
{
color: #D8CEEF;
}
.AnyTagClassName
{
color: #D8CEEF;
}
</style>
background-color css
<style>
a { background-color: #D8CEEF; }
a { background-color: rgb(216,206,239); }
div.DivClassName
{
background-color: #D8CEEF;
}
.BgClassName
{
background-color: #D8CEEF;
}
</style>
border-color css
<style>
span { border-color: #D8CEEF; }
span { border-color: rgb(216,206,239); }
td.TdClassName
{
border-color: #D8CEEF;
}
.TagClassName
{
border-color: #D8CEEF;
}
</style>