Shades of Fog #D9D0EC
Tints of Fog #D9D0EC
RGB
CMYK
RGB Variations
Color information
#D9D0EC (or 0xD9D0EC) is known color: Fog. HEX triplet: D9, D0 and EC. RGB value is (217,208,236). Sum of RGB (Red+Green+Blue) = 217+208+236=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9D0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D0EC is #262F13. Grayscale: #D5D5D5. Windows color (decimal): -2502420 or 15519961. OLE color: 15519961.
HSL color Cylindrical-coordinate representation of color #D9D0EC: hue angle of 259.29º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9D0EC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 208 | 236 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.07 |
| HSL | 259.29º | 0.42% | 0.87% | - |
| HSV(B) | 259.29º | 0.12% | 0.93% | - |
| XYZ | 66.31 | 65.92 | 88.59 | - |
| YUV | 213.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 236 | 0.08 | 0.12 | 0 | 0.07 | 259.29 | 0.42 | 0.87 |
| Hex | D9 | D0 | EC | 8 | C | 0 | 7 | 103 | 2A | 57 |
| Octal | 331 | 320 | 354 | 10 | 14 | 0 | 7 | 403 | 52 | 127 |
| Binary | 11011001 | 11010000 | 11101100 | 1000 | 1100 | 0 | 111 | 100000011 | 101010 | 1010111 |
Color Harmonies of #D9D0EC
Complementary color
Monochromatic Colors of #D9D0EC
Black with #D9D0EC
Text Example
Text Example
White with #D9D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D0EC; }
p { color: rgb(217,208,236); }
H1.HeaderClassName
{
color: #D9D0EC;
}
.AnyTagClassName
{
color: #D9D0EC;
}
</style>
background-color css
<style>
a { background-color: #D9D0EC; }
a { background-color: rgb(217,208,236); }
div.DivClassName
{
background-color: #D9D0EC;
}
.BgClassName
{
background-color: #D9D0EC;
}
</style>
border-color css
<style>
span { border-color: #D9D0EC; }
span { border-color: rgb(217,208,236); }
td.TdClassName
{
border-color: #D9D0EC;
}
.TagClassName
{
border-color: #D9D0EC;
}
</style>