Shades of Merino #E5DDCE
Tints of Merino #E5DDCE
RGB
CMYK
RGB Variations
Color information
#E5DDCE (or 0xE5DDCE) is known color: Merino. HEX triplet: E5, DD and CE. RGB value is (229,221,206). Sum of RGB (Red+Green+Blue) = 229+221+206=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDCE is #1A2231. Grayscale: #DDDDDD. Windows color (decimal): -1712690 or 13557221. OLE color: 13557221.
HSL color Cylindrical-coordinate representation of color #E5DDCE: hue angle of 39.13º degrees, saturation: 0.31, 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 #E5DDCE is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 206 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.10 |
| HSL | 39.13º | 0.31% | 0.85% | - |
| HSV(B) | 39.13º | 0.1% | 0.9% | - |
| XYZ | 69.31 | 72.83 | 68.8 | - |
| YUV | 221.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 206 | 0 | 0.03 | 0.10 | 0.10 | 39.13 | 0.31 | 0.85 |
| Hex | E5 | DD | CE | 0 | 3 | A | A | 27 | 1F | 55 |
| Octal | 345 | 335 | 316 | 0 | 3 | 12 | 12 | 47 | 37 | 125 |
| Binary | 11100101 | 11011101 | 11001110 | 0 | 11 | 1010 | 1010 | 100111 | 11111 | 1010101 |
Color Harmonies of #E5DDCE
Complementary color
Monochromatic Colors of #E5DDCE
Black with #E5DDCE
Text Example
Text Example
White with #E5DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDCE; }
p { color: rgb(229,221,206); }
H1.HeaderClassName
{
color: #E5DDCE;
}
.AnyTagClassName
{
color: #E5DDCE;
}
</style>
background-color css
<style>
a { background-color: #E5DDCE; }
a { background-color: rgb(229,221,206); }
div.DivClassName
{
background-color: #E5DDCE;
}
.BgClassName
{
background-color: #E5DDCE;
}
</style>
border-color css
<style>
span { border-color: #E5DDCE; }
span { border-color: rgb(229,221,206); }
td.TdClassName
{
border-color: #E5DDCE;
}
.TagClassName
{
border-color: #E5DDCE;
}
</style>