Shades of Loafer #E0DDBF
Tints of Loafer #E0DDBF
RGB
CMYK
RGB Variations
Color information
#E0DDBF (or 0xE0DDBF) is known color: Loafer. HEX triplet: E0, DD and BF. RGB value is (224,221,191). Sum of RGB (Red+Green+Blue) = 224+221+191=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDBF is #1F2240. Grayscale: #DADADA. Windows color (decimal): -2040385 or 12574176. OLE color: 12574176.
HSL color Cylindrical-coordinate representation of color #E0DDBF: hue angle of 54.55º 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 #E0DDBF is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 191 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.12 |
| HSL | 54.55º | 0.35% | 0.81% | - |
| HSV(B) | 54.55º | 0.15% | 0.88% | - |
| XYZ | 66 | 71.32 | 59.58 | - |
| YUV | 218.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 191 | 0 | 0.01 | 0.15 | 0.12 | 54.55 | 0.35 | 0.81 |
| Hex | E0 | DD | BF | 0 | 1 | F | C | 37 | 23 | 51 |
| Octal | 340 | 335 | 277 | 0 | 1 | 17 | 14 | 67 | 43 | 121 |
| Binary | 11100000 | 11011101 | 10111111 | 0 | 1 | 1111 | 1100 | 110111 | 100011 | 1010001 |
Color Harmonies of #E0DDBF
Complementary color
Monochromatic Colors of #E0DDBF
Black with #E0DDBF
Text Example
Text Example
White with #E0DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDBF; }
p { color: rgb(224,221,191); }
H1.HeaderClassName
{
color: #E0DDBF;
}
.AnyTagClassName
{
color: #E0DDBF;
}
</style>
background-color css
<style>
a { background-color: #E0DDBF; }
a { background-color: rgb(224,221,191); }
div.DivClassName
{
background-color: #E0DDBF;
}
.BgClassName
{
background-color: #E0DDBF;
}
</style>
border-color css
<style>
span { border-color: #E0DDBF; }
span { border-color: rgb(224,221,191); }
td.TdClassName
{
border-color: #E0DDBF;
}
.TagClassName
{
border-color: #E0DDBF;
}
</style>