Shades of Merino #DEDBD4
Tints of Merino #DEDBD4
RGB
CMYK
RGB Variations
Color information
#DEDBD4 (or 0xDEDBD4) is known color: Merino. HEX triplet: DE, DB and D4. RGB value is (222,219,212). Sum of RGB (Red+Green+Blue) = 222+219+212=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBD4 is #21242B. Grayscale: #DBDBDB. Windows color (decimal): -2171948 or 13949918. OLE color: 13949918.
HSL color Cylindrical-coordinate representation of color #DEDBD4: hue angle of 42º degrees, saturation: 0.13, 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 #DEDBD4 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 212 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.13 |
| HSL | 42º | 0.13% | 0.85% | - |
| HSV(B) | 42º | 0.05% | 0.87% | - |
| XYZ | 67.34 | 70.95 | 72.43 | - |
| YUV | 219.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 212 | 0 | 0.01 | 0.05 | 0.13 | 42 | 0.13 | 0.85 |
| Hex | DE | DB | D4 | 0 | 1 | 5 | D | 2A | D | 55 |
| Octal | 336 | 333 | 324 | 0 | 1 | 5 | 15 | 52 | 15 | 125 |
| Binary | 11011110 | 11011011 | 11010100 | 0 | 1 | 101 | 1101 | 101010 | 1101 | 1010101 |
Color Harmonies of #DEDBD4
Complementary color
Monochromatic Colors of #DEDBD4
Black with #DEDBD4
Text Example
Text Example
White with #DEDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBD4; }
p { color: rgb(222,219,212); }
H1.HeaderClassName
{
color: #DEDBD4;
}
.AnyTagClassName
{
color: #DEDBD4;
}
</style>
background-color css
<style>
a { background-color: #DEDBD4; }
a { background-color: rgb(222,219,212); }
div.DivClassName
{
background-color: #DEDBD4;
}
.BgClassName
{
background-color: #DEDBD4;
}
</style>
border-color css
<style>
span { border-color: #DEDBD4; }
span { border-color: rgb(222,219,212); }
td.TdClassName
{
border-color: #DEDBD4;
}
.TagClassName
{
border-color: #DEDBD4;
}
</style>