Shades of Merino #E6DED0
Tints of Merino #E6DED0
RGB
CMYK
RGB Variations
Color information
#E6DED0 (or 0xE6DED0) is known color: Merino. HEX triplet: E6, DE and D0. RGB value is (230,222,208). Sum of RGB (Red+Green+Blue) = 230+222+208=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DED0 is #19212F. Grayscale: #DEDEDE. Windows color (decimal): -1646896 or 13688550. OLE color: 13688550.
HSL color Cylindrical-coordinate representation of color #E6DED0: hue angle of 38.18º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DED0 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 222 | 208 | - |
CMYK | 0 | 0.03 | 0.10 | 0.10 |
HSL | 38.18º | 0.31% | 0.86% | - |
HSV(B) | 38.18º | 0.1% | 0.9% | - |
XYZ | 70.14 | 73.62 | 70.19 | - |
YUV | 222.8 | 119.65 | 133.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 222 | 208 | 0 | 0.03 | 0.10 | 0.10 | 38.18 | 0.31 | 0.86 |
Hex | E6 | DE | D0 | 0 | 3 | A | A | 26 | 1F | 56 |
Octal | 346 | 336 | 320 | 0 | 3 | 12 | 12 | 46 | 37 | 126 |
Binary | 11100110 | 11011110 | 11010000 | 0 | 11 | 1010 | 1010 | 100110 | 11111 | 1010110 |
Color Harmonies of #E6DED0
Complementary color
Monochromatic Colors of #E6DED0
Black with #E6DED0
Text Example
Text Example
White with #E6DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DED0; }
p { color: rgb(230,222,208); }
H1.HeaderClassName
{
color: #E6DED0;
}
.AnyTagClassName
{
color: #E6DED0;
}
</style>
background-color css
<style>
a { background-color: #E6DED0; }
a { background-color: rgb(230,222,208); }
div.DivClassName
{
background-color: #E6DED0;
}
.BgClassName
{
background-color: #E6DED0;
}
</style>
border-color css
<style>
span { border-color: #E6DED0; }
span { border-color: rgb(230,222,208); }
td.TdClassName
{
border-color: #E6DED0;
}
.TagClassName
{
border-color: #E6DED0;
}
</style>