#E1DEC1

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

Shades of Loafer #E1DEC1

Tints of Loafer #E1DEC1

Color information

#E1DEC1 (or 0xE1DEC1) is unknown color: approx Loafer. HEX triplet: E1, DE and C1. RGB value is (225,222,193). Sum of RGB (Red+Green+Blue) = 225+222+193=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEC1 is #1E213E. Grayscale: #DBDBDB. Windows color (decimal): -1974591 or 12705505. OLE color: 12705505.

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

Color convert

RGB225222193-
CMYK00.010.140.12
HSL54.38º34.78%81.96%-
HSV(B)54.38º14.22%88.24%-
XYZ66.872.160.85-
YUV219.59112.99131.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.16%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 193 (75.78% from 255) = 30.16%
R=35.16%
G=34.69%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522219300.010.140.1254.3834.7881.96
HexE1DEC101EC362352
Octal3413363010116146643122
Binary11100001110111101100000101111011001101101000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEC1; }

 p { color: rgb(225,222,193); }

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

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

 a { background-color: rgb(225,222,193); }

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

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

 span { border-color: rgb(225,222,193); }

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