Shades of Loafer #E0DEBF
Tints of Loafer #E0DEBF
RGB
CMYK
RGB Variations
Color information
#E0DEBF (or 0xE0DEBF) is known color: Loafer. HEX triplet: E0, DE and BF. RGB value is (224,222,191). Sum of RGB (Red+Green+Blue) = 224+222+191=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DEBF is #1F2140. Grayscale: #DBDBDB. Windows color (decimal): -2040129 or 12574432. OLE color: 12574432.
HSL color Cylindrical-coordinate representation of color #E0DEBF: hue angle of 56.36º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0DEBF is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 191 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.12 |
| HSL | 56.36º | 0.35% | 0.81% | - |
| HSV(B) | 56.36º | 0.15% | 0.88% | - |
| XYZ | 66.27 | 71.85 | 59.67 | - |
| YUV | 219.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 191 | 0 | 0.01 | 0.15 | 0.12 | 56.36 | 0.35 | 0.81 |
| Hex | E0 | DE | BF | 0 | 1 | F | C | 38 | 23 | 51 |
| Octal | 340 | 336 | 277 | 0 | 1 | 17 | 14 | 70 | 43 | 121 |
| Binary | 11100000 | 11011110 | 10111111 | 0 | 1 | 1111 | 1100 | 111000 | 100011 | 1010001 |
Color Harmonies of #E0DEBF
Complementary color
Monochromatic Colors of #E0DEBF
Black with #E0DEBF
Text Example
Text Example
White with #E0DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEBF; }
p { color: rgb(224,222,191); }
H1.HeaderClassName
{
color: #E0DEBF;
}
.AnyTagClassName
{
color: #E0DEBF;
}
</style>
background-color css
<style>
a { background-color: #E0DEBF; }
a { background-color: rgb(224,222,191); }
div.DivClassName
{
background-color: #E0DEBF;
}
.BgClassName
{
background-color: #E0DEBF;
}
</style>
border-color css
<style>
span { border-color: #E0DEBF; }
span { border-color: rgb(224,222,191); }
td.TdClassName
{
border-color: #E0DEBF;
}
.TagClassName
{
border-color: #E0DEBF;
}
</style>