Shades of Merino #E3DDCF
Tints of Merino #E3DDCF
RGB
CMYK
RGB Variations
Color information
#E3DDCF (or 0xE3DDCF) is known color: Merino. HEX triplet: E3, DD and CF. RGB value is (227,221,207). Sum of RGB (Red+Green+Blue) = 227+221+207=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDCF is #1C2230. Grayscale: #DDDDDD. Windows color (decimal): -1843761 or 13622755. OLE color: 13622755.
HSL color Cylindrical-coordinate representation of color #E3DDCF: hue angle of 42º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3DDCF is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 207 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.11 |
| HSL | 42º | 0.26% | 0.85% | - |
| HSV(B) | 42º | 0.09% | 0.89% | - |
| XYZ | 68.8 | 72.55 | 69.41 | - |
| YUV | 221.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 207 | 0 | 0.03 | 0.09 | 0.11 | 42 | 0.26 | 0.85 |
| Hex | E3 | DD | CF | 0 | 3 | 9 | B | 2A | 1A | 55 |
| Octal | 343 | 335 | 317 | 0 | 3 | 11 | 13 | 52 | 32 | 125 |
| Binary | 11100011 | 11011101 | 11001111 | 0 | 11 | 1001 | 1011 | 101010 | 11010 | 1010101 |
Color Harmonies of #E3DDCF
Complementary color
Monochromatic Colors of #E3DDCF
Black with #E3DDCF
Text Example
Text Example
White with #E3DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DDCF; }
p { color: rgb(227,221,207); }
H1.HeaderClassName
{
color: #E3DDCF;
}
.AnyTagClassName
{
color: #E3DDCF;
}
</style>
background-color css
<style>
a { background-color: #E3DDCF; }
a { background-color: rgb(227,221,207); }
div.DivClassName
{
background-color: #E3DDCF;
}
.BgClassName
{
background-color: #E3DDCF;
}
</style>
border-color css
<style>
span { border-color: #E3DDCF; }
span { border-color: rgb(227,221,207); }
td.TdClassName
{
border-color: #E3DDCF;
}
.TagClassName
{
border-color: #E3DDCF;
}
</style>