Shades of Fog #D9D1E9
Tints of Fog #D9D1E9
RGB
CMYK
RGB Variations
Color information
#D9D1E9 (or 0xD9D1E9) is known color: Fog. HEX triplet: D9, D1 and E9. RGB value is (217,209,233). Sum of RGB (Red+Green+Blue) = 217+209+233=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9D1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D1E9 is #262E16. Grayscale: #D6D6D6. Windows color (decimal): -2502167 or 15323609. OLE color: 15323609.
HSL color Cylindrical-coordinate representation of color #D9D1E9: hue angle of 260º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9D1E9 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 209 | 233 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.09 |
| HSL | 260º | 0.35% | 0.87% | - |
| HSV(B) | 260º | 0.1% | 0.91% | - |
| XYZ | 66.12 | 66.24 | 86.39 | - |
| YUV | 214.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 233 | 0.07 | 0.10 | 0 | 0.09 | 260 | 0.35 | 0.87 |
| Hex | D9 | D1 | E9 | 7 | A | 0 | 9 | 104 | 23 | 57 |
| Octal | 331 | 321 | 351 | 7 | 12 | 0 | 11 | 404 | 43 | 127 |
| Binary | 11011001 | 11010001 | 11101001 | 111 | 1010 | 0 | 1001 | 100000100 | 100011 | 1010111 |
Color Harmonies of #D9D1E9
Complementary color
Monochromatic Colors of #D9D1E9
Black with #D9D1E9
Text Example
Text Example
White with #D9D1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D1E9; }
p { color: rgb(217,209,233); }
H1.HeaderClassName
{
color: #D9D1E9;
}
.AnyTagClassName
{
color: #D9D1E9;
}
</style>
background-color css
<style>
a { background-color: #D9D1E9; }
a { background-color: rgb(217,209,233); }
div.DivClassName
{
background-color: #D9D1E9;
}
.BgClassName
{
background-color: #D9D1E9;
}
</style>
border-color css
<style>
span { border-color: #D9D1E9; }
span { border-color: rgb(217,209,233); }
td.TdClassName
{
border-color: #D9D1E9;
}
.TagClassName
{
border-color: #D9D1E9;
}
</style>