#E1DFBC

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

Shades of Loafer #E1DFBC

Tints of Loafer #E1DFBC

Color information

#E1DFBC (or 0xE1DFBC) is unknown color: approx Loafer. HEX triplet: E1, DF and BC. RGB value is (225,223,188). Sum of RGB (Red+Green+Blue) = 225+223+188=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFBC is #1E2043. Grayscale: #DBDBDB. Windows color (decimal): -1974340 or 12378081. OLE color: 12378081.

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

Color convert

RGB225223188-
CMYK00.010.160.12
HSL56.76º38.14%80.98%-
HSV(B)56.76º16.44%88.24%-
XYZ66.5272.4158.05-
YUV219.61110.16131.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 188 (73.83% from 255) = 29.56%
R=35.38%
G=35.06%
B=29.56%

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
Decimal22522318800.010.160.1256.7638.1480.98
HexE1DFBC0110C392651
Octal3413372740120147146121
Binary111000011101111110111100011000011001110011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFBC; }

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

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

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

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

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

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

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

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