#E1DEBE

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

Shades of Loafer #E1DEBE

Tints of Loafer #E1DEBE

Color information

#E1DEBE (or 0xE1DEBE) is unknown color: approx Loafer. HEX triplet: E1, DE and BE. RGB value is (225,222,190). Sum of RGB (Red+Green+Blue) = 225+222+190=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEBE is #1E2141. Grayscale: #DBDBDB. Windows color (decimal): -1974594 or 12508897. OLE color: 12508897.

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

Color convert

RGB225222190-
CMYK00.010.160.12
HSL54.86º36.84%81.37%-
HSV(B)54.86º15.56%88.24%-
XYZ66.4771.9759.1-
YUV219.25111.49132.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=35.32%
G=34.85%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522219000.010.160.1254.8636.8481.37
HexE1DEBE0110C372551
Octal3413362760120146745121
Binary111000011101111010111110011000011001101111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEBE; }

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

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

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

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

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

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

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

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