Shades of Loafer #DEDEBA
Tints of Loafer #DEDEBA
RGB
CMYK
RGB Variations
Color information
#DEDEBA (or 0xDEDEBA) is known color: Loafer. HEX triplet: DE, DE and BA. RGB value is (222,222,186). Sum of RGB (Red+Green+Blue) = 222+222+186=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEBA is #212145. Grayscale: #DADADA. Windows color (decimal): -2171206 or 12246750. OLE color: 12246750.
HSL color Cylindrical-coordinate representation of color #DEDEBA: hue angle of 60º 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 #DEDEBA is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 186 | - |
| CMYK | 0 | 0 | 0.16 | 0.13 |
| HSL | 60º | 0.35% | 0.8% | - |
| HSV(B) | 60º | 0.16% | 0.87% | - |
| XYZ | 65.11 | 71.32 | 56.79 | - |
| YUV | 217.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 186 | 0 | 0 | 0.16 | 0.13 | 60 | 0.35 | 0.8 |
| Hex | DE | DE | BA | 0 | 0 | 10 | D | 3C | 23 | 50 |
| Octal | 336 | 336 | 272 | 0 | 0 | 20 | 15 | 74 | 43 | 120 |
| Binary | 11011110 | 11011110 | 10111010 | 0 | 0 | 10000 | 1101 | 111100 | 100011 | 1010000 |
Color Harmonies of #DEDEBA
Complementary color
Monochromatic Colors of #DEDEBA
Black with #DEDEBA
Text Example
Text Example
White with #DEDEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEBA; }
p { color: rgb(222,222,186); }
H1.HeaderClassName
{
color: #DEDEBA;
}
.AnyTagClassName
{
color: #DEDEBA;
}
</style>
background-color css
<style>
a { background-color: #DEDEBA; }
a { background-color: rgb(222,222,186); }
div.DivClassName
{
background-color: #DEDEBA;
}
.BgClassName
{
background-color: #DEDEBA;
}
</style>
border-color css
<style>
span { border-color: #DEDEBA; }
span { border-color: rgb(222,222,186); }
td.TdClassName
{
border-color: #DEDEBA;
}
.TagClassName
{
border-color: #DEDEBA;
}
</style>