Shades of Merino #DEDAD3
Tints of Merino #DEDAD3
RGB
CMYK
RGB Variations
Color information
#DEDAD3 (or 0xDEDAD3) is known color: Merino. HEX triplet: DE, DA and D3. RGB value is (222,218,211). Sum of RGB (Red+Green+Blue) = 222+218+211=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAD3 is #21252C. Grayscale: #DADADA. Windows color (decimal): -2172205 or 13884126. OLE color: 13884126.
HSL color Cylindrical-coordinate representation of color #DEDAD3: hue angle of 38.18º degrees, saturation: 0.14, 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 #DEDAD3 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 218 | 211 | - |
CMYK | 0 | 0.02 | 0.05 | 0.13 |
HSL | 38.18º | 0.14% | 0.85% | - |
HSV(B) | 38.18º | 0.05% | 0.87% | - |
XYZ | 66.95 | 70.38 | 71.68 | - |
YUV | 218.4 | 123.83 | 130.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 211 | 0 | 0.02 | 0.05 | 0.13 | 38.18 | 0.14 | 0.85 |
Hex | DE | DA | D3 | 0 | 2 | 5 | D | 26 | E | 55 |
Octal | 336 | 332 | 323 | 0 | 2 | 5 | 15 | 46 | 16 | 125 |
Binary | 11011110 | 11011010 | 11010011 | 0 | 10 | 101 | 1101 | 100110 | 1110 | 1010101 |
Color Harmonies of #DEDAD3
Complementary color
Monochromatic Colors of #DEDAD3
Black with #DEDAD3
Text Example
Text Example
White with #DEDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAD3; }
p { color: rgb(222,218,211); }
H1.HeaderClassName
{
color: #DEDAD3;
}
.AnyTagClassName
{
color: #DEDAD3;
}
</style>
background-color css
<style>
a { background-color: #DEDAD3; }
a { background-color: rgb(222,218,211); }
div.DivClassName
{
background-color: #DEDAD3;
}
.BgClassName
{
background-color: #DEDAD3;
}
</style>
border-color css
<style>
span { border-color: #DEDAD3; }
span { border-color: rgb(222,218,211); }
td.TdClassName
{
border-color: #DEDAD3;
}
.TagClassName
{
border-color: #DEDAD3;
}
</style>