Shades of Gallery #E0D9D1
Tints of Gallery #E0D9D1
RGB
CMYK
RGB Variations
Color information
#E0D9D1 (or 0xE0D9D1) is known color: Gallery. HEX triplet: E0, D9 and D1. RGB value is (224,217,209). Sum of RGB (Red+Green+Blue) = 224+217+209=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9D1 is #1F262E. Grayscale: #DADADA. Windows color (decimal): -2041391 or 13752800. OLE color: 13752800.
HSL color Cylindrical-coordinate representation of color #E0D9D1: hue angle of 32º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0D9D1 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 209 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.12 |
| HSL | 32º | 0.19% | 0.85% | - |
| HSV(B) | 32º | 0.07% | 0.88% | - |
| XYZ | 67.06 | 70.08 | 70.31 | - |
| YUV | 218.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 209 | 0 | 0.03 | 0.07 | 0.12 | 32 | 0.19 | 0.85 |
| Hex | E0 | D9 | D1 | 0 | 3 | 7 | C | 20 | 13 | 55 |
| Octal | 340 | 331 | 321 | 0 | 3 | 7 | 14 | 40 | 23 | 125 |
| Binary | 11100000 | 11011001 | 11010001 | 0 | 11 | 111 | 1100 | 100000 | 10011 | 1010101 |
Color Harmonies of #E0D9D1
Complementary color
Monochromatic Colors of #E0D9D1
Black with #E0D9D1
Text Example
Text Example
White with #E0D9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D9D1; }
p { color: rgb(224,217,209); }
H1.HeaderClassName
{
color: #E0D9D1;
}
.AnyTagClassName
{
color: #E0D9D1;
}
</style>
background-color css
<style>
a { background-color: #E0D9D1; }
a { background-color: rgb(224,217,209); }
div.DivClassName
{
background-color: #E0D9D1;
}
.BgClassName
{
background-color: #E0D9D1;
}
</style>
border-color css
<style>
span { border-color: #E0D9D1; }
span { border-color: rgb(224,217,209); }
td.TdClassName
{
border-color: #E0D9D1;
}
.TagClassName
{
border-color: #E0D9D1;
}
</style>