Shades of Mint Julep #E1DEAC
Tints of Mint Julep #E1DEAC
RGB
CMYK
RGB Variations
Color information
#E1DEAC (or 0xE1DEAC) is known color: Mint Julep. HEX triplet: E1, DE and AC. RGB value is (225,222,172). Sum of RGB (Red+Green+Blue) = 225+222+172=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DEAC is #1E2153. Grayscale: #D9D9D9. Windows color (decimal): -1974612 or 11329249. OLE color: 11329249.
HSL color Cylindrical-coordinate representation of color #E1DEAC: hue angle of 56.6º 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 #E1DEAC is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 172 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.12 |
| HSL | 56.6º | 0.47% | 0.78% | - |
| HSV(B) | 56.6º | 0.24% | 0.88% | - |
| XYZ | 64.62 | 71.23 | 49.37 | - |
| YUV | 217.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 172 | 0 | 0.01 | 0.24 | 0.12 | 56.6 | 0.47 | 0.78 |
| Hex | E1 | DE | AC | 0 | 1 | 18 | C | 39 | 2F | 4E |
| Octal | 341 | 336 | 254 | 0 | 1 | 30 | 14 | 71 | 57 | 116 |
| Binary | 11100001 | 11011110 | 10101100 | 0 | 1 | 11000 | 1100 | 111001 | 101111 | 1001110 |
Color Harmonies of #E1DEAC
Complementary color
Monochromatic Colors of #E1DEAC
Black with #E1DEAC
Text Example
Text Example
White with #E1DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEAC; }
p { color: rgb(225,222,172); }
H1.HeaderClassName
{
color: #E1DEAC;
}
.AnyTagClassName
{
color: #E1DEAC;
}
</style>
background-color css
<style>
a { background-color: #E1DEAC; }
a { background-color: rgb(225,222,172); }
div.DivClassName
{
background-color: #E1DEAC;
}
.BgClassName
{
background-color: #E1DEAC;
}
</style>
border-color css
<style>
span { border-color: #E1DEAC; }
span { border-color: rgb(225,222,172); }
td.TdClassName
{
border-color: #E1DEAC;
}
.TagClassName
{
border-color: #E1DEAC;
}
</style>