#E1DAAD

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

Shades of Mint Julep #E1DAAD

Tints of Mint Julep #E1DAAD

Color information

#E1DAAD (or 0xE1DAAD) is unknown color: approx Mint Julep. HEX triplet: E1, DA and AD. RGB value is (225,218,173). Sum of RGB (Red+Green+Blue) = 225+218+173=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DAAD is #1E2552. Grayscale: #D7D7D7. Windows color (decimal): -1975635 or 11393761. OLE color: 11393761.

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

Color convert

RGB225218173-
CMYK00.030.230.12
HSL51.92º46.43%78.04%-
HSV(B)51.92º23.11%88.24%-
XYZ63.6769.1749.53-
YUV214.96104.32135.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.53%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 173 (67.97% from 255) = 28.08%
R=36.53%
G=35.39%
B=28.08%

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
Decimal22521817300.030.230.1251.9246.4378.04
HexE1DAAD0317C342e4e
Octal3413322550327146456116
Binary1110000111011010101011010111011111001101001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DAAD; }

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

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

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

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

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

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

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

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