Shades of Fog #D8C6EE
Tints of Fog #D8C6EE
RGB
CMYK
RGB Variations
Color information
#D8C6EE (or 0xD8C6EE) is known color: Fog. HEX triplet: D8, C6 and EE. RGB value is (216,198,238). Sum of RGB (Red+Green+Blue) = 216+198+238=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8C6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C6EE is #273911. Grayscale: #CFCFCF. Windows color (decimal): -2570514 or 15648472. OLE color: 15648472.
HSL color Cylindrical-coordinate representation of color #D8C6EE: hue angle of 267º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8C6EE is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 198 | 238 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.07 |
| HSL | 267º | 0.54% | 0.85% | - |
| HSV(B) | 267º | 0.17% | 0.93% | - |
| XYZ | 63.95 | 61.16 | 89.32 | - |
| YUV | 207.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 238 | 0.09 | 0.17 | 0 | 0.07 | 267 | 0.54 | 0.85 |
| Hex | D8 | C6 | EE | 9 | 11 | 0 | 7 | 10B | 36 | 55 |
| Octal | 330 | 306 | 356 | 11 | 21 | 0 | 7 | 413 | 66 | 125 |
| Binary | 11011000 | 11000110 | 11101110 | 1001 | 10001 | 0 | 111 | 100001011 | 110110 | 1010101 |
Color Harmonies of #D8C6EE
Complementary color
Monochromatic Colors of #D8C6EE
Black with #D8C6EE
Text Example
Text Example
White with #D8C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6EE; }
p { color: rgb(216,198,238); }
H1.HeaderClassName
{
color: #D8C6EE;
}
.AnyTagClassName
{
color: #D8C6EE;
}
</style>
background-color css
<style>
a { background-color: #D8C6EE; }
a { background-color: rgb(216,198,238); }
div.DivClassName
{
background-color: #D8C6EE;
}
.BgClassName
{
background-color: #D8C6EE;
}
</style>
border-color css
<style>
span { border-color: #D8C6EE; }
span { border-color: rgb(216,198,238); }
td.TdClassName
{
border-color: #D8C6EE;
}
.TagClassName
{
border-color: #D8C6EE;
}
</style>