#E0DEC4

Color #E0DEC4 Loafer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loafer #E0DEC4

Tints of Loafer #E0DEC4

Color information

#E0DEC4 (or 0xE0DEC4) is unknown color: approx Loafer. HEX triplet: E0, DE and C4. RGB value is (224,222,196). Sum of RGB (Red+Green+Blue) = 224+222+196=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 196 (76.95% from 255 or 30.53% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DEC4 is #1F213B. Grayscale: #DBDBDB. Windows color (decimal): -2040124 or 12902112. OLE color: 12902112.

HSL color Cylindrical-coordinate representation of color #E0DEC4: hue angle of 55.71º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0DEC4 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB224222196-
CMYK00.010.120.12
HSL55.71º31.11%82.35%-
HSV(B)55.71º12.5%87.84%-
XYZ66.8372.0862.61-
YUV219.63114.66131.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 34.89%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 196 (76.95% from 255) = 30.53%
R=34.89%
G=34.58%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422219600.010.120.1255.7131.1182.35
HexE0DEC401CC381f52
Octal3403363040114147037122
Binary1110000011011110110001000111001100111000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEC4; }

 p { color: rgb(224,222,196); }

 H1.HeaderClassName
 {
   color: #E0DEC4;
 }
 .AnyTagClassName
 {
   color: #E0DEC4;
 }
</style>
background-color css

<style>
 a { background-color: #E0DEC4; }

 a { background-color: rgb(224,222,196); }

 div.DivClassName
 {
   background-color: #E0DEC4;
 }
 .BgClassName
 {
   background-color: #E0DEC4;
 }
</style>
border-color css

<style>
 span { border-color: #E0DEC4; }

 span { border-color: rgb(224,222,196); }

 td.TdClassName
 {
   border-color: #E0DEC4;
 }
 .TagClassName
 {
   border-color: #E0DEC4;
 }
</style>