Shades of Loafer #E1DFBE
Tints of Loafer #E1DFBE
RGB
CMYK
RGB Variations
Color information
#E1DFBE (or 0xE1DFBE) is known color: Loafer. HEX triplet: E1, DF and BE. RGB value is (225,223,190). Sum of RGB (Red+Green+Blue) = 225+223+190=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFBE is #1E2041. Grayscale: #DBDBDB. Windows color (decimal): -1974338 or 12509153. OLE color: 12509153.
HSL color Cylindrical-coordinate representation of color #E1DFBE: hue angle of 56.57º degrees, saturation: 0.37, 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 #E1DFBE is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 190 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.12 |
| HSL | 56.57º | 0.37% | 0.81% | - |
| HSV(B) | 56.57º | 0.16% | 0.88% | - |
| XYZ | 66.73 | 72.5 | 59.19 | - |
| YUV | 219.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 190 | 0 | 0.01 | 0.16 | 0.12 | 56.57 | 0.37 | 0.81 |
| Hex | E1 | DF | BE | 0 | 1 | 10 | C | 39 | 25 | 51 |
| Octal | 341 | 337 | 276 | 0 | 1 | 20 | 14 | 71 | 45 | 121 |
| Binary | 11100001 | 11011111 | 10111110 | 0 | 1 | 10000 | 1100 | 111001 | 100101 | 1010001 |
Color Harmonies of #E1DFBE
Complementary color
Monochromatic Colors of #E1DFBE
Black with #E1DFBE
Text Example
Text Example
White with #E1DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFBE; }
p { color: rgb(225,223,190); }
H1.HeaderClassName
{
color: #E1DFBE;
}
.AnyTagClassName
{
color: #E1DFBE;
}
</style>
background-color css
<style>
a { background-color: #E1DFBE; }
a { background-color: rgb(225,223,190); }
div.DivClassName
{
background-color: #E1DFBE;
}
.BgClassName
{
background-color: #E1DFBE;
}
</style>
border-color css
<style>
span { border-color: #E1DFBE; }
span { border-color: rgb(225,223,190); }
td.TdClassName
{
border-color: #E1DFBE;
}
.TagClassName
{
border-color: #E1DFBE;
}
</style>