Shades of Loafer #E0DEC2
Tints of Loafer #E0DEC2
RGB
CMYK
RGB Variations
Color information
#E0DEC2 (or 0xE0DEC2) is known color: Loafer. HEX triplet: E0, DE and C2. RGB value is (224,222,194). Sum of RGB (Red+Green+Blue) = 224+222+194=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 194 (76.17% from 255 or 30.31% from 640); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DEC2 is #1F213D. Grayscale: #DBDBDB. Windows color (decimal): -2040126 or 12771040. OLE color: 12771040.
HSL color Cylindrical-coordinate representation of color #E0DEC2: hue angle of 56º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0DEC2 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 194 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.12 |
| HSL | 56º | 0.33% | 0.82% | - |
| HSV(B) | 56º | 0.13% | 0.88% | - |
| XYZ | 66.6 | 71.98 | 61.42 | - |
| YUV | 219.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 194 | 0 | 0.01 | 0.13 | 0.12 | 56 | 0.33 | 0.82 |
| Hex | E0 | DE | C2 | 0 | 1 | D | C | 38 | 21 | 52 |
| Octal | 340 | 336 | 302 | 0 | 1 | 15 | 14 | 70 | 41 | 122 |
| Binary | 11100000 | 11011110 | 11000010 | 0 | 1 | 1101 | 1100 | 111000 | 100001 | 1010010 |
Color Harmonies of #E0DEC2
Complementary color
Monochromatic Colors of #E0DEC2
Black with #E0DEC2
Text Example
Text Example
White with #E0DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEC2; }
p { color: rgb(224,222,194); }
H1.HeaderClassName
{
color: #E0DEC2;
}
.AnyTagClassName
{
color: #E0DEC2;
}
</style>
background-color css
<style>
a { background-color: #E0DEC2; }
a { background-color: rgb(224,222,194); }
div.DivClassName
{
background-color: #E0DEC2;
}
.BgClassName
{
background-color: #E0DEC2;
}
</style>
border-color css
<style>
span { border-color: #E0DEC2; }
span { border-color: rgb(224,222,194); }
td.TdClassName
{
border-color: #E0DEC2;
}
.TagClassName
{
border-color: #E0DEC2;
}
</style>