Shades of Fog #D9C7EC
Tints of Fog #D9C7EC
RGB
CMYK
RGB Variations
Color information
#D9C7EC (or 0xD9C7EC) is known color: Fog. HEX triplet: D9, C7 and EC. RGB value is (217,199,236). Sum of RGB (Red+Green+Blue) = 217+199+236=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9C7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C7EC is #263813. Grayscale: #D0D0D0. Windows color (decimal): -2504724 or 15517657. OLE color: 15517657.
HSL color Cylindrical-coordinate representation of color #D9C7EC: hue angle of 269.19º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9C7EC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 199 | 236 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.07 |
| HSL | 269.19º | 0.49% | 0.85% | - |
| HSV(B) | 269.19º | 0.16% | 0.93% | - |
| XYZ | 64.18 | 61.65 | 87.87 | - |
| YUV | 208.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 236 | 0.08 | 0.16 | 0 | 0.07 | 269.19 | 0.49 | 0.85 |
| Hex | D9 | C7 | EC | 8 | 10 | 0 | 7 | 10D | 31 | 55 |
| Octal | 331 | 307 | 354 | 10 | 20 | 0 | 7 | 415 | 61 | 125 |
| Binary | 11011001 | 11000111 | 11101100 | 1000 | 10000 | 0 | 111 | 100001101 | 110001 | 1010101 |
Color Harmonies of #D9C7EC
Complementary color
Monochromatic Colors of #D9C7EC
Black with #D9C7EC
Text Example
Text Example
White with #D9C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7EC; }
p { color: rgb(217,199,236); }
H1.HeaderClassName
{
color: #D9C7EC;
}
.AnyTagClassName
{
color: #D9C7EC;
}
</style>
background-color css
<style>
a { background-color: #D9C7EC; }
a { background-color: rgb(217,199,236); }
div.DivClassName
{
background-color: #D9C7EC;
}
.BgClassName
{
background-color: #D9C7EC;
}
</style>
border-color css
<style>
span { border-color: #D9C7EC; }
span { border-color: rgb(217,199,236); }
td.TdClassName
{
border-color: #D9C7EC;
}
.TagClassName
{
border-color: #D9C7EC;
}
</style>