Shades of Fog #D9D1EC
Tints of Fog #D9D1EC
RGB
CMYK
RGB Variations
Color information
#D9D1EC (or 0xD9D1EC) is known color: Fog. HEX triplet: D9, D1 and EC. RGB value is (217,209,236). Sum of RGB (Red+Green+Blue) = 217+209+236=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9D1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D1EC is #262E13. Grayscale: #D6D6D6. Windows color (decimal): -2502164 or 15520217. OLE color: 15520217.
HSL color Cylindrical-coordinate representation of color #D9D1EC: hue angle of 257.78º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9D1EC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 209 | 236 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.07 |
| HSL | 257.78º | 0.42% | 0.87% | - |
| HSV(B) | 257.78º | 0.11% | 0.93% | - |
| XYZ | 66.56 | 66.41 | 88.67 | - |
| YUV | 214.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 236 | 0.08 | 0.11 | 0 | 0.07 | 257.78 | 0.42 | 0.87 |
| Hex | D9 | D1 | EC | 8 | B | 0 | 7 | 102 | 2A | 57 |
| Octal | 331 | 321 | 354 | 10 | 13 | 0 | 7 | 402 | 52 | 127 |
| Binary | 11011001 | 11010001 | 11101100 | 1000 | 1011 | 0 | 111 | 100000010 | 101010 | 1010111 |
Color Harmonies of #D9D1EC
Complementary color
Monochromatic Colors of #D9D1EC
Black with #D9D1EC
Text Example
Text Example
White with #D9D1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D1EC; }
p { color: rgb(217,209,236); }
H1.HeaderClassName
{
color: #D9D1EC;
}
.AnyTagClassName
{
color: #D9D1EC;
}
</style>
background-color css
<style>
a { background-color: #D9D1EC; }
a { background-color: rgb(217,209,236); }
div.DivClassName
{
background-color: #D9D1EC;
}
.BgClassName
{
background-color: #D9D1EC;
}
</style>
border-color css
<style>
span { border-color: #D9D1EC; }
span { border-color: rgb(217,209,236); }
td.TdClassName
{
border-color: #D9D1EC;
}
.TagClassName
{
border-color: #D9D1EC;
}
</style>