#E1D8AE

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

Shades of Mint Julep #E1D8AE

Tints of Mint Julep #E1D8AE

Color information

#E1D8AE (or 0xE1D8AE) is unknown color: approx Mint Julep. HEX triplet: E1, D8 and AE. RGB value is (225,216,174). Sum of RGB (Red+Green+Blue) = 225+216+174=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D8AE is #1E2751. Grayscale: #D6D6D6. Windows color (decimal): -1976146 or 11458785. OLE color: 11458785.

HSL color Cylindrical-coordinate representation of color #E1D8AE: hue angle of 49.41º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1D8AE is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225216174-
CMYK00.040.230.12
HSL49.41º45.95%78.24%-
HSV(B)49.41º22.67%88.24%-
XYZ63.2568.1849.87-
YUV213.9105.48135.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.59%
GREEN value IS 216 (84.77% from 255) = 35.12%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=36.59%
G=35.12%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521617400.040.230.1249.4145.9578.24
HexE1D8AE0417C312e4e
Octal3413302560427146156116
Binary11100001110110001010111001001011111001100011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D8AE; }

 p { color: rgb(225,216,174); }

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

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

 a { background-color: rgb(225,216,174); }

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

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

 span { border-color: rgb(225,216,174); }

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