Shades of Fog #D8CEE2
Tints of Fog #D8CEE2
RGB
CMYK
RGB Variations
Color information
#D8CEE2 (or 0xD8CEE2) is known color: Fog. HEX triplet: D8, CE and E2. RGB value is (216,206,226). Sum of RGB (Red+Green+Blue) = 216+206+226=648 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.33% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 226 - color contains mainly: blue. Hex color #D8CEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEE2 is #27311D. Grayscale: #D3D3D3. Windows color (decimal): -2568478 or 14864088. OLE color: 14864088.
HSL color Cylindrical-coordinate representation of color #D8CEE2: hue angle of 270º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8CEE2 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 216 | 206 | 226 | - |
CMYK | 0.04 | 0.09 | 0 | 0.11 |
HSL | 270º | 0.26% | 0.85% | - |
HSV(B) | 270º | 0.09% | 0.89% | - |
XYZ | 64.12 | 64.23 | 80.97 | - |
YUV | 211.27 | 136.31 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 206 | 226 | 0.04 | 0.09 | 0 | 0.11 | 270 | 0.26 | 0.85 |
Hex | D8 | CE | E2 | 4 | 9 | 0 | B | 10E | 1A | 55 |
Octal | 330 | 316 | 342 | 4 | 11 | 0 | 13 | 416 | 32 | 125 |
Binary | 11011000 | 11001110 | 11100010 | 100 | 1001 | 0 | 1011 | 100001110 | 11010 | 1010101 |
Color Harmonies of #D8CEE2
Complementary color
Monochromatic Colors of #D8CEE2
Black with #D8CEE2
Text Example
Text Example
White with #D8CEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEE2; }
p { color: rgb(216,206,226); }
H1.HeaderClassName
{
color: #D8CEE2;
}
.AnyTagClassName
{
color: #D8CEE2;
}
</style>
background-color css
<style>
a { background-color: #D8CEE2; }
a { background-color: rgb(216,206,226); }
div.DivClassName
{
background-color: #D8CEE2;
}
.BgClassName
{
background-color: #D8CEE2;
}
</style>
border-color css
<style>
span { border-color: #D8CEE2; }
span { border-color: rgb(216,206,226); }
td.TdClassName
{
border-color: #D8CEE2;
}
.TagClassName
{
border-color: #D8CEE2;
}
</style>