Shades of Merino #E6DDCD
Tints of Merino #E6DDCD
RGB
CMYK
RGB Variations
Color information
#E6DDCD (or 0xE6DDCD) is known color: Merino. HEX triplet: E6, DD and CD. RGB value is (230,221,205). Sum of RGB (Red+Green+Blue) = 230+221+205=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DDCD is #192232. Grayscale: #DDDDDD. Windows color (decimal): -1647155 or 13491686. OLE color: 13491686.
HSL color Cylindrical-coordinate representation of color #E6DDCD: hue angle of 38.4º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6DDCD is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 221 | 205 | - |
CMYK | 0 | 0.04 | 0.11 | 0.10 |
HSL | 38.4º | 0.33% | 0.85% | - |
HSV(B) | 38.4º | 0.11% | 0.9% | - |
XYZ | 69.51 | 72.94 | 68.17 | - |
YUV | 221.87 | 118.48 | 133.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 221 | 205 | 0 | 0.04 | 0.11 | 0.10 | 38.4 | 0.33 | 0.85 |
Hex | E6 | DD | CD | 0 | 4 | B | A | 26 | 21 | 55 |
Octal | 346 | 335 | 315 | 0 | 4 | 13 | 12 | 46 | 41 | 125 |
Binary | 11100110 | 11011101 | 11001101 | 0 | 100 | 1011 | 1010 | 100110 | 100001 | 1010101 |
Color Harmonies of #E6DDCD
Complementary color
Monochromatic Colors of #E6DDCD
Black with #E6DDCD
Text Example
Text Example
White with #E6DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDCD; }
p { color: rgb(230,221,205); }
H1.HeaderClassName
{
color: #E6DDCD;
}
.AnyTagClassName
{
color: #E6DDCD;
}
</style>
background-color css
<style>
a { background-color: #E6DDCD; }
a { background-color: rgb(230,221,205); }
div.DivClassName
{
background-color: #E6DDCD;
}
.BgClassName
{
background-color: #E6DDCD;
}
</style>
border-color css
<style>
span { border-color: #E6DDCD; }
span { border-color: rgb(230,221,205); }
td.TdClassName
{
border-color: #E6DDCD;
}
.TagClassName
{
border-color: #E6DDCD;
}
</style>