Shades of Merino #E2DED5
Tints of Merino #E2DED5
RGB
CMYK
RGB Variations
Color information
#E2DED5 (or 0xE2DED5) is known color: Merino. HEX triplet: E2, DE and D5. RGB value is (226,222,213). Sum of RGB (Red+Green+Blue) = 226+222+213=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DED5 is #1D212A. Grayscale: #DEDEDE. Windows color (decimal): -1909035 or 14016226. OLE color: 14016226.
HSL color Cylindrical-coordinate representation of color #E2DED5: hue angle of 41.54º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2DED5 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 222 | 213 | - |
CMYK | 0 | 0.02 | 0.06 | 0.11 |
HSL | 41.54º | 0.18% | 0.86% | - |
HSV(B) | 41.54º | 0.06% | 0.89% | - |
XYZ | 69.5 | 73.22 | 73.42 | - |
YUV | 222.17 | 122.83 | 130.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 222 | 213 | 0 | 0.02 | 0.06 | 0.11 | 41.54 | 0.18 | 0.86 |
Hex | E2 | DE | D5 | 0 | 2 | 6 | B | 2A | 12 | 56 |
Octal | 342 | 336 | 325 | 0 | 2 | 6 | 13 | 52 | 22 | 126 |
Binary | 11100010 | 11011110 | 11010101 | 0 | 10 | 110 | 1011 | 101010 | 10010 | 1010110 |
Color Harmonies of #E2DED5
Complementary color
Monochromatic Colors of #E2DED5
Black with #E2DED5
Text Example
Text Example
White with #E2DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DED5; }
p { color: rgb(226,222,213); }
H1.HeaderClassName
{
color: #E2DED5;
}
.AnyTagClassName
{
color: #E2DED5;
}
</style>
background-color css
<style>
a { background-color: #E2DED5; }
a { background-color: rgb(226,222,213); }
div.DivClassName
{
background-color: #E2DED5;
}
.BgClassName
{
background-color: #E2DED5;
}
</style>
border-color css
<style>
span { border-color: #E2DED5; }
span { border-color: rgb(226,222,213); }
td.TdClassName
{
border-color: #E2DED5;
}
.TagClassName
{
border-color: #E2DED5;
}
</style>