Shades of Loafer #E1DEC3
Tints of Loafer #E1DEC3
RGB
CMYK
RGB Variations
Color information
#E1DEC3 (or 0xE1DEC3) is known color: Loafer. HEX triplet: E1, DE and C3. RGB value is (225,222,195). Sum of RGB (Red+Green+Blue) = 225+222+195=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEC3 is #1E213C. Grayscale: #DBDBDB. Windows color (decimal): -1974589 or 12836577. OLE color: 12836577.
HSL color Cylindrical-coordinate representation of color #E1DEC3: hue angle of 54º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1DEC3 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 195 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.12 |
| HSL | 54º | 0.33% | 0.82% | - |
| HSV(B) | 54º | 0.13% | 0.88% | - |
| XYZ | 67.02 | 72.19 | 62.03 | - |
| YUV | 219.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 195 | 0 | 0.01 | 0.13 | 0.12 | 54 | 0.33 | 0.82 |
| Hex | E1 | DE | C3 | 0 | 1 | D | C | 36 | 21 | 52 |
| Octal | 341 | 336 | 303 | 0 | 1 | 15 | 14 | 66 | 41 | 122 |
| Binary | 11100001 | 11011110 | 11000011 | 0 | 1 | 1101 | 1100 | 110110 | 100001 | 1010010 |
Color Harmonies of #E1DEC3
Complementary color
Monochromatic Colors of #E1DEC3
Black with #E1DEC3
Text Example
Text Example
White with #E1DEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEC3; }
p { color: rgb(225,222,195); }
H1.HeaderClassName
{
color: #E1DEC3;
}
.AnyTagClassName
{
color: #E1DEC3;
}
</style>
background-color css
<style>
a { background-color: #E1DEC3; }
a { background-color: rgb(225,222,195); }
div.DivClassName
{
background-color: #E1DEC3;
}
.BgClassName
{
background-color: #E1DEC3;
}
</style>
border-color css
<style>
span { border-color: #E1DEC3; }
span { border-color: rgb(225,222,195); }
td.TdClassName
{
border-color: #E1DEC3;
}
.TagClassName
{
border-color: #E1DEC3;
}
</style>