#E1DCB0

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

Shades of Mint Julep #E1DCB0

Tints of Mint Julep #E1DCB0

Color information

#E1DCB0 (or 0xE1DCB0) is unknown color: approx Mint Julep. HEX triplet: E1, DC and B0. RGB value is (225,220,176). Sum of RGB (Red+Green+Blue) = 225+220+176=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DCB0 is #1E234F. Grayscale: #D8D8D8. Windows color (decimal): -1975120 or 11590881. OLE color: 11590881.

HSL color Cylindrical-coordinate representation of color #E1DCB0: hue angle of 53.88º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1DCB0 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225220176-
CMYK00.020.220.12
HSL53.88º44.95%78.63%-
HSV(B)53.88º21.78%88.24%-
XYZ64.4870.3351.25-
YUV216.48105.16134.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.23%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 176 (69.14% from 255) = 28.34%
R=36.23%
G=35.43%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522017600.020.220.1253.8844.9578.63
HexE1DCB00216C362d4f
Octal3413342600226146655117
Binary1110000111011100101100000101011011001101101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCB0; }

 p { color: rgb(225,220,176); }

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

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

 a { background-color: rgb(225,220,176); }

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

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

 span { border-color: rgb(225,220,176); }

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