Shades of Mint Julep #E2DDAC
Tints of Mint Julep #E2DDAC
RGB
CMYK
RGB Variations
Color information
#E2DDAC (or 0xE2DDAC) is known color: Mint Julep. HEX triplet: E2, DD and AC. RGB value is (226,221,172). Sum of RGB (Red+Green+Blue) = 226+221+172=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DDAC is #1D2253. Grayscale: #D9D9D9. Windows color (decimal): -1909332 or 11328994. OLE color: 11328994.
HSL color Cylindrical-coordinate representation of color #E2DDAC: hue angle of 54.44º degrees, saturation: 0.48, 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 #E2DDAC is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 172 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.11 |
| HSL | 54.44º | 0.48% | 0.78% | - |
| HSV(B) | 54.44º | 0.24% | 0.89% | - |
| XYZ | 64.67 | 70.86 | 49.3 | - |
| YUV | 216.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 172 | 0 | 0.02 | 0.24 | 0.11 | 54.44 | 0.48 | 0.78 |
| Hex | E2 | DD | AC | 0 | 2 | 18 | B | 36 | 30 | 4E |
| Octal | 342 | 335 | 254 | 0 | 2 | 30 | 13 | 66 | 60 | 116 |
| Binary | 11100010 | 11011101 | 10101100 | 0 | 10 | 11000 | 1011 | 110110 | 110000 | 1001110 |
Color Harmonies of #E2DDAC
Complementary color
Monochromatic Colors of #E2DDAC
Black with #E2DDAC
Text Example
Text Example
White with #E2DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDAC; }
p { color: rgb(226,221,172); }
H1.HeaderClassName
{
color: #E2DDAC;
}
.AnyTagClassName
{
color: #E2DDAC;
}
</style>
background-color css
<style>
a { background-color: #E2DDAC; }
a { background-color: rgb(226,221,172); }
div.DivClassName
{
background-color: #E2DDAC;
}
.BgClassName
{
background-color: #E2DDAC;
}
</style>
border-color css
<style>
span { border-color: #E2DDAC; }
span { border-color: rgb(226,221,172); }
td.TdClassName
{
border-color: #E2DDAC;
}
.TagClassName
{
border-color: #E2DDAC;
}
</style>