#E1DAAF

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

Shades of Mint Julep #E1DAAF

Tints of Mint Julep #E1DAAF

Color information

#E1DAAF (or 0xE1DAAF) is unknown color: approx Mint Julep. HEX triplet: E1, DA and AF. RGB value is (225,218,175). Sum of RGB (Red+Green+Blue) = 225+218+175=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DAAF is #1E2550. Grayscale: #D7D7D7. Windows color (decimal): -1975633 or 11524833. OLE color: 11524833.

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

Color convert

RGB225218175-
CMYK00.030.220.12
HSL51.6º45.45%78.43%-
HSV(B)51.6º22.22%88.24%-
XYZ63.8669.2550.56-
YUV215.19105.32135-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=36.41%
G=35.28%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521817500.030.220.1251.645.4578.43
HexE1DAAF0316C342d4e
Octal3413322570326146455116
Binary1110000111011010101011110111011011001101001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DAAF; }

 p { color: rgb(225,218,175); }

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

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

 a { background-color: rgb(225,218,175); }

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

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

 span { border-color: rgb(225,218,175); }

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