Shades of Fog #D8C1EC
Tints of Fog #D8C1EC
RGB
CMYK
RGB Variations
Color information
#D8C1EC (or 0xD8C1EC) is known color: Fog. HEX triplet: D8, C1 and EC. RGB value is (216,193,236). Sum of RGB (Red+Green+Blue) = 216+193+236=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C1EC is #273E13. Grayscale: #CCCCCC. Windows color (decimal): -2571796 or 15516120. OLE color: 15516120.
HSL color Cylindrical-coordinate representation of color #D8C1EC: hue angle of 272.09º degrees, saturation: 0.53, 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 #D8C1EC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 193 | 236 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.07 |
| HSL | 272.09º | 0.53% | 0.84% | - |
| HSV(B) | 272.09º | 0.18% | 0.93% | - |
| XYZ | 62.53 | 58.79 | 87.41 | - |
| YUV | 204.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 236 | 0.08 | 0.18 | 0 | 0.07 | 272.09 | 0.53 | 0.84 |
| Hex | D8 | C1 | EC | 8 | 12 | 0 | 7 | 110 | 35 | 54 |
| Octal | 330 | 301 | 354 | 10 | 22 | 0 | 7 | 420 | 65 | 124 |
| Binary | 11011000 | 11000001 | 11101100 | 1000 | 10010 | 0 | 111 | 100010000 | 110101 | 1010100 |
Color Harmonies of #D8C1EC
Complementary color
Monochromatic Colors of #D8C1EC
Black with #D8C1EC
Text Example
Text Example
White with #D8C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C1EC; }
p { color: rgb(216,193,236); }
H1.HeaderClassName
{
color: #D8C1EC;
}
.AnyTagClassName
{
color: #D8C1EC;
}
</style>
background-color css
<style>
a { background-color: #D8C1EC; }
a { background-color: rgb(216,193,236); }
div.DivClassName
{
background-color: #D8C1EC;
}
.BgClassName
{
background-color: #D8C1EC;
}
</style>
border-color css
<style>
span { border-color: #D8C1EC; }
span { border-color: rgb(216,193,236); }
td.TdClassName
{
border-color: #D8C1EC;
}
.TagClassName
{
border-color: #D8C1EC;
}
</style>