Shades of Fog #D9D0E7
Tints of Fog #D9D0E7
RGB
CMYK
RGB Variations
Color information
#D9D0E7 (or 0xD9D0E7) is known color: Fog. HEX triplet: D9, D0 and E7. RGB value is (217,208,231). Sum of RGB (Red+Green+Blue) = 217+208+231=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9D0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D0E7 is #262F18. Grayscale: #D5D5D5. Windows color (decimal): -2502425 or 15192281. OLE color: 15192281.
HSL color Cylindrical-coordinate representation of color #D9D0E7: hue angle of 263.48º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9D0E7 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 208 | 231 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.09 |
| HSL | 263.48º | 0.32% | 0.86% | - |
| HSV(B) | 263.48º | 0.1% | 0.91% | - |
| XYZ | 65.59 | 65.63 | 84.81 | - |
| YUV | 213.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 231 | 0.06 | 0.10 | 0 | 0.09 | 263.48 | 0.32 | 0.86 |
| Hex | D9 | D0 | E7 | 6 | A | 0 | 9 | 107 | 20 | 56 |
| Octal | 331 | 320 | 347 | 6 | 12 | 0 | 11 | 407 | 40 | 126 |
| Binary | 11011001 | 11010000 | 11100111 | 110 | 1010 | 0 | 1001 | 100000111 | 100000 | 1010110 |
Color Harmonies of #D9D0E7
Complementary color
Monochromatic Colors of #D9D0E7
Black with #D9D0E7
Text Example
Text Example
White with #D9D0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D0E7; }
p { color: rgb(217,208,231); }
H1.HeaderClassName
{
color: #D9D0E7;
}
.AnyTagClassName
{
color: #D9D0E7;
}
</style>
background-color css
<style>
a { background-color: #D9D0E7; }
a { background-color: rgb(217,208,231); }
div.DivClassName
{
background-color: #D9D0E7;
}
.BgClassName
{
background-color: #D9D0E7;
}
</style>
border-color css
<style>
span { border-color: #D9D0E7; }
span { border-color: rgb(217,208,231); }
td.TdClassName
{
border-color: #D9D0E7;
}
.TagClassName
{
border-color: #D9D0E7;
}
</style>