Shades of Merino #E2DBCE
Tints of Merino #E2DBCE
RGB
CMYK
RGB Variations
Color information
#E2DBCE (or 0xE2DBCE) is known color: Merino. HEX triplet: E2, DB and CE. RGB value is (226,219,206). Sum of RGB (Red+Green+Blue) = 226+219+206=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBCE is #1D2431. Grayscale: #DBDBDB. Windows color (decimal): -1909810 or 13556706. OLE color: 13556706.
HSL color Cylindrical-coordinate representation of color #E2DBCE: hue angle of 39º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2DBCE is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 219 | 206 | - |
CMYK | 0 | 0.03 | 0.09 | 0.11 |
HSL | 39º | 0.26% | 0.85% | - |
HSV(B) | 39º | 0.09% | 0.89% | - |
XYZ | 67.84 | 71.29 | 68.58 | - |
YUV | 219.61 | 120.32 | 132.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 219 | 206 | 0 | 0.03 | 0.09 | 0.11 | 39 | 0.26 | 0.85 |
Hex | E2 | DB | CE | 0 | 3 | 9 | B | 27 | 1A | 55 |
Octal | 342 | 333 | 316 | 0 | 3 | 11 | 13 | 47 | 32 | 125 |
Binary | 11100010 | 11011011 | 11001110 | 0 | 11 | 1001 | 1011 | 100111 | 11010 | 1010101 |
Color Harmonies of #E2DBCE
Complementary color
Monochromatic Colors of #E2DBCE
Black with #E2DBCE
Text Example
Text Example
White with #E2DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBCE; }
p { color: rgb(226,219,206); }
H1.HeaderClassName
{
color: #E2DBCE;
}
.AnyTagClassName
{
color: #E2DBCE;
}
</style>
background-color css
<style>
a { background-color: #E2DBCE; }
a { background-color: rgb(226,219,206); }
div.DivClassName
{
background-color: #E2DBCE;
}
.BgClassName
{
background-color: #E2DBCE;
}
</style>
border-color css
<style>
span { border-color: #E2DBCE; }
span { border-color: rgb(226,219,206); }
td.TdClassName
{
border-color: #E2DBCE;
}
.TagClassName
{
border-color: #E2DBCE;
}
</style>