Shades of Merino #DEDAD1
Tints of Merino #DEDAD1
RGB
CMYK
RGB Variations
Color information
#DEDAD1 (or 0xDEDAD1) is known color: Merino. HEX triplet: DE, DA and D1. RGB value is (222,218,209). Sum of RGB (Red+Green+Blue) = 222+218+209=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAD1 is #21252E. Grayscale: #DADADA. Windows color (decimal): -2172207 or 13753054. OLE color: 13753054.
HSL color Cylindrical-coordinate representation of color #DEDAD1: hue angle of 41.54º 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 #DEDAD1 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 209 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.13 |
| HSL | 41.54º | 0.16% | 0.85% | - |
| HSV(B) | 41.54º | 0.06% | 0.87% | - |
| XYZ | 66.7 | 70.28 | 70.37 | - |
| YUV | 218.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 209 | 0 | 0.02 | 0.06 | 0.13 | 41.54 | 0.16 | 0.85 |
| Hex | DE | DA | D1 | 0 | 2 | 6 | D | 2A | 10 | 55 |
| Octal | 336 | 332 | 321 | 0 | 2 | 6 | 15 | 52 | 20 | 125 |
| Binary | 11011110 | 11011010 | 11010001 | 0 | 10 | 110 | 1101 | 101010 | 10000 | 1010101 |
Color Harmonies of #DEDAD1
Complementary color
Monochromatic Colors of #DEDAD1
Black with #DEDAD1
Text Example
Text Example
White with #DEDAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAD1; }
p { color: rgb(222,218,209); }
H1.HeaderClassName
{
color: #DEDAD1;
}
.AnyTagClassName
{
color: #DEDAD1;
}
</style>
background-color css
<style>
a { background-color: #DEDAD1; }
a { background-color: rgb(222,218,209); }
div.DivClassName
{
background-color: #DEDAD1;
}
.BgClassName
{
background-color: #DEDAD1;
}
</style>
border-color css
<style>
span { border-color: #DEDAD1; }
span { border-color: rgb(222,218,209); }
td.TdClassName
{
border-color: #DEDAD1;
}
.TagClassName
{
border-color: #DEDAD1;
}
</style>