Shades of Fog #D8CEEC
Tints of Fog #D8CEEC
RGB
CMYK
RGB Variations
Color information
#D8CEEC (or 0xD8CEEC) is known color: Fog. HEX triplet: D8, CE and EC. RGB value is (216,206,236). Sum of RGB (Red+Green+Blue) = 216+206+236=658 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.83% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEEC is #273113. Grayscale: #D4D4D4. Windows color (decimal): -2568468 or 15519448. OLE color: 15519448.
HSL color Cylindrical-coordinate representation of color #D8CEEC: hue angle of 260º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8CEEC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 206 | 236 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.07 |
| HSL | 260º | 0.44% | 0.87% | - |
| HSV(B) | 260º | 0.13% | 0.93% | - |
| XYZ | 65.53 | 64.8 | 88.41 | - |
| YUV | 212.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 236 | 0.08 | 0.13 | 0 | 0.07 | 260 | 0.44 | 0.87 |
| Hex | D8 | CE | EC | 8 | D | 0 | 7 | 104 | 2C | 57 |
| Octal | 330 | 316 | 354 | 10 | 15 | 0 | 7 | 404 | 54 | 127 |
| Binary | 11011000 | 11001110 | 11101100 | 1000 | 1101 | 0 | 111 | 100000100 | 101100 | 1010111 |
Color Harmonies of #D8CEEC
Complementary color
Monochromatic Colors of #D8CEEC
Black with #D8CEEC
Text Example
Text Example
White with #D8CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEEC; }
p { color: rgb(216,206,236); }
H1.HeaderClassName
{
color: #D8CEEC;
}
.AnyTagClassName
{
color: #D8CEEC;
}
</style>
background-color css
<style>
a { background-color: #D8CEEC; }
a { background-color: rgb(216,206,236); }
div.DivClassName
{
background-color: #D8CEEC;
}
.BgClassName
{
background-color: #D8CEEC;
}
</style>
border-color css
<style>
span { border-color: #D8CEEC; }
span { border-color: rgb(216,206,236); }
td.TdClassName
{
border-color: #D8CEEC;
}
.TagClassName
{
border-color: #D8CEEC;
}
</style>