#E1DBAE

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

Shades of Mint Julep #E1DBAE

Tints of Mint Julep #E1DBAE

Color information

#E1DBAE (or 0xE1DBAE) is unknown color: approx Mint Julep. HEX triplet: E1, DB and AE. RGB value is (225,219,174). Sum of RGB (Red+Green+Blue) = 225+219+174=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DBAE is #1E2451. Grayscale: #D7D7D7. Windows color (decimal): -1975378 or 11459553. OLE color: 11459553.

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

Color convert

RGB225219174-
CMYK00.030.230.12
HSL52.94º45.95%78.24%-
HSV(B)52.94º22.67%88.24%-
XYZ64.0269.7350.13-
YUV215.66104.49134.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=36.41%
G=35.44%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521917400.030.230.1252.9445.9578.24
HexE1DBAE0317C352e4e
Octal3413332560327146556116
Binary1110000111011011101011100111011111001101011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBAE; }

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

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

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

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

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

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

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

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