Shades of Loafer #DEDDB9
Tints of Loafer #DEDDB9
RGB
CMYK
RGB Variations
Color information
#DEDDB9 (or 0xDEDDB9) is known color: Loafer. HEX triplet: DE, DD and B9. RGB value is (222,221,185). Sum of RGB (Red+Green+Blue) = 222+221+185=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDB9 is #212246. Grayscale: #D9D9D9. Windows color (decimal): -2171463 or 12180958. OLE color: 12180958.
HSL color Cylindrical-coordinate representation of color #DEDDB9: hue angle of 58.38º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEDDB9 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 185 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.13 |
| HSL | 58.38º | 0.36% | 0.8% | - |
| HSV(B) | 58.38º | 0.17% | 0.87% | - |
| XYZ | 64.74 | 70.75 | 56.14 | - |
| YUV | 217.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 185 | 0 | 0.00 | 0.17 | 0.13 | 58.38 | 0.36 | 0.8 |
| Hex | DE | DD | B9 | 0 | 0 | 11 | D | 3A | 24 | 50 |
| Octal | 336 | 335 | 271 | 0 | 0 | 21 | 15 | 72 | 44 | 120 |
| Binary | 11011110 | 11011101 | 10111001 | 0 | 0 | 10001 | 1101 | 111010 | 100100 | 1010000 |
Color Harmonies of #DEDDB9
Complementary color
Monochromatic Colors of #DEDDB9
Black with #DEDDB9
Text Example
Text Example
White with #DEDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDB9; }
p { color: rgb(222,221,185); }
H1.HeaderClassName
{
color: #DEDDB9;
}
.AnyTagClassName
{
color: #DEDDB9;
}
</style>
background-color css
<style>
a { background-color: #DEDDB9; }
a { background-color: rgb(222,221,185); }
div.DivClassName
{
background-color: #DEDDB9;
}
.BgClassName
{
background-color: #DEDDB9;
}
</style>
border-color css
<style>
span { border-color: #DEDDB9; }
span { border-color: rgb(222,221,185); }
td.TdClassName
{
border-color: #DEDDB9;
}
.TagClassName
{
border-color: #DEDDB9;
}
</style>