Shades of Loafer #DEDBBA
Tints of Loafer #DEDBBA
RGB
CMYK
RGB Variations
Color information
#DEDBBA (or 0xDEDBBA) is known color: Loafer. HEX triplet: DE, DB and BA. RGB value is (222,219,186). Sum of RGB (Red+Green+Blue) = 222+219+186=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBBA is #212445. Grayscale: #D8D8D8. Windows color (decimal): -2171974 or 12245982. OLE color: 12245982.
HSL color Cylindrical-coordinate representation of color #DEDBBA: hue angle of 55º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEDBBA is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 186 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.13 |
| HSL | 55º | 0.35% | 0.8% | - |
| HSV(B) | 55º | 0.16% | 0.87% | - |
| XYZ | 64.32 | 69.74 | 56.53 | - |
| YUV | 216.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 186 | 0 | 0.01 | 0.16 | 0.13 | 55 | 0.35 | 0.8 |
| Hex | DE | DB | BA | 0 | 1 | 10 | D | 37 | 23 | 50 |
| Octal | 336 | 333 | 272 | 0 | 1 | 20 | 15 | 67 | 43 | 120 |
| Binary | 11011110 | 11011011 | 10111010 | 0 | 1 | 10000 | 1101 | 110111 | 100011 | 1010000 |
Color Harmonies of #DEDBBA
Complementary color
Monochromatic Colors of #DEDBBA
Black with #DEDBBA
Text Example
Text Example
White with #DEDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBBA; }
p { color: rgb(222,219,186); }
H1.HeaderClassName
{
color: #DEDBBA;
}
.AnyTagClassName
{
color: #DEDBBA;
}
</style>
background-color css
<style>
a { background-color: #DEDBBA; }
a { background-color: rgb(222,219,186); }
div.DivClassName
{
background-color: #DEDBBA;
}
.BgClassName
{
background-color: #DEDBBA;
}
</style>
border-color css
<style>
span { border-color: #DEDBBA; }
span { border-color: rgb(222,219,186); }
td.TdClassName
{
border-color: #DEDBBA;
}
.TagClassName
{
border-color: #DEDBBA;
}
</style>