Shades of Loafer #DEDCB9
Tints of Loafer #DEDCB9
RGB
CMYK
RGB Variations
Color information
#DEDCB9 (or 0xDEDCB9) is known color: Loafer. HEX triplet: DE, DC and B9. RGB value is (222,220,185). Sum of RGB (Red+Green+Blue) = 222+220+185=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCB9 is #212346. Grayscale: #D8D8D8. Windows color (decimal): -2171719 or 12180702. OLE color: 12180702.
HSL color Cylindrical-coordinate representation of color #DEDCB9: hue angle of 56.76º 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 #DEDCB9 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 185 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.13 |
| HSL | 56.76º | 0.36% | 0.8% | - |
| HSV(B) | 56.76º | 0.17% | 0.87% | - |
| XYZ | 64.47 | 70.22 | 56.05 | - |
| YUV | 216.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 185 | 0 | 0.01 | 0.17 | 0.13 | 56.76 | 0.36 | 0.8 |
| Hex | DE | DC | B9 | 0 | 1 | 11 | D | 39 | 24 | 50 |
| Octal | 336 | 334 | 271 | 0 | 1 | 21 | 15 | 71 | 44 | 120 |
| Binary | 11011110 | 11011100 | 10111001 | 0 | 1 | 10001 | 1101 | 111001 | 100100 | 1010000 |
Color Harmonies of #DEDCB9
Complementary color
Monochromatic Colors of #DEDCB9
Black with #DEDCB9
Text Example
Text Example
White with #DEDCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCB9; }
p { color: rgb(222,220,185); }
H1.HeaderClassName
{
color: #DEDCB9;
}
.AnyTagClassName
{
color: #DEDCB9;
}
</style>
background-color css
<style>
a { background-color: #DEDCB9; }
a { background-color: rgb(222,220,185); }
div.DivClassName
{
background-color: #DEDCB9;
}
.BgClassName
{
background-color: #DEDCB9;
}
</style>
border-color css
<style>
span { border-color: #DEDCB9; }
span { border-color: rgb(222,220,185); }
td.TdClassName
{
border-color: #DEDCB9;
}
.TagClassName
{
border-color: #DEDCB9;
}
</style>