Shades of Merino #E7DCCF
Tints of Merino #E7DCCF
RGB
CMYK
RGB Variations
Color information
#E7DCCF (or 0xE7DCCF) is known color: Merino. HEX triplet: E7, DC and CF. RGB value is (231,220,207). Sum of RGB (Red+Green+Blue) = 231+220+207=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCCF is #182330. Grayscale: #DDDDDD. Windows color (decimal): -1581873 or 13622503. OLE color: 13622503.
HSL color Cylindrical-coordinate representation of color #E7DCCF: hue angle of 32.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7DCCF is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 207 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.09 |
| HSL | 32.5º | 0.33% | 0.86% | - |
| HSV(B) | 32.5º | 0.1% | 0.91% | - |
| XYZ | 69.81 | 72.68 | 69.38 | - |
| YUV | 221.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 207 | 0 | 0.05 | 0.10 | 0.09 | 32.5 | 0.33 | 0.86 |
| Hex | E7 | DC | CF | 0 | 5 | A | 9 | 20 | 21 | 56 |
| Octal | 347 | 334 | 317 | 0 | 5 | 12 | 11 | 40 | 41 | 126 |
| Binary | 11100111 | 11011100 | 11001111 | 0 | 101 | 1010 | 1001 | 100000 | 100001 | 1010110 |
Color Harmonies of #E7DCCF
Complementary color
Monochromatic Colors of #E7DCCF
Black with #E7DCCF
Text Example
Text Example
White with #E7DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCCF; }
p { color: rgb(231,220,207); }
H1.HeaderClassName
{
color: #E7DCCF;
}
.AnyTagClassName
{
color: #E7DCCF;
}
</style>
background-color css
<style>
a { background-color: #E7DCCF; }
a { background-color: rgb(231,220,207); }
div.DivClassName
{
background-color: #E7DCCF;
}
.BgClassName
{
background-color: #E7DCCF;
}
</style>
border-color css
<style>
span { border-color: #E7DCCF; }
span { border-color: rgb(231,220,207); }
td.TdClassName
{
border-color: #E7DCCF;
}
.TagClassName
{
border-color: #E7DCCF;
}
</style>