#E1DCAC

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

Shades of Mint Julep #E1DCAC

Tints of Mint Julep #E1DCAC

Color information

#E1DCAC (or 0xE1DCAC) is unknown color: approx Mint Julep. HEX triplet: E1, DC and AC. RGB value is (225,220,172). Sum of RGB (Red+Green+Blue) = 225+220+172=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DCAC is #1E2353. Grayscale: #D8D8D8. Windows color (decimal): -1975124 or 11328737. OLE color: 11328737.

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

Color convert

RGB225220172-
CMYK00.020.240.12
HSL54.34º46.9%77.84%-
HSV(B)54.34º23.56%88.24%-
XYZ64.0970.1749.2-
YUV216.02103.16134.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.47%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 172 (67.58% from 255) = 27.88%
R=36.47%
G=35.66%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522017200.020.240.1254.3446.977.84
HexE1DCAC0218C362f4e
Octal3413342540230146657116
Binary1110000111011100101011000101100011001101101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCAC; }

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

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

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

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

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

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

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

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