Shades of Mint Julep #E3DDAF
Tints of Mint Julep #E3DDAF
RGB
CMYK
RGB Variations
Color information
#E3DDAF (or 0xE3DDAF) is known color: Mint Julep. HEX triplet: E3, DD and AF. RGB value is (227,221,175). Sum of RGB (Red+Green+Blue) = 227+221+175=623 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.44% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DDAF is #1C2250. Grayscale: #D9D9D9. Windows color (decimal): -1843793 or 11525603. OLE color: 11525603.
HSL color Cylindrical-coordinate representation of color #E3DDAF: hue angle of 53.08º degrees, saturation: 0.48, 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 #E3DDAF is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 175 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.11 |
| HSL | 53.08º | 0.48% | 0.79% | - |
| HSV(B) | 53.08º | 0.23% | 0.89% | - |
| XYZ | 65.27 | 71.14 | 50.85 | - |
| YUV | 217.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 175 | 0 | 0.03 | 0.23 | 0.11 | 53.08 | 0.48 | 0.79 |
| Hex | E3 | DD | AF | 0 | 3 | 17 | B | 35 | 30 | 4F |
| Octal | 343 | 335 | 257 | 0 | 3 | 27 | 13 | 65 | 60 | 117 |
| Binary | 11100011 | 11011101 | 10101111 | 0 | 11 | 10111 | 1011 | 110101 | 110000 | 1001111 |
Color Harmonies of #E3DDAF
Complementary color
Monochromatic Colors of #E3DDAF
Black with #E3DDAF
Text Example
Text Example
White with #E3DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DDAF; }
p { color: rgb(227,221,175); }
H1.HeaderClassName
{
color: #E3DDAF;
}
.AnyTagClassName
{
color: #E3DDAF;
}
</style>
background-color css
<style>
a { background-color: #E3DDAF; }
a { background-color: rgb(227,221,175); }
div.DivClassName
{
background-color: #E3DDAF;
}
.BgClassName
{
background-color: #E3DDAF;
}
</style>
border-color css
<style>
span { border-color: #E3DDAF; }
span { border-color: rgb(227,221,175); }
td.TdClassName
{
border-color: #E3DDAF;
}
.TagClassName
{
border-color: #E3DDAF;
}
</style>