Shades of Mint Julep #E2DDAF
Tints of Mint Julep #E2DDAF
RGB
CMYK
RGB Variations
Color information
#E2DDAF (or 0xE2DDAF) is known color: Mint Julep. HEX triplet: E2, DD and AF. RGB value is (226,221,175). Sum of RGB (Red+Green+Blue) = 226+221+175=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DDAF is #1D2250. Grayscale: #D9D9D9. Windows color (decimal): -1909329 or 11525602. OLE color: 11525602.
HSL color Cylindrical-coordinate representation of color #E2DDAF: hue angle of 54.12º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2DDAF is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 175 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.11 |
| HSL | 54.12º | 0.47% | 0.79% | - |
| HSV(B) | 54.12º | 0.23% | 0.89% | - |
| XYZ | 64.96 | 70.98 | 50.83 | - |
| YUV | 217.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 175 | 0 | 0.02 | 0.23 | 0.11 | 54.12 | 0.47 | 0.79 |
| Hex | E2 | DD | AF | 0 | 2 | 17 | B | 36 | 2F | 4F |
| Octal | 342 | 335 | 257 | 0 | 2 | 27 | 13 | 66 | 57 | 117 |
| Binary | 11100010 | 11011101 | 10101111 | 0 | 10 | 10111 | 1011 | 110110 | 101111 | 1001111 |
Color Harmonies of #E2DDAF
Complementary color
Monochromatic Colors of #E2DDAF
Black with #E2DDAF
Text Example
Text Example
White with #E2DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDAF; }
p { color: rgb(226,221,175); }
H1.HeaderClassName
{
color: #E2DDAF;
}
.AnyTagClassName
{
color: #E2DDAF;
}
</style>
background-color css
<style>
a { background-color: #E2DDAF; }
a { background-color: rgb(226,221,175); }
div.DivClassName
{
background-color: #E2DDAF;
}
.BgClassName
{
background-color: #E2DDAF;
}
</style>
border-color css
<style>
span { border-color: #E2DDAF; }
span { border-color: rgb(226,221,175); }
td.TdClassName
{
border-color: #E2DDAF;
}
.TagClassName
{
border-color: #E2DDAF;
}
</style>