Shades of Mint Julep #E1DAAF
Tints of Mint Julep #E1DAAF
RGB
CMYK
RGB Variations
Color information
#E1DAAF (or 0xE1DAAF) is known color: Mint Julep. HEX triplet: E1, DA and AF. RGB value is (225,218,175). Sum of RGB (Red+Green+Blue) = 225+218+175=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DAAF is #1E2550. Grayscale: #D7D7D7. Windows color (decimal): -1975633 or 11524833. OLE color: 11524833.
HSL color Cylindrical-coordinate representation of color #E1DAAF: hue angle of 51.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1DAAF is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 175 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.12 |
| HSL | 51.6º | 0.45% | 0.78% | - |
| HSV(B) | 51.6º | 0.22% | 0.88% | - |
| XYZ | 63.86 | 69.25 | 50.56 | - |
| YUV | 215.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 175 | 0 | 0.03 | 0.22 | 0.12 | 51.6 | 0.45 | 0.78 |
| Hex | E1 | DA | AF | 0 | 3 | 16 | C | 34 | 2D | 4E |
| Octal | 341 | 332 | 257 | 0 | 3 | 26 | 14 | 64 | 55 | 116 |
| Binary | 11100001 | 11011010 | 10101111 | 0 | 11 | 10110 | 1100 | 110100 | 101101 | 1001110 |
Color Harmonies of #E1DAAF
Complementary color
Monochromatic Colors of #E1DAAF
Black with #E1DAAF
Text Example
Text Example
White with #E1DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DAAF; }
p { color: rgb(225,218,175); }
H1.HeaderClassName
{
color: #E1DAAF;
}
.AnyTagClassName
{
color: #E1DAAF;
}
</style>
background-color css
<style>
a { background-color: #E1DAAF; }
a { background-color: rgb(225,218,175); }
div.DivClassName
{
background-color: #E1DAAF;
}
.BgClassName
{
background-color: #E1DAAF;
}
</style>
border-color css
<style>
span { border-color: #E1DAAF; }
span { border-color: rgb(225,218,175); }
td.TdClassName
{
border-color: #E1DAAF;
}
.TagClassName
{
border-color: #E1DAAF;
}
</style>