Html Css Color HEX #E1DAAE Mint Julep

📋 copy color: '#E1DAAE'

red 225 ◦ green 218 ◦ blue 174

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

Shades of Mint Julep #E1DAAE

Tints of Mint Julep #E1DAAE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.33%

 BLUE value IS 174 (68.36% from 255) = 28.2%

R = 36.47%
G = 35.33%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E1DAAE (or 0xE1DAAE) is known color: Mint Julep. HEX triplet: E1, DA and AE. RGB value is (225,218,174). Sum of RGB (Red+Green+Blue) = 225+218+174=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DAAE is #1E2551. Grayscale: #D7D7D7. Windows color (decimal): -1975634 or 11459297. OLE color: 11459297.

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

Color convert

RGB 225 218 174 -
CMYK 0 0.03 0.23 0.12
HSL 51.76º 0.46% 0.78% -
HSV(B) 51.76º 0.23% 0.88% -
XYZ 63.76 69.21 50.04 -
YUV 215.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 225 218 174 0 0.03 0.23 0.12 51.76 0.46 0.78
Hex E1 DA AE 0 3 17 C 34 2E 4E
Octal 341 332 256 0 3 27 14 64 56 116
Binary 11100001 11011010 10101110 0 11 10111 1100 110100 101110 1001110

Color Harmonies of #E1DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DAAE

Black with #E1DAAE

Text Example


Text Example

White with #E1DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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