Shades of Mint Julep #E5DDAF
Tints of Mint Julep #E5DDAF
RGB
CMYK
RGB Variations
Color information
#E5DDAF (or 0xE5DDAF) is known color: Mint Julep. HEX triplet: E5, DD and AF. RGB value is (229,221,175). Sum of RGB (Red+Green+Blue) = 229+221+175=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DDAF is #1A2250. Grayscale: #DADADA. Windows color (decimal): -1712721 or 11525605. OLE color: 11525605.
HSL color Cylindrical-coordinate representation of color #E5DDAF: hue angle of 51.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5DDAF is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 175 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.10 |
| HSL | 51.11º | 0.51% | 0.79% | - |
| HSV(B) | 51.11º | 0.24% | 0.9% | - |
| XYZ | 65.91 | 71.47 | 50.88 | - |
| YUV | 218.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 175 | 0 | 0.03 | 0.24 | 0.10 | 51.11 | 0.51 | 0.79 |
| Hex | E5 | DD | AF | 0 | 3 | 18 | A | 33 | 33 | 4F |
| Octal | 345 | 335 | 257 | 0 | 3 | 30 | 12 | 63 | 63 | 117 |
| Binary | 11100101 | 11011101 | 10101111 | 0 | 11 | 11000 | 1010 | 110011 | 110011 | 1001111 |
Color Harmonies of #E5DDAF
Complementary color
Monochromatic Colors of #E5DDAF
Black with #E5DDAF
Text Example
Text Example
White with #E5DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDAF; }
p { color: rgb(229,221,175); }
H1.HeaderClassName
{
color: #E5DDAF;
}
.AnyTagClassName
{
color: #E5DDAF;
}
</style>
background-color css
<style>
a { background-color: #E5DDAF; }
a { background-color: rgb(229,221,175); }
div.DivClassName
{
background-color: #E5DDAF;
}
.BgClassName
{
background-color: #E5DDAF;
}
</style>
border-color css
<style>
span { border-color: #E5DDAF; }
span { border-color: rgb(229,221,175); }
td.TdClassName
{
border-color: #E5DDAF;
}
.TagClassName
{
border-color: #E5DDAF;
}
</style>