Shades of Gallery #E2DBD2
Tints of Gallery #E2DBD2
RGB
CMYK
RGB Variations
Color information
#E2DBD2 (or 0xE2DBD2) is known color: Gallery. HEX triplet: E2, DB and D2. RGB value is (226,219,210). Sum of RGB (Red+Green+Blue) = 226+219+210=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBD2 is #1D242D. Grayscale: #DCDCDC. Windows color (decimal): -1909806 or 13818850. OLE color: 13818850.
HSL color Cylindrical-coordinate representation of color #E2DBD2: hue angle of 33.75º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2DBD2 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 210 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.11 |
| HSL | 33.75º | 0.22% | 0.85% | - |
| HSV(B) | 33.75º | 0.07% | 0.89% | - |
| XYZ | 68.33 | 71.48 | 71.17 | - |
| YUV | 220.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 210 | 0 | 0.03 | 0.07 | 0.11 | 33.75 | 0.22 | 0.85 |
| Hex | E2 | DB | D2 | 0 | 3 | 7 | B | 22 | 16 | 55 |
| Octal | 342 | 333 | 322 | 0 | 3 | 7 | 13 | 42 | 26 | 125 |
| Binary | 11100010 | 11011011 | 11010010 | 0 | 11 | 111 | 1011 | 100010 | 10110 | 1010101 |
Color Harmonies of #E2DBD2
Complementary color
Monochromatic Colors of #E2DBD2
Black with #E2DBD2
Text Example
Text Example
White with #E2DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBD2; }
p { color: rgb(226,219,210); }
H1.HeaderClassName
{
color: #E2DBD2;
}
.AnyTagClassName
{
color: #E2DBD2;
}
</style>
background-color css
<style>
a { background-color: #E2DBD2; }
a { background-color: rgb(226,219,210); }
div.DivClassName
{
background-color: #E2DBD2;
}
.BgClassName
{
background-color: #E2DBD2;
}
</style>
border-color css
<style>
span { border-color: #E2DBD2; }
span { border-color: rgb(226,219,210); }
td.TdClassName
{
border-color: #E2DBD2;
}
.TagClassName
{
border-color: #E2DBD2;
}
</style>