Shades of Loafer #E2DFBF
Tints of Loafer #E2DFBF
RGB
CMYK
RGB Variations
Color information
#E2DFBF (or 0xE2DFBF) is known color: Loafer. HEX triplet: E2, DF and BF. RGB value is (226,223,191). Sum of RGB (Red+Green+Blue) = 226+223+191=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFBF is #1D2040. Grayscale: #DCDCDC. Windows color (decimal): -1908801 or 12574690. OLE color: 12574690.
HSL color Cylindrical-coordinate representation of color #E2DFBF: hue angle of 54.86º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2DFBF is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 191 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.11 |
| HSL | 54.86º | 0.38% | 0.82% | - |
| HSV(B) | 54.86º | 0.15% | 0.89% | - |
| XYZ | 67.16 | 72.71 | 59.78 | - |
| YUV | 220.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 191 | 0 | 0.01 | 0.15 | 0.11 | 54.86 | 0.38 | 0.82 |
| Hex | E2 | DF | BF | 0 | 1 | F | B | 37 | 26 | 52 |
| Octal | 342 | 337 | 277 | 0 | 1 | 17 | 13 | 67 | 46 | 122 |
| Binary | 11100010 | 11011111 | 10111111 | 0 | 1 | 1111 | 1011 | 110111 | 100110 | 1010010 |
Color Harmonies of #E2DFBF
Complementary color
Monochromatic Colors of #E2DFBF
Black with #E2DFBF
Text Example
Text Example
White with #E2DFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFBF; }
p { color: rgb(226,223,191); }
H1.HeaderClassName
{
color: #E2DFBF;
}
.AnyTagClassName
{
color: #E2DFBF;
}
</style>
background-color css
<style>
a { background-color: #E2DFBF; }
a { background-color: rgb(226,223,191); }
div.DivClassName
{
background-color: #E2DFBF;
}
.BgClassName
{
background-color: #E2DFBF;
}
</style>
border-color css
<style>
span { border-color: #E2DFBF; }
span { border-color: rgb(226,223,191); }
td.TdClassName
{
border-color: #E2DFBF;
}
.TagClassName
{
border-color: #E2DFBF;
}
</style>