Html Css Color HEX #E1DEAA Mint Julep

📋 copy color: '#E1DEAA'

red 225 ◦ green 222 ◦ blue 170

#E1DEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Julep #E1DEAA

Tints of Mint Julep #E1DEAA

RGB

 RED value IS 225 (88.28% from 255) = 36.47%

 GREEN value IS 222 (87.11% from 255) = 35.98%

 BLUE value IS 170 (66.8% from 255) = 27.55%

R = 36.47%
G = 35.98%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E1DEAA (or 0xE1DEAA) is known color: Mint Julep. HEX triplet: E1, DE and AA. RGB value is (225,222,170). Sum of RGB (Red+Green+Blue) = 225+222+170=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DEAA is #1E2155. Grayscale: #D9D9D9. Windows color (decimal): -1974614 or 11198177. OLE color: 11198177.

HSL color Cylindrical-coordinate representation of color #E1DEAA: hue angle of 56.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1DEAA is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 222 170 -
CMYK 0 0.01 0.24 0.12
HSL 56.73º 0.48% 0.77% -
HSV(B) 56.73º 0.24% 0.88% -
XYZ 64.43 71.15 48.37 -
YUV 216.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 225 222 170 0 0.01 0.24 0.12 56.73 0.48 0.77
Hex E1 DE AA 0 1 18 C 39 30 4D
Octal 341 336 252 0 1 30 14 71 60 115
Binary 11100001 11011110 10101010 0 1 11000 1100 111001 110000 1001101

Color Harmonies of #E1DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DEAA

Black with #E1DEAA

Text Example


Text Example

White with #E1DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DEAA; }

 p { color: rgb(225,222,170); }

 H1.HeaderClassName
 {
   color: #E1DEAA;
 }
 .AnyTagClassName
 {
   color: #E1DEAA;
 }
</style>

background-color css

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

 a { background-color: rgb(225,222,170); }

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

border-color css

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

 span { border-color: rgb(225,222,170); }

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