Shades of Loafer #E1DEBD
Tints of Loafer #E1DEBD
RGB
CMYK
RGB Variations
Color information
#E1DEBD (or 0xE1DEBD) is known color: Loafer. HEX triplet: E1, DE and BD. RGB value is (225,222,189). Sum of RGB (Red+Green+Blue) = 225+222+189=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEBD is #1E2142. Grayscale: #DBDBDB. Windows color (decimal): -1974595 or 12443361. OLE color: 12443361.
HSL color Cylindrical-coordinate representation of color #E1DEBD: hue angle of 55º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1DEBD is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 189 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.12 |
| HSL | 55º | 0.38% | 0.81% | - |
| HSV(B) | 55º | 0.16% | 0.88% | - |
| XYZ | 66.36 | 71.92 | 58.53 | - |
| YUV | 219.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 189 | 0 | 0.01 | 0.16 | 0.12 | 55 | 0.38 | 0.81 |
| Hex | E1 | DE | BD | 0 | 1 | 10 | C | 37 | 26 | 51 |
| Octal | 341 | 336 | 275 | 0 | 1 | 20 | 14 | 67 | 46 | 121 |
| Binary | 11100001 | 11011110 | 10111101 | 0 | 1 | 10000 | 1100 | 110111 | 100110 | 1010001 |
Color Harmonies of #E1DEBD
Complementary color
Monochromatic Colors of #E1DEBD
Black with #E1DEBD
Text Example
Text Example
White with #E1DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEBD; }
p { color: rgb(225,222,189); }
H1.HeaderClassName
{
color: #E1DEBD;
}
.AnyTagClassName
{
color: #E1DEBD;
}
</style>
background-color css
<style>
a { background-color: #E1DEBD; }
a { background-color: rgb(225,222,189); }
div.DivClassName
{
background-color: #E1DEBD;
}
.BgClassName
{
background-color: #E1DEBD;
}
</style>
border-color css
<style>
span { border-color: #E1DEBD; }
span { border-color: rgb(225,222,189); }
td.TdClassName
{
border-color: #E1DEBD;
}
.TagClassName
{
border-color: #E1DEBD;
}
</style>