Shades of Fog #D9D0EF
Tints of Fog #D9D0EF
RGB
CMYK
RGB Variations
Color information
#D9D0EF (or 0xD9D0EF) is known color: Fog. HEX triplet: D9, D0 and EF. RGB value is (217,208,239). Sum of RGB (Red+Green+Blue) = 217+208+239=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9D0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D0EF is #262F10. Grayscale: #D6D6D6. Windows color (decimal): -2502417 or 15716569. OLE color: 15716569.
HSL color Cylindrical-coordinate representation of color #D9D0EF: hue angle of 257.42º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9D0EF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 208 | 239 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.06 |
| HSL | 257.42º | 0.49% | 0.88% | - |
| HSV(B) | 257.42º | 0.13% | 0.94% | - |
| XYZ | 66.75 | 66.1 | 90.9 | - |
| YUV | 214.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 239 | 0.09 | 0.13 | 0 | 0.06 | 257.42 | 0.49 | 0.88 |
| Hex | D9 | D0 | EF | 9 | D | 0 | 6 | 101 | 31 | 58 |
| Octal | 331 | 320 | 357 | 11 | 15 | 0 | 6 | 401 | 61 | 130 |
| Binary | 11011001 | 11010000 | 11101111 | 1001 | 1101 | 0 | 110 | 100000001 | 110001 | 1011000 |
Color Harmonies of #D9D0EF
Complementary color
Monochromatic Colors of #D9D0EF
Black with #D9D0EF
Text Example
Text Example
White with #D9D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D0EF; }
p { color: rgb(217,208,239); }
H1.HeaderClassName
{
color: #D9D0EF;
}
.AnyTagClassName
{
color: #D9D0EF;
}
</style>
background-color css
<style>
a { background-color: #D9D0EF; }
a { background-color: rgb(217,208,239); }
div.DivClassName
{
background-color: #D9D0EF;
}
.BgClassName
{
background-color: #D9D0EF;
}
</style>
border-color css
<style>
span { border-color: #D9D0EF; }
span { border-color: rgb(217,208,239); }
td.TdClassName
{
border-color: #D9D0EF;
}
.TagClassName
{
border-color: #D9D0EF;
}
</style>