Shades of Merino #E6DCCD
Tints of Merino #E6DCCD
RGB
CMYK
RGB Variations
Color information
#E6DCCD (or 0xE6DCCD) is known color: Merino. HEX triplet: E6, DC and CD. RGB value is (230,220,205). Sum of RGB (Red+Green+Blue) = 230+220+205=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCCD is #192332. Grayscale: #DDDDDD. Windows color (decimal): -1647411 or 13491430. OLE color: 13491430.
HSL color Cylindrical-coordinate representation of color #E6DCCD: hue angle of 36º 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 #E6DCCD is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 220 | 205 | - |
CMYK | 0 | 0.04 | 0.11 | 0.10 |
HSL | 36º | 0.33% | 0.85% | - |
HSV(B) | 36º | 0.11% | 0.9% | - |
XYZ | 69.25 | 72.42 | 68.09 | - |
YUV | 221.28 | 118.81 | 134.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 220 | 205 | 0 | 0.04 | 0.11 | 0.10 | 36 | 0.33 | 0.85 |
Hex | E6 | DC | CD | 0 | 4 | B | A | 24 | 21 | 55 |
Octal | 346 | 334 | 315 | 0 | 4 | 13 | 12 | 44 | 41 | 125 |
Binary | 11100110 | 11011100 | 11001101 | 0 | 100 | 1011 | 1010 | 100100 | 100001 | 1010101 |
Color Harmonies of #E6DCCD
Complementary color
Monochromatic Colors of #E6DCCD
Black with #E6DCCD
Text Example
Text Example
White with #E6DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCCD; }
p { color: rgb(230,220,205); }
H1.HeaderClassName
{
color: #E6DCCD;
}
.AnyTagClassName
{
color: #E6DCCD;
}
</style>
background-color css
<style>
a { background-color: #E6DCCD; }
a { background-color: rgb(230,220,205); }
div.DivClassName
{
background-color: #E6DCCD;
}
.BgClassName
{
background-color: #E6DCCD;
}
</style>
border-color css
<style>
span { border-color: #E6DCCD; }
span { border-color: rgb(230,220,205); }
td.TdClassName
{
border-color: #E6DCCD;
}
.TagClassName
{
border-color: #E6DCCD;
}
</style>