Shades of Merino #E4DCCF
Tints of Merino #E4DCCF
RGB
CMYK
RGB Variations
Color information
#E4DCCF (or 0xE4DCCF) is known color: Merino. HEX triplet: E4, DC and CF. RGB value is (228,220,207). Sum of RGB (Red+Green+Blue) = 228+220+207=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DCCF is #1B2330. Grayscale: #DCDCDC. Windows color (decimal): -1778481 or 13622500. OLE color: 13622500.
HSL color Cylindrical-coordinate representation of color #E4DCCF: hue angle of 37.14º degrees, saturation: 0.28, 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 #E4DCCF is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 220 | 207 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.11 |
| HSL | 37.14º | 0.28% | 0.85% | - |
| HSV(B) | 37.14º | 0.09% | 0.89% | - |
| XYZ | 68.85 | 72.19 | 69.34 | - |
| YUV | 220.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 207 | 0 | 0.04 | 0.09 | 0.11 | 37.14 | 0.28 | 0.85 |
| Hex | E4 | DC | CF | 0 | 4 | 9 | B | 25 | 1C | 55 |
| Octal | 344 | 334 | 317 | 0 | 4 | 11 | 13 | 45 | 34 | 125 |
| Binary | 11100100 | 11011100 | 11001111 | 0 | 100 | 1001 | 1011 | 100101 | 11100 | 1010101 |
Color Harmonies of #E4DCCF
Complementary color
Monochromatic Colors of #E4DCCF
Black with #E4DCCF
Text Example
Text Example
White with #E4DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCCF; }
p { color: rgb(228,220,207); }
H1.HeaderClassName
{
color: #E4DCCF;
}
.AnyTagClassName
{
color: #E4DCCF;
}
</style>
background-color css
<style>
a { background-color: #E4DCCF; }
a { background-color: rgb(228,220,207); }
div.DivClassName
{
background-color: #E4DCCF;
}
.BgClassName
{
background-color: #E4DCCF;
}
</style>
border-color css
<style>
span { border-color: #E4DCCF; }
span { border-color: rgb(228,220,207); }
td.TdClassName
{
border-color: #E4DCCF;
}
.TagClassName
{
border-color: #E4DCCF;
}
</style>