Shades of Merino #E7DCCE
Tints of Merino #E7DCCE
RGB
CMYK
RGB Variations
Color information
#E7DCCE (or 0xE7DCCE) is known color: Merino. HEX triplet: E7, DC and CE. RGB value is (231,220,206). Sum of RGB (Red+Green+Blue) = 231+220+206=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCCE is #182331. Grayscale: #DDDDDD. Windows color (decimal): -1581874 or 13556967. OLE color: 13556967.
HSL color Cylindrical-coordinate representation of color #E7DCCE: hue angle of 33.6º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DCCE is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 206 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.09 |
| HSL | 33.6º | 0.34% | 0.86% | - |
| HSV(B) | 33.6º | 0.11% | 0.91% | - |
| XYZ | 69.69 | 72.63 | 68.74 | - |
| YUV | 221.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 206 | 0 | 0.05 | 0.11 | 0.09 | 33.6 | 0.34 | 0.86 |
| Hex | E7 | DC | CE | 0 | 5 | B | 9 | 22 | 22 | 56 |
| Octal | 347 | 334 | 316 | 0 | 5 | 13 | 11 | 42 | 42 | 126 |
| Binary | 11100111 | 11011100 | 11001110 | 0 | 101 | 1011 | 1001 | 100010 | 100010 | 1010110 |
Color Harmonies of #E7DCCE
Complementary color
Monochromatic Colors of #E7DCCE
Black with #E7DCCE
Text Example
Text Example
White with #E7DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCCE; }
p { color: rgb(231,220,206); }
H1.HeaderClassName
{
color: #E7DCCE;
}
.AnyTagClassName
{
color: #E7DCCE;
}
</style>
background-color css
<style>
a { background-color: #E7DCCE; }
a { background-color: rgb(231,220,206); }
div.DivClassName
{
background-color: #E7DCCE;
}
.BgClassName
{
background-color: #E7DCCE;
}
</style>
border-color css
<style>
span { border-color: #E7DCCE; }
span { border-color: rgb(231,220,206); }
td.TdClassName
{
border-color: #E7DCCE;
}
.TagClassName
{
border-color: #E7DCCE;
}
</style>