#E1DFC0

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

Shades of Loafer #E1DFC0

Tints of Loafer #E1DFC0

Color information

#E1DFC0 (or 0xE1DFC0) is unknown color: approx Loafer. HEX triplet: E1, DF and C0. RGB value is (225,223,192). Sum of RGB (Red+Green+Blue) = 225+223+192=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFC0 is #1E203F. Grayscale: #DCDCDC. Windows color (decimal): -1974336 or 12640225. OLE color: 12640225.

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

Color convert

RGB225223192-
CMYK00.010.150.12
HSL56.36º35.48%81.76%-
HSV(B)56.36º14.67%88.24%-
XYZ66.9572.5960.35-
YUV220.06112.16131.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.16%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 192 (75.39% from 255) = 30%
R=35.16%
G=34.84%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522319200.010.150.1256.3635.4881.76
HexE1DFC001FC382352
Octal3413373000117147043122
Binary11100001110111111100000001111111001110001000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFC0; }

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

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

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

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

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

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

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

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