Shades of Mint Julep #E1DBAB
Tints of Mint Julep #E1DBAB
RGB
CMYK
RGB Variations
Color information
#E1DBAB (or 0xE1DBAB) is known color: Mint Julep. HEX triplet: E1, DB and AB. RGB value is (225,219,171). Sum of RGB (Red+Green+Blue) = 225+219+171=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DBAB is #1E2454. Grayscale: #D7D7D7. Windows color (decimal): -1975381 or 11262945. OLE color: 11262945.
HSL color Cylindrical-coordinate representation of color #E1DBAB: hue angle of 53.33º 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 #E1DBAB is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 171 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.12 |
| HSL | 53.33º | 0.47% | 0.78% | - |
| HSV(B) | 53.33º | 0.24% | 0.88% | - |
| XYZ | 63.73 | 69.61 | 48.61 | - |
| YUV | 215.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 171 | 0 | 0.03 | 0.24 | 0.12 | 53.33 | 0.47 | 0.78 |
| Hex | E1 | DB | AB | 0 | 3 | 18 | C | 35 | 2F | 4E |
| Octal | 341 | 333 | 253 | 0 | 3 | 30 | 14 | 65 | 57 | 116 |
| Binary | 11100001 | 11011011 | 10101011 | 0 | 11 | 11000 | 1100 | 110101 | 101111 | 1001110 |
Color Harmonies of #E1DBAB
Complementary color
Monochromatic Colors of #E1DBAB
Black with #E1DBAB
Text Example
Text Example
White with #E1DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBAB; }
p { color: rgb(225,219,171); }
H1.HeaderClassName
{
color: #E1DBAB;
}
.AnyTagClassName
{
color: #E1DBAB;
}
</style>
background-color css
<style>
a { background-color: #E1DBAB; }
a { background-color: rgb(225,219,171); }
div.DivClassName
{
background-color: #E1DBAB;
}
.BgClassName
{
background-color: #E1DBAB;
}
</style>
border-color css
<style>
span { border-color: #E1DBAB; }
span { border-color: rgb(225,219,171); }
td.TdClassName
{
border-color: #E1DBAB;
}
.TagClassName
{
border-color: #E1DBAB;
}
</style>