Shades of Merino #DED8CE
Tints of Merino #DED8CE
RGB
CMYK
RGB Variations
Color information
#DED8CE (or 0xDED8CE) is known color: Merino. HEX triplet: DE, D8 and CE. RGB value is (222,216,206). Sum of RGB (Red+Green+Blue) = 222+216+206=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8CE is #212731. Grayscale: #D8D8D8. Windows color (decimal): -2172722 or 13555934. OLE color: 13555934.
HSL color Cylindrical-coordinate representation of color #DED8CE: hue angle of 37.5º degrees, saturation: 0.2, 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 #DED8CE is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 206 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.13 |
| HSL | 37.5º | 0.2% | 0.84% | - |
| HSV(B) | 37.5º | 0.07% | 0.87% | - |
| XYZ | 65.82 | 69.1 | 68.26 | - |
| YUV | 216.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 206 | 0 | 0.03 | 0.07 | 0.13 | 37.5 | 0.2 | 0.84 |
| Hex | DE | D8 | CE | 0 | 3 | 7 | D | 26 | 14 | 54 |
| Octal | 336 | 330 | 316 | 0 | 3 | 7 | 15 | 46 | 24 | 124 |
| Binary | 11011110 | 11011000 | 11001110 | 0 | 11 | 111 | 1101 | 100110 | 10100 | 1010100 |
Color Harmonies of #DED8CE
Complementary color
Monochromatic Colors of #DED8CE
Black with #DED8CE
Text Example
Text Example
White with #DED8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8CE; }
p { color: rgb(222,216,206); }
H1.HeaderClassName
{
color: #DED8CE;
}
.AnyTagClassName
{
color: #DED8CE;
}
</style>
background-color css
<style>
a { background-color: #DED8CE; }
a { background-color: rgb(222,216,206); }
div.DivClassName
{
background-color: #DED8CE;
}
.BgClassName
{
background-color: #DED8CE;
}
</style>
border-color css
<style>
span { border-color: #DED8CE; }
span { border-color: rgb(222,216,206); }
td.TdClassName
{
border-color: #DED8CE;
}
.TagClassName
{
border-color: #DED8CE;
}
</style>