Shades of Mint Julep #E3DDAA
Tints of Mint Julep #E3DDAA
RGB
CMYK
RGB Variations
Color information
#E3DDAA (or 0xE3DDAA) is known color: Mint Julep. HEX triplet: E3, DD and AA. RGB value is (227,221,170). Sum of RGB (Red+Green+Blue) = 227+221+170=618 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.73% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DDAA is #1C2255. Grayscale: #D9D9D9. Windows color (decimal): -1843798 or 11197923. OLE color: 11197923.
HSL color Cylindrical-coordinate representation of color #E3DDAA: hue angle of 53.68º degrees, saturation: 0.5, 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 #E3DDAA is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 170 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.11 |
| HSL | 53.68º | 0.5% | 0.78% | - |
| HSV(B) | 53.68º | 0.25% | 0.89% | - |
| XYZ | 64.79 | 70.95 | 48.31 | - |
| YUV | 216.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 170 | 0 | 0.03 | 0.25 | 0.11 | 53.68 | 0.5 | 0.78 |
| Hex | E3 | DD | AA | 0 | 3 | 19 | B | 36 | 32 | 4E |
| Octal | 343 | 335 | 252 | 0 | 3 | 31 | 13 | 66 | 62 | 116 |
| Binary | 11100011 | 11011101 | 10101010 | 0 | 11 | 11001 | 1011 | 110110 | 110010 | 1001110 |
Color Harmonies of #E3DDAA
Complementary color
Monochromatic Colors of #E3DDAA
Black with #E3DDAA
Text Example
Text Example
White with #E3DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DDAA; }
p { color: rgb(227,221,170); }
H1.HeaderClassName
{
color: #E3DDAA;
}
.AnyTagClassName
{
color: #E3DDAA;
}
</style>
background-color css
<style>
a { background-color: #E3DDAA; }
a { background-color: rgb(227,221,170); }
div.DivClassName
{
background-color: #E3DDAA;
}
.BgClassName
{
background-color: #E3DDAA;
}
</style>
border-color css
<style>
span { border-color: #E3DDAA; }
span { border-color: rgb(227,221,170); }
td.TdClassName
{
border-color: #E3DDAA;
}
.TagClassName
{
border-color: #E3DDAA;
}
</style>