#E2DFBE

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

Shades of Loafer #E2DFBE

Tints of Loafer #E2DFBE

Color information

#E2DFBE (or 0xE2DFBE) is unknown color: approx Loafer. HEX triplet: E2, DF and BE. RGB value is (226,223,190). Sum of RGB (Red+Green+Blue) = 226+223+190=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFBE is #1D2041. Grayscale: #DCDCDC. Windows color (decimal): -1908802 or 12509154. OLE color: 12509154.

HSL color Cylindrical-coordinate representation of color #E2DFBE: hue angle of 55º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2DFBE is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226223190-
CMYK00.010.160.11
HSL55º38.3%81.57%-
HSV(B)55º15.93%88.63%-
XYZ67.0572.6659.21-
YUV220.13110.99132.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.37%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 190 (74.61% from 255) = 29.73%
R=35.37%
G=34.90%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622319000.010.160.115538.381.57
HexE2DFBE0110B372652
Octal3423372760120136746122
Binary111000101101111110111110011000010111101111001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFBE; }

 p { color: rgb(226,223,190); }

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

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

 a { background-color: rgb(226,223,190); }

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

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

 span { border-color: rgb(226,223,190); }

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