Shades of Gallery #E2DAD2
Tints of Gallery #E2DAD2
RGB
CMYK
RGB Variations
Color information
#E2DAD2 (or 0xE2DAD2) is known color: Gallery. HEX triplet: E2, DA and D2. RGB value is (226,218,210). Sum of RGB (Red+Green+Blue) = 226+218+210=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DAD2 is #1D252D. Grayscale: #DBDBDB. Windows color (decimal): -1910062 or 13818594. OLE color: 13818594.
HSL color Cylindrical-coordinate representation of color #E2DAD2: hue angle of 30º 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 #E2DAD2 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 218 | 210 | - |
CMYK | 0 | 0.04 | 0.07 | 0.11 |
HSL | 30º | 0.22% | 0.85% | - |
HSV(B) | 30º | 0.07% | 0.89% | - |
XYZ | 68.07 | 70.96 | 71.08 | - |
YUV | 219.48 | 122.65 | 132.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 210 | 0 | 0.04 | 0.07 | 0.11 | 30 | 0.22 | 0.85 |
Hex | E2 | DA | D2 | 0 | 4 | 7 | B | 1E | 16 | 55 |
Octal | 342 | 332 | 322 | 0 | 4 | 7 | 13 | 36 | 26 | 125 |
Binary | 11100010 | 11011010 | 11010010 | 0 | 100 | 111 | 1011 | 11110 | 10110 | 1010101 |
Color Harmonies of #E2DAD2
Complementary color
Monochromatic Colors of #E2DAD2
Black with #E2DAD2
Text Example
Text Example
White with #E2DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAD2; }
p { color: rgb(226,218,210); }
H1.HeaderClassName
{
color: #E2DAD2;
}
.AnyTagClassName
{
color: #E2DAD2;
}
</style>
background-color css
<style>
a { background-color: #E2DAD2; }
a { background-color: rgb(226,218,210); }
div.DivClassName
{
background-color: #E2DAD2;
}
.BgClassName
{
background-color: #E2DAD2;
}
</style>
border-color css
<style>
span { border-color: #E2DAD2; }
span { border-color: rgb(226,218,210); }
td.TdClassName
{
border-color: #E2DAD2;
}
.TagClassName
{
border-color: #E2DAD2;
}
</style>