Shades of Merino #E1DCD1
Tints of Merino #E1DCD1
RGB
CMYK
RGB Variations
Color information
#E1DCD1 (or 0xE1DCD1) is known color: Merino. HEX triplet: E1, DC and D1. RGB value is (225,220,209). Sum of RGB (Red+Green+Blue) = 225+220+209=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCD1 is #1E232E. Grayscale: #DCDCDC. Windows color (decimal): -1975087 or 13753569. OLE color: 13753569.
HSL color Cylindrical-coordinate representation of color #E1DCD1: hue angle of 41.25º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1DCD1 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 209 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.12 |
| HSL | 41.25º | 0.21% | 0.85% | - |
| HSV(B) | 41.25º | 0.07% | 0.88% | - |
| XYZ | 68.15 | 71.8 | 70.59 | - |
| YUV | 220.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 209 | 0 | 0.02 | 0.07 | 0.12 | 41.25 | 0.21 | 0.85 |
| Hex | E1 | DC | D1 | 0 | 2 | 7 | C | 29 | 15 | 55 |
| Octal | 341 | 334 | 321 | 0 | 2 | 7 | 14 | 51 | 25 | 125 |
| Binary | 11100001 | 11011100 | 11010001 | 0 | 10 | 111 | 1100 | 101001 | 10101 | 1010101 |
Color Harmonies of #E1DCD1
Complementary color
Monochromatic Colors of #E1DCD1
Black with #E1DCD1
Text Example
Text Example
White with #E1DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCD1; }
p { color: rgb(225,220,209); }
H1.HeaderClassName
{
color: #E1DCD1;
}
.AnyTagClassName
{
color: #E1DCD1;
}
</style>
background-color css
<style>
a { background-color: #E1DCD1; }
a { background-color: rgb(225,220,209); }
div.DivClassName
{
background-color: #E1DCD1;
}
.BgClassName
{
background-color: #E1DCD1;
}
</style>
border-color css
<style>
span { border-color: #E1DCD1; }
span { border-color: rgb(225,220,209); }
td.TdClassName
{
border-color: #E1DCD1;
}
.TagClassName
{
border-color: #E1DCD1;
}
</style>