Shades of Merino #DED9D1
Tints of Merino #DED9D1
RGB
CMYK
RGB Variations
Color information
#DED9D1 (or 0xDED9D1) is known color: Merino. HEX triplet: DE, D9 and D1. RGB value is (222,217,209). Sum of RGB (Red+Green+Blue) = 222+217+209=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9D1 is #21262E. Grayscale: #D9D9D9. Windows color (decimal): -2172463 or 13752798. OLE color: 13752798.
HSL color Cylindrical-coordinate representation of color #DED9D1: hue angle of 36.92º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED9D1 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 209 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.13 |
| HSL | 36.92º | 0.16% | 0.85% | - |
| HSV(B) | 36.92º | 0.06% | 0.87% | - |
| XYZ | 66.45 | 69.76 | 70.28 | - |
| YUV | 217.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 209 | 0 | 0.02 | 0.06 | 0.13 | 36.92 | 0.16 | 0.85 |
| Hex | DE | D9 | D1 | 0 | 2 | 6 | D | 25 | 10 | 55 |
| Octal | 336 | 331 | 321 | 0 | 2 | 6 | 15 | 45 | 20 | 125 |
| Binary | 11011110 | 11011001 | 11010001 | 0 | 10 | 110 | 1101 | 100101 | 10000 | 1010101 |
Color Harmonies of #DED9D1
Complementary color
Monochromatic Colors of #DED9D1
Black with #DED9D1
Text Example
Text Example
White with #DED9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9D1; }
p { color: rgb(222,217,209); }
H1.HeaderClassName
{
color: #DED9D1;
}
.AnyTagClassName
{
color: #DED9D1;
}
</style>
background-color css
<style>
a { background-color: #DED9D1; }
a { background-color: rgb(222,217,209); }
div.DivClassName
{
background-color: #DED9D1;
}
.BgClassName
{
background-color: #DED9D1;
}
</style>
border-color css
<style>
span { border-color: #DED9D1; }
span { border-color: rgb(222,217,209); }
td.TdClassName
{
border-color: #DED9D1;
}
.TagClassName
{
border-color: #DED9D1;
}
</style>