Shades of Mint Julep #E2DDAA
Tints of Mint Julep #E2DDAA
RGB
CMYK
RGB Variations
Color information
#E2DDAA (or 0xE2DDAA) is known color: Mint Julep. HEX triplet: E2, DD and AA. RGB value is (226,221,170). Sum of RGB (Red+Green+Blue) = 226+221+170=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DDAA is #1D2255. Grayscale: #D8D8D8. Windows color (decimal): -1909334 or 11197922. OLE color: 11197922.
HSL color Cylindrical-coordinate representation of color #E2DDAA: hue angle of 54.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2DDAA is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 170 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.11 |
| HSL | 54.64º | 0.49% | 0.78% | - |
| HSV(B) | 54.64º | 0.25% | 0.89% | - |
| XYZ | 64.48 | 70.78 | 48.29 | - |
| YUV | 216.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 170 | 0 | 0.02 | 0.25 | 0.11 | 54.64 | 0.49 | 0.78 |
| Hex | E2 | DD | AA | 0 | 2 | 19 | B | 37 | 31 | 4E |
| Octal | 342 | 335 | 252 | 0 | 2 | 31 | 13 | 67 | 61 | 116 |
| Binary | 11100010 | 11011101 | 10101010 | 0 | 10 | 11001 | 1011 | 110111 | 110001 | 1001110 |
Color Harmonies of #E2DDAA
Complementary color
Monochromatic Colors of #E2DDAA
Black with #E2DDAA
Text Example
Text Example
White with #E2DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDAA; }
p { color: rgb(226,221,170); }
H1.HeaderClassName
{
color: #E2DDAA;
}
.AnyTagClassName
{
color: #E2DDAA;
}
</style>
background-color css
<style>
a { background-color: #E2DDAA; }
a { background-color: rgb(226,221,170); }
div.DivClassName
{
background-color: #E2DDAA;
}
.BgClassName
{
background-color: #E2DDAA;
}
</style>
border-color css
<style>
span { border-color: #E2DDAA; }
span { border-color: rgb(226,221,170); }
td.TdClassName
{
border-color: #E2DDAA;
}
.TagClassName
{
border-color: #E2DDAA;
}
</style>