Shades of Merino #DED9CF
Tints of Merino #DED9CF
RGB
CMYK
RGB Variations
Color information
#DED9CF (or 0xDED9CF) is known color: Merino. HEX triplet: DE, D9 and CF. RGB value is (222,217,207). Sum of RGB (Red+Green+Blue) = 222+217+207=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9CF is #212630. Grayscale: #D9D9D9. Windows color (decimal): -2172465 or 13621726. OLE color: 13621726.
HSL color Cylindrical-coordinate representation of color #DED9CF: hue angle of 40º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DED9CF is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 207 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.13 |
| HSL | 40º | 0.19% | 0.84% | - |
| HSV(B) | 40º | 0.07% | 0.87% | - |
| XYZ | 66.2 | 69.66 | 68.99 | - |
| YUV | 217.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 207 | 0 | 0.02 | 0.07 | 0.13 | 40 | 0.19 | 0.84 |
| Hex | DE | D9 | CF | 0 | 2 | 7 | D | 28 | 13 | 54 |
| Octal | 336 | 331 | 317 | 0 | 2 | 7 | 15 | 50 | 23 | 124 |
| Binary | 11011110 | 11011001 | 11001111 | 0 | 10 | 111 | 1101 | 101000 | 10011 | 1010100 |
Color Harmonies of #DED9CF
Complementary color
Monochromatic Colors of #DED9CF
Black with #DED9CF
Text Example
Text Example
White with #DED9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9CF; }
p { color: rgb(222,217,207); }
H1.HeaderClassName
{
color: #DED9CF;
}
.AnyTagClassName
{
color: #DED9CF;
}
</style>
background-color css
<style>
a { background-color: #DED9CF; }
a { background-color: rgb(222,217,207); }
div.DivClassName
{
background-color: #DED9CF;
}
.BgClassName
{
background-color: #DED9CF;
}
</style>
border-color css
<style>
span { border-color: #DED9CF; }
span { border-color: rgb(222,217,207); }
td.TdClassName
{
border-color: #DED9CF;
}
.TagClassName
{
border-color: #DED9CF;
}
</style>