#E1DFC2

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

Shades of Loafer #E1DFC2

Tints of Loafer #E1DFC2

Color information

#E1DFC2 (or 0xE1DFC2) is unknown color: approx Loafer. HEX triplet: E1, DF and C2. RGB value is (225,223,194). Sum of RGB (Red+Green+Blue) = 225+223+194=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 194 (76.17% from 255 or 30.22% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFC2 is #1E203D. Grayscale: #DCDCDC. Windows color (decimal): -1974334 or 12771297. OLE color: 12771297.

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

Color convert

RGB225223194-
CMYK00.010.140.12
HSL56.13º34.07%82.16%-
HSV(B)56.13º13.78%88.24%-
XYZ67.1872.6861.53-
YUV220.29113.16131.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.05%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 194 (76.17% from 255) = 30.22%
R=35.05%
G=34.74%
B=30.22%

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
Decimal22522319400.010.140.1256.1334.0782.16
HexE1DFC201EC382252
Octal3413373020116147042122
Binary11100001110111111100001001111011001110001000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFC2; }

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

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

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

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

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

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

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

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