Shades of Fog #D9C0EC
Tints of Fog #D9C0EC
RGB
CMYK
RGB Variations
Color information
#D9C0EC (or 0xD9C0EC) is known color: Fog. HEX triplet: D9, C0 and EC. RGB value is (217,192,236). Sum of RGB (Red+Green+Blue) = 217+192+236=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 192 (75.39% from 255 or 29.77% 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 #D9C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C0EC is #263F13. Grayscale: #CCCCCC. Windows color (decimal): -2506516 or 15515865. OLE color: 15515865.
HSL color Cylindrical-coordinate representation of color #D9C0EC: hue angle of 274.09º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9C0EC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 192 | 236 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.07 |
| HSL | 274.09º | 0.54% | 0.84% | - |
| HSV(B) | 274.09º | 0.19% | 0.93% | - |
| XYZ | 62.61 | 58.51 | 87.35 | - |
| YUV | 204.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 236 | 0.08 | 0.19 | 0 | 0.07 | 274.09 | 0.54 | 0.84 |
| Hex | D9 | C0 | EC | 8 | 13 | 0 | 7 | 112 | 36 | 54 |
| Octal | 331 | 300 | 354 | 10 | 23 | 0 | 7 | 422 | 66 | 124 |
| Binary | 11011001 | 11000000 | 11101100 | 1000 | 10011 | 0 | 111 | 100010010 | 110110 | 1010100 |
Color Harmonies of #D9C0EC
Complementary color
Monochromatic Colors of #D9C0EC
Black with #D9C0EC
Text Example
Text Example
White with #D9C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0EC; }
p { color: rgb(217,192,236); }
H1.HeaderClassName
{
color: #D9C0EC;
}
.AnyTagClassName
{
color: #D9C0EC;
}
</style>
background-color css
<style>
a { background-color: #D9C0EC; }
a { background-color: rgb(217,192,236); }
div.DivClassName
{
background-color: #D9C0EC;
}
.BgClassName
{
background-color: #D9C0EC;
}
</style>
border-color css
<style>
span { border-color: #D9C0EC; }
span { border-color: rgb(217,192,236); }
td.TdClassName
{
border-color: #D9C0EC;
}
.TagClassName
{
border-color: #D9C0EC;
}
</style>