Shades of Fog #D8C8EC
Tints of Fog #D8C8EC
RGB
CMYK
RGB Variations
Color information
#D8C8EC (or 0xD8C8EC) is known color: Fog. HEX triplet: D8, C8 and EC. RGB value is (216,200,236). Sum of RGB (Red+Green+Blue) = 216+200+236=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8C8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C8EC is #273713. Grayscale: #D0D0D0. Windows color (decimal): -2570004 or 15517912. OLE color: 15517912.
HSL color Cylindrical-coordinate representation of color #D8C8EC: hue angle of 266.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8C8EC is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 200 | 236 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.07 |
| HSL | 266.67º | 0.49% | 0.85% | - |
| HSV(B) | 266.67º | 0.15% | 0.93% | - |
| XYZ | 64.11 | 61.96 | 87.94 | - |
| YUV | 208.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 236 | 0.08 | 0.15 | 0 | 0.07 | 266.67 | 0.49 | 0.85 |
| Hex | D8 | C8 | EC | 8 | F | 0 | 7 | 10B | 31 | 55 |
| Octal | 330 | 310 | 354 | 10 | 17 | 0 | 7 | 413 | 61 | 125 |
| Binary | 11011000 | 11001000 | 11101100 | 1000 | 1111 | 0 | 111 | 100001011 | 110001 | 1010101 |
Color Harmonies of #D8C8EC
Complementary color
Monochromatic Colors of #D8C8EC
Black with #D8C8EC
Text Example
Text Example
White with #D8C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C8EC; }
p { color: rgb(216,200,236); }
H1.HeaderClassName
{
color: #D8C8EC;
}
.AnyTagClassName
{
color: #D8C8EC;
}
</style>
background-color css
<style>
a { background-color: #D8C8EC; }
a { background-color: rgb(216,200,236); }
div.DivClassName
{
background-color: #D8C8EC;
}
.BgClassName
{
background-color: #D8C8EC;
}
</style>
border-color css
<style>
span { border-color: #D8C8EC; }
span { border-color: rgb(216,200,236); }
td.TdClassName
{
border-color: #D8C8EC;
}
.TagClassName
{
border-color: #D8C8EC;
}
</style>