Shades of Mint Julep #E1DDAA
Tints of Mint Julep #E1DDAA
RGB
CMYK
RGB Variations
Color information
#E1DDAA (or 0xE1DDAA) is known color: Mint Julep. HEX triplet: E1, DD and AA. RGB value is (225,221,170). Sum of RGB (Red+Green+Blue) = 225+221+170=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DDAA is #1E2255. Grayscale: #D8D8D8. Windows color (decimal): -1974870 or 11197921. OLE color: 11197921.
HSL color Cylindrical-coordinate representation of color #E1DDAA: hue angle of 55.64º 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 #E1DDAA is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 170 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.12 |
| HSL | 55.64º | 0.48% | 0.77% | - |
| HSV(B) | 55.64º | 0.24% | 0.88% | - |
| XYZ | 64.16 | 70.62 | 48.28 | - |
| YUV | 216.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 170 | 0 | 0.02 | 0.24 | 0.12 | 55.64 | 0.48 | 0.77 |
| Hex | E1 | DD | AA | 0 | 2 | 18 | C | 38 | 30 | 4D |
| Octal | 341 | 335 | 252 | 0 | 2 | 30 | 14 | 70 | 60 | 115 |
| Binary | 11100001 | 11011101 | 10101010 | 0 | 10 | 11000 | 1100 | 111000 | 110000 | 1001101 |
Color Harmonies of #E1DDAA
Complementary color
Monochromatic Colors of #E1DDAA
Black with #E1DDAA
Text Example
Text Example
White with #E1DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDAA; }
p { color: rgb(225,221,170); }
H1.HeaderClassName
{
color: #E1DDAA;
}
.AnyTagClassName
{
color: #E1DDAA;
}
</style>
background-color css
<style>
a { background-color: #E1DDAA; }
a { background-color: rgb(225,221,170); }
div.DivClassName
{
background-color: #E1DDAA;
}
.BgClassName
{
background-color: #E1DDAA;
}
</style>
border-color css
<style>
span { border-color: #E1DDAA; }
span { border-color: rgb(225,221,170); }
td.TdClassName
{
border-color: #E1DDAA;
}
.TagClassName
{
border-color: #E1DDAA;
}
</style>