Shades of Loafer #DEDCBE
Tints of Loafer #DEDCBE
RGB
CMYK
RGB Variations
Color information
#DEDCBE (or 0xDEDCBE) is known color: Loafer. HEX triplet: DE, DC and BE. RGB value is (222,220,190). Sum of RGB (Red+Green+Blue) = 222+220+190=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCBE is #212341. Grayscale: #D9D9D9. Windows color (decimal): -2171714 or 12508382. OLE color: 12508382.
HSL color Cylindrical-coordinate representation of color #DEDCBE: hue angle of 56.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEDCBE is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 190 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.13 |
| HSL | 56.25º | 0.33% | 0.81% | - |
| HSV(B) | 56.25º | 0.14% | 0.87% | - |
| XYZ | 65.01 | 70.43 | 58.88 | - |
| YUV | 217.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 190 | 0 | 0.01 | 0.14 | 0.13 | 56.25 | 0.33 | 0.81 |
| Hex | DE | DC | BE | 0 | 1 | E | D | 38 | 21 | 51 |
| Octal | 336 | 334 | 276 | 0 | 1 | 16 | 15 | 70 | 41 | 121 |
| Binary | 11011110 | 11011100 | 10111110 | 0 | 1 | 1110 | 1101 | 111000 | 100001 | 1010001 |
Color Harmonies of #DEDCBE
Complementary color
Monochromatic Colors of #DEDCBE
Black with #DEDCBE
Text Example
Text Example
White with #DEDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCBE; }
p { color: rgb(222,220,190); }
H1.HeaderClassName
{
color: #DEDCBE;
}
.AnyTagClassName
{
color: #DEDCBE;
}
</style>
background-color css
<style>
a { background-color: #DEDCBE; }
a { background-color: rgb(222,220,190); }
div.DivClassName
{
background-color: #DEDCBE;
}
.BgClassName
{
background-color: #DEDCBE;
}
</style>
border-color css
<style>
span { border-color: #DEDCBE; }
span { border-color: rgb(222,220,190); }
td.TdClassName
{
border-color: #DEDCBE;
}
.TagClassName
{
border-color: #DEDCBE;
}
</style>