Shades of Fog #D8C5EC
Tints of Fog #D8C5EC
RGB
CMYK
RGB Variations
Color information
#D8C5EC (or 0xD8C5EC) is known color: Fog. HEX triplet: D8, C5 and EC. RGB value is (216,197,236). Sum of RGB (Red+Green+Blue) = 216+197+236=649 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.28% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8C5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C5EC is #273A13. Grayscale: #CECECE. Windows color (decimal): -2570772 or 15517144. OLE color: 15517144.
HSL color Cylindrical-coordinate representation of color #D8C5EC: hue angle of 269.23º degrees, saturation: 0.51, 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 #D8C5EC is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 197 | 236 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.07 |
| HSL | 269.23º | 0.51% | 0.85% | - |
| HSV(B) | 269.23º | 0.17% | 0.93% | - |
| XYZ | 63.43 | 60.59 | 87.71 | - |
| YUV | 207.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 236 | 0.08 | 0.17 | 0 | 0.07 | 269.23 | 0.51 | 0.85 |
| Hex | D8 | C5 | EC | 8 | 11 | 0 | 7 | 10D | 33 | 55 |
| Octal | 330 | 305 | 354 | 10 | 21 | 0 | 7 | 415 | 63 | 125 |
| Binary | 11011000 | 11000101 | 11101100 | 1000 | 10001 | 0 | 111 | 100001101 | 110011 | 1010101 |
Color Harmonies of #D8C5EC
Complementary color
Monochromatic Colors of #D8C5EC
Black with #D8C5EC
Text Example
Text Example
White with #D8C5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C5EC; }
p { color: rgb(216,197,236); }
H1.HeaderClassName
{
color: #D8C5EC;
}
.AnyTagClassName
{
color: #D8C5EC;
}
</style>
background-color css
<style>
a { background-color: #D8C5EC; }
a { background-color: rgb(216,197,236); }
div.DivClassName
{
background-color: #D8C5EC;
}
.BgClassName
{
background-color: #D8C5EC;
}
</style>
border-color css
<style>
span { border-color: #D8C5EC; }
span { border-color: rgb(216,197,236); }
td.TdClassName
{
border-color: #D8C5EC;
}
.TagClassName
{
border-color: #D8C5EC;
}
</style>