Shades of Mint Julep #E2DDAE
Tints of Mint Julep #E2DDAE
RGB
CMYK
RGB Variations
Color information
#E2DDAE (or 0xE2DDAE) is known color: Mint Julep. HEX triplet: E2, DD and AE. RGB value is (226,221,174). Sum of RGB (Red+Green+Blue) = 226+221+174=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DDAE is #1D2251. Grayscale: #D9D9D9. Windows color (decimal): -1909330 or 11460066. OLE color: 11460066.
HSL color Cylindrical-coordinate representation of color #E2DDAE: hue angle of 54.23º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2DDAE is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 174 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.11 |
| HSL | 54.23º | 0.47% | 0.78% | - |
| HSV(B) | 54.23º | 0.23% | 0.89% | - |
| XYZ | 64.86 | 70.94 | 50.32 | - |
| YUV | 217.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 174 | 0 | 0.02 | 0.23 | 0.11 | 54.23 | 0.47 | 0.78 |
| Hex | E2 | DD | AE | 0 | 2 | 17 | B | 36 | 2F | 4E |
| Octal | 342 | 335 | 256 | 0 | 2 | 27 | 13 | 66 | 57 | 116 |
| Binary | 11100010 | 11011101 | 10101110 | 0 | 10 | 10111 | 1011 | 110110 | 101111 | 1001110 |
Color Harmonies of #E2DDAE
Complementary color
Monochromatic Colors of #E2DDAE
Black with #E2DDAE
Text Example
Text Example
White with #E2DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDAE; }
p { color: rgb(226,221,174); }
H1.HeaderClassName
{
color: #E2DDAE;
}
.AnyTagClassName
{
color: #E2DDAE;
}
</style>
background-color css
<style>
a { background-color: #E2DDAE; }
a { background-color: rgb(226,221,174); }
div.DivClassName
{
background-color: #E2DDAE;
}
.BgClassName
{
background-color: #E2DDAE;
}
</style>
border-color css
<style>
span { border-color: #E2DDAE; }
span { border-color: rgb(226,221,174); }
td.TdClassName
{
border-color: #E2DDAE;
}
.TagClassName
{
border-color: #E2DDAE;
}
</style>