Shades of Fog #D8CEF6
Tints of Fog #D8CEF6
RGB
CMYK
RGB Variations
Color information
#D8CEF6 (or 0xD8CEF6) is known color: Fog. HEX triplet: D8, CE and F6. RGB value is (216,206,246). Sum of RGB (Red+Green+Blue) = 216+206+246=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEF6 is #273109. Grayscale: #D5D5D5. Windows color (decimal): -2568458 or 16174808. OLE color: 16174808.
HSL color Cylindrical-coordinate representation of color #D8CEF6: hue angle of 255º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8CEF6 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 206 | 246 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.04 |
| HSL | 255º | 0.69% | 0.89% | - |
| HSV(B) | 255º | 0.16% | 0.96% | - |
| XYZ | 67.02 | 65.4 | 96.28 | - |
| YUV | 213.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 246 | 0.12 | 0.16 | 0 | 0.04 | 255 | 0.69 | 0.89 |
| Hex | D8 | CE | F6 | C | 10 | 0 | 4 | FF | 45 | 59 |
| Octal | 330 | 316 | 366 | 14 | 20 | 0 | 4 | 377 | 105 | 131 |
| Binary | 11011000 | 11001110 | 11110110 | 1100 | 10000 | 0 | 100 | 11111111 | 1000101 | 1011001 |
Color Harmonies of #D8CEF6
Complementary color
Monochromatic Colors of #D8CEF6
Black with #D8CEF6
Text Example
Text Example
White with #D8CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEF6; }
p { color: rgb(216,206,246); }
H1.HeaderClassName
{
color: #D8CEF6;
}
.AnyTagClassName
{
color: #D8CEF6;
}
</style>
background-color css
<style>
a { background-color: #D8CEF6; }
a { background-color: rgb(216,206,246); }
div.DivClassName
{
background-color: #D8CEF6;
}
.BgClassName
{
background-color: #D8CEF6;
}
</style>
border-color css
<style>
span { border-color: #D8CEF6; }
span { border-color: rgb(216,206,246); }
td.TdClassName
{
border-color: #D8CEF6;
}
.TagClassName
{
border-color: #D8CEF6;
}
</style>