Shades of Merino #E4DACD
Tints of Merino #E4DACD
RGB
CMYK
RGB Variations
Color information
#E4DACD (or 0xE4DACD) is known color: Merino. HEX triplet: E4, DA and CD. RGB value is (228,218,205). Sum of RGB (Red+Green+Blue) = 228+218+205=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DACD is #1B2532. Grayscale: #DBDBDB. Windows color (decimal): -1778995 or 13490916. OLE color: 13490916.
HSL color Cylindrical-coordinate representation of color #E4DACD: hue angle of 33.91º degrees, saturation: 0.3, 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 #E4DACD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 218 | 205 | - |
CMYK | 0 | 0.04 | 0.10 | 0.11 |
HSL | 33.91º | 0.3% | 0.85% | - |
HSV(B) | 33.91º | 0.1% | 0.89% | - |
XYZ | 68.09 | 71.04 | 67.88 | - |
YUV | 219.51 | 119.81 | 134.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 218 | 205 | 0 | 0.04 | 0.10 | 0.11 | 33.91 | 0.3 | 0.85 |
Hex | E4 | DA | CD | 0 | 4 | A | B | 22 | 1E | 55 |
Octal | 344 | 332 | 315 | 0 | 4 | 12 | 13 | 42 | 36 | 125 |
Binary | 11100100 | 11011010 | 11001101 | 0 | 100 | 1010 | 1011 | 100010 | 11110 | 1010101 |
Color Harmonies of #E4DACD
Complementary color
Monochromatic Colors of #E4DACD
Black with #E4DACD
Text Example
Text Example
White with #E4DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DACD; }
p { color: rgb(228,218,205); }
H1.HeaderClassName
{
color: #E4DACD;
}
.AnyTagClassName
{
color: #E4DACD;
}
</style>
background-color css
<style>
a { background-color: #E4DACD; }
a { background-color: rgb(228,218,205); }
div.DivClassName
{
background-color: #E4DACD;
}
.BgClassName
{
background-color: #E4DACD;
}
</style>
border-color css
<style>
span { border-color: #E4DACD; }
span { border-color: rgb(228,218,205); }
td.TdClassName
{
border-color: #E4DACD;
}
.TagClassName
{
border-color: #E4DACD;
}
</style>