Shades of Mint Julep #E2DBAB
Tints of Mint Julep #E2DBAB
RGB
CMYK
RGB Variations
Color information
#E2DBAB (or 0xE2DBAB) is known color: Mint Julep. HEX triplet: E2, DB and AB. RGB value is (226,219,171). Sum of RGB (Red+Green+Blue) = 226+219+171=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DBAB is #1D2454. Grayscale: #D7D7D7. Windows color (decimal): -1909845 or 11262946. OLE color: 11262946.
HSL color Cylindrical-coordinate representation of color #E2DBAB: hue angle of 52.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2DBAB is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 171 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.11 |
| HSL | 52.36º | 0.49% | 0.78% | - |
| HSV(B) | 52.36º | 0.24% | 0.89% | - |
| XYZ | 64.05 | 69.77 | 48.62 | - |
| YUV | 215.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 171 | 0 | 0.03 | 0.24 | 0.11 | 52.36 | 0.49 | 0.78 |
| Hex | E2 | DB | AB | 0 | 3 | 18 | B | 34 | 31 | 4E |
| Octal | 342 | 333 | 253 | 0 | 3 | 30 | 13 | 64 | 61 | 116 |
| Binary | 11100010 | 11011011 | 10101011 | 0 | 11 | 11000 | 1011 | 110100 | 110001 | 1001110 |
Color Harmonies of #E2DBAB
Complementary color
Monochromatic Colors of #E2DBAB
Black with #E2DBAB
Text Example
Text Example
White with #E2DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBAB; }
p { color: rgb(226,219,171); }
H1.HeaderClassName
{
color: #E2DBAB;
}
.AnyTagClassName
{
color: #E2DBAB;
}
</style>
background-color css
<style>
a { background-color: #E2DBAB; }
a { background-color: rgb(226,219,171); }
div.DivClassName
{
background-color: #E2DBAB;
}
.BgClassName
{
background-color: #E2DBAB;
}
</style>
border-color css
<style>
span { border-color: #E2DBAB; }
span { border-color: rgb(226,219,171); }
td.TdClassName
{
border-color: #E2DBAB;
}
.TagClassName
{
border-color: #E2DBAB;
}
</style>