Shades of Merino #E6DBCE
Tints of Merino #E6DBCE
RGB
CMYK
RGB Variations
Color information
#E6DBCE (or 0xE6DBCE) is known color: Merino. HEX triplet: E6, DB and CE. RGB value is (230,219,206). Sum of RGB (Red+Green+Blue) = 230+219+206=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBCE is #192431. Grayscale: #DCDCDC. Windows color (decimal): -1647666 or 13556710. OLE color: 13556710.
HSL color Cylindrical-coordinate representation of color #E6DBCE: hue angle of 32.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DBCE is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 206 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.10 |
| HSL | 32.5º | 0.32% | 0.85% | - |
| HSV(B) | 32.5º | 0.1% | 0.9% | - |
| XYZ | 69.11 | 71.94 | 68.64 | - |
| YUV | 220.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 206 | 0 | 0.05 | 0.10 | 0.10 | 32.5 | 0.32 | 0.85 |
| Hex | E6 | DB | CE | 0 | 5 | A | A | 20 | 20 | 55 |
| Octal | 346 | 333 | 316 | 0 | 5 | 12 | 12 | 40 | 40 | 125 |
| Binary | 11100110 | 11011011 | 11001110 | 0 | 101 | 1010 | 1010 | 100000 | 100000 | 1010101 |
Color Harmonies of #E6DBCE
Complementary color
Monochromatic Colors of #E6DBCE
Black with #E6DBCE
Text Example
Text Example
White with #E6DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBCE; }
p { color: rgb(230,219,206); }
H1.HeaderClassName
{
color: #E6DBCE;
}
.AnyTagClassName
{
color: #E6DBCE;
}
</style>
background-color css
<style>
a { background-color: #E6DBCE; }
a { background-color: rgb(230,219,206); }
div.DivClassName
{
background-color: #E6DBCE;
}
.BgClassName
{
background-color: #E6DBCE;
}
</style>
border-color css
<style>
span { border-color: #E6DBCE; }
span { border-color: rgb(230,219,206); }
td.TdClassName
{
border-color: #E6DBCE;
}
.TagClassName
{
border-color: #E6DBCE;
}
</style>