Shades of Merino #E2DDD1
Tints of Merino #E2DDD1
RGB
CMYK
RGB Variations
Color information
#E2DDD1 (or 0xE2DDD1) is known color: Merino. HEX triplet: E2, DD and D1. RGB value is (226,221,209). Sum of RGB (Red+Green+Blue) = 226+221+209=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDD1 is #1D222E. Grayscale: #DDDDDD. Windows color (decimal): -1909295 or 13753826. OLE color: 13753826.
HSL color Cylindrical-coordinate representation of color #E2DDD1: hue angle of 42.35º degrees, saturation: 0.23, 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 #E2DDD1 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 209 | - |
CMYK | 0 | 0.02 | 0.08 | 0.11 |
HSL | 42.35º | 0.23% | 0.85% | - |
HSV(B) | 42.35º | 0.08% | 0.89% | - |
XYZ | 68.73 | 72.49 | 70.69 | - |
YUV | 221.13 | 121.16 | 131.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 209 | 0 | 0.02 | 0.08 | 0.11 | 42.35 | 0.23 | 0.85 |
Hex | E2 | DD | D1 | 0 | 2 | 8 | B | 2A | 17 | 55 |
Octal | 342 | 335 | 321 | 0 | 2 | 10 | 13 | 52 | 27 | 125 |
Binary | 11100010 | 11011101 | 11010001 | 0 | 10 | 1000 | 1011 | 101010 | 10111 | 1010101 |
Color Harmonies of #E2DDD1
Complementary color
Monochromatic Colors of #E2DDD1
Black with #E2DDD1
Text Example
Text Example
White with #E2DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDD1; }
p { color: rgb(226,221,209); }
H1.HeaderClassName
{
color: #E2DDD1;
}
.AnyTagClassName
{
color: #E2DDD1;
}
</style>
background-color css
<style>
a { background-color: #E2DDD1; }
a { background-color: rgb(226,221,209); }
div.DivClassName
{
background-color: #E2DDD1;
}
.BgClassName
{
background-color: #E2DDD1;
}
</style>
border-color css
<style>
span { border-color: #E2DDD1; }
span { border-color: rgb(226,221,209); }
td.TdClassName
{
border-color: #E2DDD1;
}
.TagClassName
{
border-color: #E2DDD1;
}
</style>