Shades of Fog #D8C8EA
Tints of Fog #D8C8EA
RGB
CMYK
RGB Variations
Color information
#D8C8EA (or 0xD8C8EA) is known color: Fog. HEX triplet: D8, C8 and EA. RGB value is (216,200,234). Sum of RGB (Red+Green+Blue) = 216+200+234=650 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.23% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8C8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C8EA is #273715. Grayscale: #D0D0D0. Windows color (decimal): -2570006 or 15386840. OLE color: 15386840.
HSL color Cylindrical-coordinate representation of color #D8C8EA: hue angle of 268.24º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8C8EA is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 200 | 234 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.08 |
| HSL | 268.24º | 0.45% | 0.85% | - |
| HSV(B) | 268.24º | 0.15% | 0.92% | - |
| XYZ | 63.82 | 61.85 | 86.42 | - |
| YUV | 208.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 234 | 0.08 | 0.15 | 0 | 0.08 | 268.24 | 0.45 | 0.85 |
| Hex | D8 | C8 | EA | 8 | F | 0 | 8 | 10C | 2D | 55 |
| Octal | 330 | 310 | 352 | 10 | 17 | 0 | 10 | 414 | 55 | 125 |
| Binary | 11011000 | 11001000 | 11101010 | 1000 | 1111 | 0 | 1000 | 100001100 | 101101 | 1010101 |
Color Harmonies of #D8C8EA
Complementary color
Monochromatic Colors of #D8C8EA
Black with #D8C8EA
Text Example
Text Example
White with #D8C8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C8EA; }
p { color: rgb(216,200,234); }
H1.HeaderClassName
{
color: #D8C8EA;
}
.AnyTagClassName
{
color: #D8C8EA;
}
</style>
background-color css
<style>
a { background-color: #D8C8EA; }
a { background-color: rgb(216,200,234); }
div.DivClassName
{
background-color: #D8C8EA;
}
.BgClassName
{
background-color: #D8C8EA;
}
</style>
border-color css
<style>
span { border-color: #D8C8EA; }
span { border-color: rgb(216,200,234); }
td.TdClassName
{
border-color: #D8C8EA;
}
.TagClassName
{
border-color: #D8C8EA;
}
</style>