#E1DFC1

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

Shades of Loafer #E1DFC1

Tints of Loafer #E1DFC1

Color information

#E1DFC1 (or 0xE1DFC1) is unknown color: approx Loafer. HEX triplet: E1, DF and C1. RGB value is (225,223,193). Sum of RGB (Red+Green+Blue) = 225+223+193=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFC1 is #1E203E. Grayscale: #DCDCDC. Windows color (decimal): -1974335 or 12705761. OLE color: 12705761.

HSL color Cylindrical-coordinate representation of color #E1DFC1: hue angle of 56.25º 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 #E1DFC1 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB225223193-
CMYK00.010.140.12
HSL56.25º34.78%81.96%-
HSV(B)56.25º14.22%88.24%-
XYZ67.0672.6360.94-
YUV220.18112.66131.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 193 (75.78% from 255) = 30.11%
R=35.10%
G=34.79%
B=30.11%

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
Decimal22522319300.010.140.1256.2534.7881.96
HexE1DFC101EC382352
Octal3413373010116147043122
Binary11100001110111111100000101111011001110001000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFC1; }

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

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

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

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

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

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

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

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