Shades of Merino #DEDAD2
Tints of Merino #DEDAD2
RGB
CMYK
RGB Variations
Color information
#DEDAD2 (or 0xDEDAD2) is known color: Merino. HEX triplet: DE, DA and D2. RGB value is (222,218,210). Sum of RGB (Red+Green+Blue) = 222+218+210=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAD2 is #21252D. Grayscale: #DADADA. Windows color (decimal): -2172206 or 13818590. OLE color: 13818590.
HSL color Cylindrical-coordinate representation of color #DEDAD2: hue angle of 40º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEDAD2 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 218 | 210 | - |
CMYK | 0 | 0.02 | 0.05 | 0.13 |
HSL | 40º | 0.15% | 0.85% | - |
HSV(B) | 40º | 0.05% | 0.87% | - |
XYZ | 66.83 | 70.33 | 71.02 | - |
YUV | 218.28 | 123.33 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 210 | 0 | 0.02 | 0.05 | 0.13 | 40 | 0.15 | 0.85 |
Hex | DE | DA | D2 | 0 | 2 | 5 | D | 28 | F | 55 |
Octal | 336 | 332 | 322 | 0 | 2 | 5 | 15 | 50 | 17 | 125 |
Binary | 11011110 | 11011010 | 11010010 | 0 | 10 | 101 | 1101 | 101000 | 1111 | 1010101 |
Color Harmonies of #DEDAD2
Complementary color
Monochromatic Colors of #DEDAD2
Black with #DEDAD2
Text Example
Text Example
White with #DEDAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAD2; }
p { color: rgb(222,218,210); }
H1.HeaderClassName
{
color: #DEDAD2;
}
.AnyTagClassName
{
color: #DEDAD2;
}
</style>
background-color css
<style>
a { background-color: #DEDAD2; }
a { background-color: rgb(222,218,210); }
div.DivClassName
{
background-color: #DEDAD2;
}
.BgClassName
{
background-color: #DEDAD2;
}
</style>
border-color css
<style>
span { border-color: #DEDAD2; }
span { border-color: rgb(222,218,210); }
td.TdClassName
{
border-color: #DEDAD2;
}
.TagClassName
{
border-color: #DEDAD2;
}
</style>