Shades of Merino #E5DDD1
Tints of Merino #E5DDD1
RGB
CMYK
RGB Variations
Color information
#E5DDD1 (or 0xE5DDD1) is known color: Merino. HEX triplet: E5, DD and D1. RGB value is (229,221,209). Sum of RGB (Red+Green+Blue) = 229+221+209=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 209 (82.03% from 255 or 31.71% from 659); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDD1 is #1A222E. Grayscale: #DEDEDE. Windows color (decimal): -1712687 or 13753829. OLE color: 13753829.
HSL color Cylindrical-coordinate representation of color #E5DDD1: hue angle of 36º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5DDD1 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 221 | 209 | - |
CMYK | 0 | 0.03 | 0.09 | 0.10 |
HSL | 36º | 0.28% | 0.86% | - |
HSV(B) | 36º | 0.09% | 0.9% | - |
XYZ | 69.68 | 72.97 | 70.73 | - |
YUV | 222.02 | 120.65 | 132.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 221 | 209 | 0 | 0.03 | 0.09 | 0.10 | 36 | 0.28 | 0.86 |
Hex | E5 | DD | D1 | 0 | 3 | 9 | A | 24 | 1C | 56 |
Octal | 345 | 335 | 321 | 0 | 3 | 11 | 12 | 44 | 34 | 126 |
Binary | 11100101 | 11011101 | 11010001 | 0 | 11 | 1001 | 1010 | 100100 | 11100 | 1010110 |
Color Harmonies of #E5DDD1
Complementary color
Monochromatic Colors of #E5DDD1
Black with #E5DDD1
Text Example
Text Example
White with #E5DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDD1; }
p { color: rgb(229,221,209); }
H1.HeaderClassName
{
color: #E5DDD1;
}
.AnyTagClassName
{
color: #E5DDD1;
}
</style>
background-color css
<style>
a { background-color: #E5DDD1; }
a { background-color: rgb(229,221,209); }
div.DivClassName
{
background-color: #E5DDD1;
}
.BgClassName
{
background-color: #E5DDD1;
}
</style>
border-color css
<style>
span { border-color: #E5DDD1; }
span { border-color: rgb(229,221,209); }
td.TdClassName
{
border-color: #E5DDD1;
}
.TagClassName
{
border-color: #E5DDD1;
}
</style>