Shades of Mint Julep #E5DBAA
Tints of Mint Julep #E5DBAA
RGB
CMYK
RGB Variations
Color information
#E5DBAA (or 0xE5DBAA) is known color: Mint Julep. HEX triplet: E5, DB and AA. RGB value is (229,219,170). Sum of RGB (Red+Green+Blue) = 229+219+170=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DBAA is #1A2455. Grayscale: #D8D8D8. Windows color (decimal): -1713238 or 11197413. OLE color: 11197413.
HSL color Cylindrical-coordinate representation of color #E5DBAA: hue angle of 49.83º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5DBAA is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 170 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.10 |
| HSL | 49.83º | 0.53% | 0.78% | - |
| HSV(B) | 49.83º | 0.26% | 0.9% | - |
| XYZ | 64.9 | 70.22 | 48.16 | - |
| YUV | 216.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 170 | 0 | 0.04 | 0.26 | 0.10 | 49.83 | 0.53 | 0.78 |
| Hex | E5 | DB | AA | 0 | 4 | 1A | A | 32 | 35 | 4E |
| Octal | 345 | 333 | 252 | 0 | 4 | 32 | 12 | 62 | 65 | 116 |
| Binary | 11100101 | 11011011 | 10101010 | 0 | 100 | 11010 | 1010 | 110010 | 110101 | 1001110 |
Color Harmonies of #E5DBAA
Complementary color
Monochromatic Colors of #E5DBAA
Black with #E5DBAA
Text Example
Text Example
White with #E5DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBAA; }
p { color: rgb(229,219,170); }
H1.HeaderClassName
{
color: #E5DBAA;
}
.AnyTagClassName
{
color: #E5DBAA;
}
</style>
background-color css
<style>
a { background-color: #E5DBAA; }
a { background-color: rgb(229,219,170); }
div.DivClassName
{
background-color: #E5DBAA;
}
.BgClassName
{
background-color: #E5DBAA;
}
</style>
border-color css
<style>
span { border-color: #E5DBAA; }
span { border-color: rgb(229,219,170); }
td.TdClassName
{
border-color: #E5DBAA;
}
.TagClassName
{
border-color: #E5DBAA;
}
</style>