Shades of Merino #E3DACD
Tints of Merino #E3DACD
RGB
CMYK
RGB Variations
Color information
#E3DACD (or 0xE3DACD) is known color: Merino. HEX triplet: E3, DA and CD. RGB value is (227,218,205). Sum of RGB (Red+Green+Blue) = 227+218+205=650 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.92% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DACD is #1C2532. Grayscale: #DBDBDB. Windows color (decimal): -1844531 or 13490915. OLE color: 13490915.
HSL color Cylindrical-coordinate representation of color #E3DACD: hue angle of 35.45º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3DACD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 218 | 205 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.11 |
| HSL | 35.45º | 0.28% | 0.85% | - |
| HSV(B) | 35.45º | 0.1% | 0.89% | - |
| XYZ | 67.77 | 70.88 | 67.87 | - |
| YUV | 219.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 205 | 0 | 0.04 | 0.10 | 0.11 | 35.45 | 0.28 | 0.85 |
| Hex | E3 | DA | CD | 0 | 4 | A | B | 23 | 1C | 55 |
| Octal | 343 | 332 | 315 | 0 | 4 | 12 | 13 | 43 | 34 | 125 |
| Binary | 11100011 | 11011010 | 11001101 | 0 | 100 | 1010 | 1011 | 100011 | 11100 | 1010101 |
Color Harmonies of #E3DACD
Complementary color
Monochromatic Colors of #E3DACD
Black with #E3DACD
Text Example
Text Example
White with #E3DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DACD; }
p { color: rgb(227,218,205); }
H1.HeaderClassName
{
color: #E3DACD;
}
.AnyTagClassName
{
color: #E3DACD;
}
</style>
background-color css
<style>
a { background-color: #E3DACD; }
a { background-color: rgb(227,218,205); }
div.DivClassName
{
background-color: #E3DACD;
}
.BgClassName
{
background-color: #E3DACD;
}
</style>
border-color css
<style>
span { border-color: #E3DACD; }
span { border-color: rgb(227,218,205); }
td.TdClassName
{
border-color: #E3DACD;
}
.TagClassName
{
border-color: #E3DACD;
}
</style>