Shades of Merino #E5DBCD
Tints of Merino #E5DBCD
RGB
CMYK
RGB Variations
Color information
#E5DBCD (or 0xE5DBCD) is known color: Merino. HEX triplet: E5, DB and CD. RGB value is (229,219,205). Sum of RGB (Red+Green+Blue) = 229+219+205=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DBCD is #1A2432. Grayscale: #DCDCDC. Windows color (decimal): -1713203 or 13491173. OLE color: 13491173.
HSL color Cylindrical-coordinate representation of color #E5DBCD: hue angle of 35º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5DBCD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 205 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.10 |
| HSL | 35º | 0.32% | 0.85% | - |
| HSV(B) | 35º | 0.1% | 0.9% | - |
| XYZ | 68.66 | 71.73 | 67.98 | - |
| YUV | 220.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 205 | 0 | 0.04 | 0.10 | 0.10 | 35 | 0.32 | 0.85 |
| Hex | E5 | DB | CD | 0 | 4 | A | A | 23 | 20 | 55 |
| Octal | 345 | 333 | 315 | 0 | 4 | 12 | 12 | 43 | 40 | 125 |
| Binary | 11100101 | 11011011 | 11001101 | 0 | 100 | 1010 | 1010 | 100011 | 100000 | 1010101 |
Color Harmonies of #E5DBCD
Complementary color
Monochromatic Colors of #E5DBCD
Black with #E5DBCD
Text Example
Text Example
White with #E5DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBCD; }
p { color: rgb(229,219,205); }
H1.HeaderClassName
{
color: #E5DBCD;
}
.AnyTagClassName
{
color: #E5DBCD;
}
</style>
background-color css
<style>
a { background-color: #E5DBCD; }
a { background-color: rgb(229,219,205); }
div.DivClassName
{
background-color: #E5DBCD;
}
.BgClassName
{
background-color: #E5DBCD;
}
</style>
border-color css
<style>
span { border-color: #E5DBCD; }
span { border-color: rgb(229,219,205); }
td.TdClassName
{
border-color: #E5DBCD;
}
.TagClassName
{
border-color: #E5DBCD;
}
</style>