Shades of Mint Julep #E1D8AE
Tints of Mint Julep #E1D8AE
RGB
CMYK
RGB Variations
Color information
#E1D8AE (or 0xE1D8AE) is known color: Mint Julep. HEX triplet: E1, D8 and AE. RGB value is (225,216,174). Sum of RGB (Red+Green+Blue) = 225+216+174=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D8AE is #1E2751. Grayscale: #D6D6D6. Windows color (decimal): -1976146 or 11458785. OLE color: 11458785.
HSL color Cylindrical-coordinate representation of color #E1D8AE: hue angle of 49.41º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1D8AE is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 174 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.12 |
| HSL | 49.41º | 0.46% | 0.78% | - |
| HSV(B) | 49.41º | 0.23% | 0.88% | - |
| XYZ | 63.25 | 68.18 | 49.87 | - |
| YUV | 213.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 174 | 0 | 0.04 | 0.23 | 0.12 | 49.41 | 0.46 | 0.78 |
| Hex | E1 | D8 | AE | 0 | 4 | 17 | C | 31 | 2E | 4E |
| Octal | 341 | 330 | 256 | 0 | 4 | 27 | 14 | 61 | 56 | 116 |
| Binary | 11100001 | 11011000 | 10101110 | 0 | 100 | 10111 | 1100 | 110001 | 101110 | 1001110 |
Color Harmonies of #E1D8AE
Complementary color
Monochromatic Colors of #E1D8AE
Black with #E1D8AE
Text Example
Text Example
White with #E1D8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D8AE; }
p { color: rgb(225,216,174); }
H1.HeaderClassName
{
color: #E1D8AE;
}
.AnyTagClassName
{
color: #E1D8AE;
}
</style>
background-color css
<style>
a { background-color: #E1D8AE; }
a { background-color: rgb(225,216,174); }
div.DivClassName
{
background-color: #E1D8AE;
}
.BgClassName
{
background-color: #E1D8AE;
}
</style>
border-color css
<style>
span { border-color: #E1D8AE; }
span { border-color: rgb(225,216,174); }
td.TdClassName
{
border-color: #E1D8AE;
}
.TagClassName
{
border-color: #E1D8AE;
}
</style>