Shades of Fog #D8C8E5
Tints of Fog #D8C8E5
RGB
CMYK
RGB Variations
Color information
#D8C8E5 (or 0xD8C8E5) is known color: Fog. HEX triplet: D8, C8 and E5. RGB value is (216,200,229). Sum of RGB (Red+Green+Blue) = 216+200+229=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8C8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8E5 is #27371A. Grayscale: #CFCFCF. Windows color (decimal): -2570011 or 15059160. OLE color: 15059160.
HSL color Cylindrical-coordinate representation of color #D8C8E5: hue angle of 273.1º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8C8E5 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 200 | 229 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.10 |
| HSL | 273.1º | 0.36% | 0.84% | - |
| HSV(B) | 273.1º | 0.13% | 0.9% | - |
| XYZ | 63.12 | 61.56 | 82.69 | - |
| YUV | 208.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 229 | 0.06 | 0.13 | 0 | 0.10 | 273.1 | 0.36 | 0.84 |
| Hex | D8 | C8 | E5 | 6 | D | 0 | A | 111 | 24 | 54 |
| Octal | 330 | 310 | 345 | 6 | 15 | 0 | 12 | 421 | 44 | 124 |
| Binary | 11011000 | 11001000 | 11100101 | 110 | 1101 | 0 | 1010 | 100010001 | 100100 | 1010100 |
Color Harmonies of #D8C8E5
Complementary color
Monochromatic Colors of #D8C8E5
Black with #D8C8E5
Text Example
Text Example
White with #D8C8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C8E5; }
p { color: rgb(216,200,229); }
H1.HeaderClassName
{
color: #D8C8E5;
}
.AnyTagClassName
{
color: #D8C8E5;
}
</style>
background-color css
<style>
a { background-color: #D8C8E5; }
a { background-color: rgb(216,200,229); }
div.DivClassName
{
background-color: #D8C8E5;
}
.BgClassName
{
background-color: #D8C8E5;
}
</style>
border-color css
<style>
span { border-color: #D8C8E5; }
span { border-color: rgb(216,200,229); }
td.TdClassName
{
border-color: #D8C8E5;
}
.TagClassName
{
border-color: #D8C8E5;
}
</style>