Shades of Loafer #E1DFBC
Tints of Loafer #E1DFBC
RGB
CMYK
RGB Variations
Color information
#E1DFBC (or 0xE1DFBC) is known color: Loafer. HEX triplet: E1, DF and BC. RGB value is (225,223,188). Sum of RGB (Red+Green+Blue) = 225+223+188=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFBC is #1E2043. Grayscale: #DBDBDB. Windows color (decimal): -1974340 or 12378081. OLE color: 12378081.
HSL color Cylindrical-coordinate representation of color #E1DFBC: hue angle of 56.76º 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 #E1DFBC is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 188 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.12 |
| HSL | 56.76º | 0.38% | 0.81% | - |
| HSV(B) | 56.76º | 0.16% | 0.88% | - |
| XYZ | 66.52 | 72.41 | 58.05 | - |
| YUV | 219.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 188 | 0 | 0.01 | 0.16 | 0.12 | 56.76 | 0.38 | 0.81 |
| Hex | E1 | DF | BC | 0 | 1 | 10 | C | 39 | 26 | 51 |
| Octal | 341 | 337 | 274 | 0 | 1 | 20 | 14 | 71 | 46 | 121 |
| Binary | 11100001 | 11011111 | 10111100 | 0 | 1 | 10000 | 1100 | 111001 | 100110 | 1010001 |
Color Harmonies of #E1DFBC
Complementary color
Monochromatic Colors of #E1DFBC
Black with #E1DFBC
Text Example
Text Example
White with #E1DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFBC; }
p { color: rgb(225,223,188); }
H1.HeaderClassName
{
color: #E1DFBC;
}
.AnyTagClassName
{
color: #E1DFBC;
}
</style>
background-color css
<style>
a { background-color: #E1DFBC; }
a { background-color: rgb(225,223,188); }
div.DivClassName
{
background-color: #E1DFBC;
}
.BgClassName
{
background-color: #E1DFBC;
}
</style>
border-color css
<style>
span { border-color: #E1DFBC; }
span { border-color: rgb(225,223,188); }
td.TdClassName
{
border-color: #E1DFBC;
}
.TagClassName
{
border-color: #E1DFBC;
}
</style>