Shades of Merino #E4DBCD
Tints of Merino #E4DBCD
RGB
CMYK
RGB Variations
Color information
#E4DBCD (or 0xE4DBCD) is known color: Merino. HEX triplet: E4, DB and CD. RGB value is (228,219,205). Sum of RGB (Red+Green+Blue) = 228+219+205=652 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.97% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DBCD is #1B2432. Grayscale: #DCDCDC. Windows color (decimal): -1778739 or 13491172. OLE color: 13491172.
HSL color Cylindrical-coordinate representation of color #E4DBCD: hue angle of 36.52º 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 #E4DBCD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 219 | 205 | - |
CMYK | 0 | 0.04 | 0.10 | 0.11 |
HSL | 36.52º | 0.3% | 0.85% | - |
HSV(B) | 36.52º | 0.1% | 0.89% | - |
XYZ | 68.35 | 71.56 | 67.97 | - |
YUV | 220.1 | 119.48 | 133.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 219 | 205 | 0 | 0.04 | 0.10 | 0.11 | 36.52 | 0.3 | 0.85 |
Hex | E4 | DB | CD | 0 | 4 | A | B | 25 | 1E | 55 |
Octal | 344 | 333 | 315 | 0 | 4 | 12 | 13 | 45 | 36 | 125 |
Binary | 11100100 | 11011011 | 11001101 | 0 | 100 | 1010 | 1011 | 100101 | 11110 | 1010101 |
Color Harmonies of #E4DBCD
Complementary color
Monochromatic Colors of #E4DBCD
Black with #E4DBCD
Text Example
Text Example
White with #E4DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DBCD; }
p { color: rgb(228,219,205); }
H1.HeaderClassName
{
color: #E4DBCD;
}
.AnyTagClassName
{
color: #E4DBCD;
}
</style>
background-color css
<style>
a { background-color: #E4DBCD; }
a { background-color: rgb(228,219,205); }
div.DivClassName
{
background-color: #E4DBCD;
}
.BgClassName
{
background-color: #E4DBCD;
}
</style>
border-color css
<style>
span { border-color: #E4DBCD; }
span { border-color: rgb(228,219,205); }
td.TdClassName
{
border-color: #E4DBCD;
}
.TagClassName
{
border-color: #E4DBCD;
}
</style>