Shades of Fog #D8C2EC
Tints of Fog #D8C2EC
RGB
CMYK
RGB Variations
Color information
#D8C2EC (or 0xD8C2EC) is known color: Fog. HEX triplet: D8, C2 and EC. RGB value is (216,194,236). Sum of RGB (Red+Green+Blue) = 216+194+236=646 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.44% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C2EC is #273D13. Grayscale: #CDCDCD. Windows color (decimal): -2571540 or 15516376. OLE color: 15516376.
HSL color Cylindrical-coordinate representation of color #D8C2EC: hue angle of 271.43º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8C2EC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 194 | 236 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.07 |
| HSL | 271.43º | 0.53% | 0.84% | - |
| HSV(B) | 271.43º | 0.18% | 0.93% | - |
| XYZ | 62.75 | 59.24 | 87.48 | - |
| YUV | 205.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 236 | 0.08 | 0.18 | 0 | 0.07 | 271.43 | 0.53 | 0.84 |
| Hex | D8 | C2 | EC | 8 | 12 | 0 | 7 | 10F | 34 | 54 |
| Octal | 330 | 302 | 354 | 10 | 22 | 0 | 7 | 417 | 64 | 124 |
| Binary | 11011000 | 11000010 | 11101100 | 1000 | 10010 | 0 | 111 | 100001111 | 110100 | 1010100 |
Color Harmonies of #D8C2EC
Complementary color
Monochromatic Colors of #D8C2EC
Black with #D8C2EC
Text Example
Text Example
White with #D8C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C2EC; }
p { color: rgb(216,194,236); }
H1.HeaderClassName
{
color: #D8C2EC;
}
.AnyTagClassName
{
color: #D8C2EC;
}
</style>
background-color css
<style>
a { background-color: #D8C2EC; }
a { background-color: rgb(216,194,236); }
div.DivClassName
{
background-color: #D8C2EC;
}
.BgClassName
{
background-color: #D8C2EC;
}
</style>
border-color css
<style>
span { border-color: #D8C2EC; }
span { border-color: rgb(216,194,236); }
td.TdClassName
{
border-color: #D8C2EC;
}
.TagClassName
{
border-color: #D8C2EC;
}
</style>