Shades of Fog #D8C6EC
Tints of Fog #D8C6EC
RGB
CMYK
RGB Variations
Color information
#D8C6EC (or 0xD8C6EC) is known color: Fog. HEX triplet: D8, C6 and EC. RGB value is (216,198,236). Sum of RGB (Red+Green+Blue) = 216+198+236=650 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.23% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8C6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C6EC is #273913. Grayscale: #CFCFCF. Windows color (decimal): -2570516 or 15517400. OLE color: 15517400.
HSL color Cylindrical-coordinate representation of color #D8C6EC: hue angle of 268.42º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8C6EC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 198 | 236 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.07 |
| HSL | 268.42º | 0.5% | 0.85% | - |
| HSV(B) | 268.42º | 0.16% | 0.93% | - |
| XYZ | 63.65 | 61.04 | 87.78 | - |
| YUV | 207.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 236 | 0.08 | 0.16 | 0 | 0.07 | 268.42 | 0.5 | 0.85 |
| Hex | D8 | C6 | EC | 8 | 10 | 0 | 7 | 10C | 32 | 55 |
| Octal | 330 | 306 | 354 | 10 | 20 | 0 | 7 | 414 | 62 | 125 |
| Binary | 11011000 | 11000110 | 11101100 | 1000 | 10000 | 0 | 111 | 100001100 | 110010 | 1010101 |
Color Harmonies of #D8C6EC
Complementary color
Monochromatic Colors of #D8C6EC
Black with #D8C6EC
Text Example
Text Example
White with #D8C6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6EC; }
p { color: rgb(216,198,236); }
H1.HeaderClassName
{
color: #D8C6EC;
}
.AnyTagClassName
{
color: #D8C6EC;
}
</style>
background-color css
<style>
a { background-color: #D8C6EC; }
a { background-color: rgb(216,198,236); }
div.DivClassName
{
background-color: #D8C6EC;
}
.BgClassName
{
background-color: #D8C6EC;
}
</style>
border-color css
<style>
span { border-color: #D8C6EC; }
span { border-color: rgb(216,198,236); }
td.TdClassName
{
border-color: #D8C6EC;
}
.TagClassName
{
border-color: #D8C6EC;
}
</style>