#E1DDAE

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

Shades of Mint Julep #E1DDAE

Tints of Mint Julep #E1DDAE

Color information

#E1DDAE (or 0xE1DDAE) is unknown color: approx Mint Julep. HEX triplet: E1, DD and AE. RGB value is (225,221,174). Sum of RGB (Red+Green+Blue) = 225+221+174=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DDAE is #1E2251. Grayscale: #D9D9D9. Windows color (decimal): -1974866 or 11460065. OLE color: 11460065.

HSL color Cylindrical-coordinate representation of color #E1DDAE: hue angle of 55.29º 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 #E1DDAE is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225221174-
CMYK00.020.230.12
HSL55.29º45.95%78.24%-
HSV(B)55.29º22.67%88.24%-
XYZ64.5570.7850.3-
YUV216.84103.83133.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 174 (68.36% from 255) = 28.06%
R=36.29%
G=35.65%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522117400.020.230.1255.2945.9578.24
HexE1DDAE0217C372e4e
Octal3413352560227146756116
Binary1110000111011101101011100101011111001101111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDAE; }

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

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

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

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

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

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

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

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