Shades of Merino #E5DACD
Tints of Merino #E5DACD
RGB
CMYK
RGB Variations
Color information
#E5DACD (or 0xE5DACD) is known color: Merino. HEX triplet: E5, DA and CD. RGB value is (229,218,205). Sum of RGB (Red+Green+Blue) = 229+218+205=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DACD is #1A2532. Grayscale: #DBDBDB. Windows color (decimal): -1713459 or 13490917. OLE color: 13490917.
HSL color Cylindrical-coordinate representation of color #E5DACD: hue angle of 32.5º 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 #E5DACD is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 218 | 205 | - |
CMYK | 0 | 0.05 | 0.10 | 0.10 |
HSL | 32.5º | 0.32% | 0.85% | - |
HSV(B) | 32.5º | 0.1% | 0.9% | - |
XYZ | 68.4 | 71.21 | 67.9 | - |
YUV | 219.81 | 119.64 | 134.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 218 | 205 | 0 | 0.05 | 0.10 | 0.10 | 32.5 | 0.32 | 0.85 |
Hex | E5 | DA | CD | 0 | 5 | A | A | 20 | 20 | 55 |
Octal | 345 | 332 | 315 | 0 | 5 | 12 | 12 | 40 | 40 | 125 |
Binary | 11100101 | 11011010 | 11001101 | 0 | 101 | 1010 | 1010 | 100000 | 100000 | 1010101 |
Color Harmonies of #E5DACD
Complementary color
Monochromatic Colors of #E5DACD
Black with #E5DACD
Text Example
Text Example
White with #E5DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DACD; }
p { color: rgb(229,218,205); }
H1.HeaderClassName
{
color: #E5DACD;
}
.AnyTagClassName
{
color: #E5DACD;
}
</style>
background-color css
<style>
a { background-color: #E5DACD; }
a { background-color: rgb(229,218,205); }
div.DivClassName
{
background-color: #E5DACD;
}
.BgClassName
{
background-color: #E5DACD;
}
</style>
border-color css
<style>
span { border-color: #E5DACD; }
span { border-color: rgb(229,218,205); }
td.TdClassName
{
border-color: #E5DACD;
}
.TagClassName
{
border-color: #E5DACD;
}
</style>