Shades of Gallery #E2D9D0
Tints of Gallery #E2D9D0
RGB
CMYK
RGB Variations
Color information
#E2D9D0 (or 0xE2D9D0) is known color: Gallery. HEX triplet: E2, D9 and D0. RGB value is (226,217,208). Sum of RGB (Red+Green+Blue) = 226+217+208=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D9D0 is #1D262F. Grayscale: #DADADA. Windows color (decimal): -1910320 or 13687266. OLE color: 13687266.
HSL color Cylindrical-coordinate representation of color #E2D9D0: hue angle of 30º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2D9D0 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 217 | 208 | - |
CMYK | 0 | 0.04 | 0.08 | 0.11 |
HSL | 30º | 0.24% | 0.85% | - |
HSV(B) | 30º | 0.08% | 0.89% | - |
XYZ | 67.56 | 70.35 | 69.69 | - |
YUV | 218.67 | 121.98 | 133.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 217 | 208 | 0 | 0.04 | 0.08 | 0.11 | 30 | 0.24 | 0.85 |
Hex | E2 | D9 | D0 | 0 | 4 | 8 | B | 1E | 18 | 55 |
Octal | 342 | 331 | 320 | 0 | 4 | 10 | 13 | 36 | 30 | 125 |
Binary | 11100010 | 11011001 | 11010000 | 0 | 100 | 1000 | 1011 | 11110 | 11000 | 1010101 |
Color Harmonies of #E2D9D0
Complementary color
Monochromatic Colors of #E2D9D0
Black with #E2D9D0
Text Example
Text Example
White with #E2D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D9D0; }
p { color: rgb(226,217,208); }
H1.HeaderClassName
{
color: #E2D9D0;
}
.AnyTagClassName
{
color: #E2D9D0;
}
</style>
background-color css
<style>
a { background-color: #E2D9D0; }
a { background-color: rgb(226,217,208); }
div.DivClassName
{
background-color: #E2D9D0;
}
.BgClassName
{
background-color: #E2D9D0;
}
</style>
border-color css
<style>
span { border-color: #E2D9D0; }
span { border-color: rgb(226,217,208); }
td.TdClassName
{
border-color: #E2D9D0;
}
.TagClassName
{
border-color: #E2D9D0;
}
</style>