Shades of Mint Julep #E2DDAB
Tints of Mint Julep #E2DDAB
RGB
CMYK
RGB Variations
Color information
#E2DDAB (or 0xE2DDAB) is known color: Mint Julep. HEX triplet: E2, DD and AB. RGB value is (226,221,171). Sum of RGB (Red+Green+Blue) = 226+221+171=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DDAB is #1D2254. Grayscale: #D9D9D9. Windows color (decimal): -1909333 or 11263458. OLE color: 11263458.
HSL color Cylindrical-coordinate representation of color #E2DDAB: hue angle of 54.55º 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 #E2DDAB is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 171 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.11 |
| HSL | 54.55º | 0.49% | 0.78% | - |
| HSV(B) | 54.55º | 0.24% | 0.89% | - |
| XYZ | 64.57 | 70.82 | 48.79 | - |
| YUV | 216.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 171 | 0 | 0.02 | 0.24 | 0.11 | 54.55 | 0.49 | 0.78 |
| Hex | E2 | DD | AB | 0 | 2 | 18 | B | 37 | 31 | 4E |
| Octal | 342 | 335 | 253 | 0 | 2 | 30 | 13 | 67 | 61 | 116 |
| Binary | 11100010 | 11011101 | 10101011 | 0 | 10 | 11000 | 1011 | 110111 | 110001 | 1001110 |
Color Harmonies of #E2DDAB
Complementary color
Monochromatic Colors of #E2DDAB
Black with #E2DDAB
Text Example
Text Example
White with #E2DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDAB; }
p { color: rgb(226,221,171); }
H1.HeaderClassName
{
color: #E2DDAB;
}
.AnyTagClassName
{
color: #E2DDAB;
}
</style>
background-color css
<style>
a { background-color: #E2DDAB; }
a { background-color: rgb(226,221,171); }
div.DivClassName
{
background-color: #E2DDAB;
}
.BgClassName
{
background-color: #E2DDAB;
}
</style>
border-color css
<style>
span { border-color: #E2DDAB; }
span { border-color: rgb(226,221,171); }
td.TdClassName
{
border-color: #E2DDAB;
}
.TagClassName
{
border-color: #E2DDAB;
}
</style>