Shades of Mint Julep #E1DBAA
Tints of Mint Julep #E1DBAA
RGB
CMYK
RGB Variations
Color information
#E1DBAA (or 0xE1DBAA) is known color: Mint Julep. HEX triplet: E1, DB and AA. RGB value is (225,219,170). Sum of RGB (Red+Green+Blue) = 225+219+170=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DBAA is #1E2455. Grayscale: #D7D7D7. Windows color (decimal): -1975382 or 11197409. OLE color: 11197409.
HSL color Cylindrical-coordinate representation of color #E1DBAA: hue angle of 53.45º 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 #E1DBAA is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 170 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.12 |
| HSL | 53.45º | 0.48% | 0.77% | - |
| HSV(B) | 53.45º | 0.24% | 0.88% | - |
| XYZ | 63.64 | 69.57 | 48.11 | - |
| YUV | 215.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 170 | 0 | 0.03 | 0.24 | 0.12 | 53.45 | 0.48 | 0.77 |
| Hex | E1 | DB | AA | 0 | 3 | 18 | C | 35 | 30 | 4D |
| Octal | 341 | 333 | 252 | 0 | 3 | 30 | 14 | 65 | 60 | 115 |
| Binary | 11100001 | 11011011 | 10101010 | 0 | 11 | 11000 | 1100 | 110101 | 110000 | 1001101 |
Color Harmonies of #E1DBAA
Complementary color
Monochromatic Colors of #E1DBAA
Black with #E1DBAA
Text Example
Text Example
White with #E1DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBAA; }
p { color: rgb(225,219,170); }
H1.HeaderClassName
{
color: #E1DBAA;
}
.AnyTagClassName
{
color: #E1DBAA;
}
</style>
background-color css
<style>
a { background-color: #E1DBAA; }
a { background-color: rgb(225,219,170); }
div.DivClassName
{
background-color: #E1DBAA;
}
.BgClassName
{
background-color: #E1DBAA;
}
</style>
border-color css
<style>
span { border-color: #E1DBAA; }
span { border-color: rgb(225,219,170); }
td.TdClassName
{
border-color: #E1DBAA;
}
.TagClassName
{
border-color: #E1DBAA;
}
</style>