Shades of Loafer #DEDDBD
Tints of Loafer #DEDDBD
RGB
CMYK
RGB Variations
Color information
#DEDDBD (or 0xDEDDBD) is known color: Loafer. HEX triplet: DE, DD and BD. RGB value is (222,221,189). Sum of RGB (Red+Green+Blue) = 222+221+189=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDBD is #212242. Grayscale: #D9D9D9. Windows color (decimal): -2171459 or 12443102. OLE color: 12443102.
HSL color Cylindrical-coordinate representation of color #DEDDBD: hue angle of 58.18º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEDDBD is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 189 | - |
| CMYK | 0 | 0.00 | 0.15 | 0.13 |
| HSL | 58.18º | 0.33% | 0.81% | - |
| HSV(B) | 58.18º | 0.15% | 0.87% | - |
| XYZ | 65.17 | 70.92 | 58.4 | - |
| YUV | 217.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 189 | 0 | 0.00 | 0.15 | 0.13 | 58.18 | 0.33 | 0.81 |
| Hex | DE | DD | BD | 0 | 0 | F | D | 3A | 21 | 51 |
| Octal | 336 | 335 | 275 | 0 | 0 | 17 | 15 | 72 | 41 | 121 |
| Binary | 11011110 | 11011101 | 10111101 | 0 | 0 | 1111 | 1101 | 111010 | 100001 | 1010001 |
Color Harmonies of #DEDDBD
Complementary color
Monochromatic Colors of #DEDDBD
Black with #DEDDBD
Text Example
Text Example
White with #DEDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDBD; }
p { color: rgb(222,221,189); }
H1.HeaderClassName
{
color: #DEDDBD;
}
.AnyTagClassName
{
color: #DEDDBD;
}
</style>
background-color css
<style>
a { background-color: #DEDDBD; }
a { background-color: rgb(222,221,189); }
div.DivClassName
{
background-color: #DEDDBD;
}
.BgClassName
{
background-color: #DEDDBD;
}
</style>
border-color css
<style>
span { border-color: #DEDDBD; }
span { border-color: rgb(222,221,189); }
td.TdClassName
{
border-color: #DEDDBD;
}
.TagClassName
{
border-color: #DEDDBD;
}
</style>