Shades of Loafer #E1DEC0
Tints of Loafer #E1DEC0
RGB
CMYK
RGB Variations
Color information
#E1DEC0 (or 0xE1DEC0) is known color: Loafer. HEX triplet: E1, DE and C0. RGB value is (225,222,192). Sum of RGB (Red+Green+Blue) = 225+222+192=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEC0 is #1E213F. Grayscale: #DBDBDB. Windows color (decimal): -1974592 or 12639969. OLE color: 12639969.
HSL color Cylindrical-coordinate representation of color #E1DEC0: hue angle of 54.55º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1DEC0 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 192 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.12 |
| HSL | 54.55º | 0.35% | 0.82% | - |
| HSV(B) | 54.55º | 0.15% | 0.88% | - |
| XYZ | 66.69 | 72.06 | 60.26 | - |
| YUV | 219.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 192 | 0 | 0.01 | 0.15 | 0.12 | 54.55 | 0.35 | 0.82 |
| Hex | E1 | DE | C0 | 0 | 1 | F | C | 37 | 23 | 52 |
| Octal | 341 | 336 | 300 | 0 | 1 | 17 | 14 | 67 | 43 | 122 |
| Binary | 11100001 | 11011110 | 11000000 | 0 | 1 | 1111 | 1100 | 110111 | 100011 | 1010010 |
Color Harmonies of #E1DEC0
Complementary color
Monochromatic Colors of #E1DEC0
Black with #E1DEC0
Text Example
Text Example
White with #E1DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEC0; }
p { color: rgb(225,222,192); }
H1.HeaderClassName
{
color: #E1DEC0;
}
.AnyTagClassName
{
color: #E1DEC0;
}
</style>
background-color css
<style>
a { background-color: #E1DEC0; }
a { background-color: rgb(225,222,192); }
div.DivClassName
{
background-color: #E1DEC0;
}
.BgClassName
{
background-color: #E1DEC0;
}
</style>
border-color css
<style>
span { border-color: #E1DEC0; }
span { border-color: rgb(225,222,192); }
td.TdClassName
{
border-color: #E1DEC0;
}
.TagClassName
{
border-color: #E1DEC0;
}
</style>