#E1DCA8

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

Shades of Mint Julep #E1DCA8

Tints of Mint Julep #E1DCA8

Color information

#E1DCA8 (or 0xE1DCA8) is unknown color: approx Mint Julep. HEX triplet: E1, DC and A8. RGB value is (225,220,168). Sum of RGB (Red+Green+Blue) = 225+220+168=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DCA8 is #1E2357. Grayscale: #D7D7D7. Windows color (decimal): -1975128 or 11066593. OLE color: 11066593.

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

Color convert

RGB225220168-
CMYK00.020.250.12
HSL54.74º48.72%77.06%-
HSV(B)54.74º25.33%88.24%-
XYZ63.7170.0247.2-
YUV215.57101.16134.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.70%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 168 (66.02% from 255) = 27.41%
R=36.70%
G=35.89%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522016800.020.250.1254.7448.7277.06
HexE1DCA80219C37314d
Octal3413342500231146761115
Binary1110000111011100101010000101100111001101111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCA8; }

 p { color: rgb(225,220,168); }

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

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

 a { background-color: rgb(225,220,168); }

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

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

 span { border-color: rgb(225,220,168); }

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