Shades of Merino #E3DBD1
Tints of Merino #E3DBD1
RGB
CMYK
RGB Variations
Color information
#E3DBD1 (or 0xE3DBD1) is known color: Merino. HEX triplet: E3, DB and D1. RGB value is (227,219,209). Sum of RGB (Red+Green+Blue) = 227+219+209=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DBD1 is #1C242E. Grayscale: #DCDCDC. Windows color (decimal): -1844271 or 13753315. OLE color: 13753315.
HSL color Cylindrical-coordinate representation of color #E3DBD1: hue angle of 33.33º degrees, saturation: 0.24, 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 #E3DBD1 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 219 | 209 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.11 |
| HSL | 33.33º | 0.24% | 0.85% | - |
| HSV(B) | 33.33º | 0.08% | 0.89% | - |
| XYZ | 68.52 | 71.6 | 70.53 | - |
| YUV | 220.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 219 | 209 | 0 | 0.04 | 0.08 | 0.11 | 33.33 | 0.24 | 0.85 |
| Hex | E3 | DB | D1 | 0 | 4 | 8 | B | 21 | 18 | 55 |
| Octal | 343 | 333 | 321 | 0 | 4 | 10 | 13 | 41 | 30 | 125 |
| Binary | 11100011 | 11011011 | 11010001 | 0 | 100 | 1000 | 1011 | 100001 | 11000 | 1010101 |
Color Harmonies of #E3DBD1
Complementary color
Monochromatic Colors of #E3DBD1
Black with #E3DBD1
Text Example
Text Example
White with #E3DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DBD1; }
p { color: rgb(227,219,209); }
H1.HeaderClassName
{
color: #E3DBD1;
}
.AnyTagClassName
{
color: #E3DBD1;
}
</style>
background-color css
<style>
a { background-color: #E3DBD1; }
a { background-color: rgb(227,219,209); }
div.DivClassName
{
background-color: #E3DBD1;
}
.BgClassName
{
background-color: #E3DBD1;
}
</style>
border-color css
<style>
span { border-color: #E3DBD1; }
span { border-color: rgb(227,219,209); }
td.TdClassName
{
border-color: #E3DBD1;
}
.TagClassName
{
border-color: #E3DBD1;
}
</style>