Shades of Merino #E3DCD2
Tints of Merino #E3DCD2
RGB
CMYK
RGB Variations
Color information
#E3DCD2 (or 0xE3DCD2) is known color: Merino. HEX triplet: E3, DC and D2. RGB value is (227,220,210). Sum of RGB (Red+Green+Blue) = 227+220+210=657 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.55% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DCD2 is #1C232D. Grayscale: #DCDCDC. Windows color (decimal): -1844014 or 13819107. OLE color: 13819107.
HSL color Cylindrical-coordinate representation of color #E3DCD2: hue angle of 35.29º degrees, saturation: 0.23, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E3DCD2 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 210 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.11 |
| HSL | 35.29º | 0.23% | 0.86% | - |
| HSV(B) | 35.29º | 0.07% | 0.89% | - |
| XYZ | 68.9 | 72.17 | 71.27 | - |
| YUV | 220.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 210 | 0 | 0.03 | 0.07 | 0.11 | 35.29 | 0.23 | 0.86 |
| Hex | E3 | DC | D2 | 0 | 3 | 7 | B | 23 | 17 | 56 |
| Octal | 343 | 334 | 322 | 0 | 3 | 7 | 13 | 43 | 27 | 126 |
| Binary | 11100011 | 11011100 | 11010010 | 0 | 11 | 111 | 1011 | 100011 | 10111 | 1010110 |
Color Harmonies of #E3DCD2
Complementary color
Monochromatic Colors of #E3DCD2
Black with #E3DCD2
Text Example
Text Example
White with #E3DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCD2; }
p { color: rgb(227,220,210); }
H1.HeaderClassName
{
color: #E3DCD2;
}
.AnyTagClassName
{
color: #E3DCD2;
}
</style>
background-color css
<style>
a { background-color: #E3DCD2; }
a { background-color: rgb(227,220,210); }
div.DivClassName
{
background-color: #E3DCD2;
}
.BgClassName
{
background-color: #E3DCD2;
}
</style>
border-color css
<style>
span { border-color: #E3DCD2; }
span { border-color: rgb(227,220,210); }
td.TdClassName
{
border-color: #E3DCD2;
}
.TagClassName
{
border-color: #E3DCD2;
}
</style>