Shades of Mint Julep #E1DEA8
Tints of Mint Julep #E1DEA8
RGB
CMYK
RGB Variations
Color information
#E1DEA8 (or 0xE1DEA8) is known color: Mint Julep. HEX triplet: E1, DE and A8. RGB value is (225,222,168). Sum of RGB (Red+Green+Blue) = 225+222+168=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 168 (66.02% from 255 or 27.32% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DEA8 is #1E2157. Grayscale: #D8D8D8. Windows color (decimal): -1974616 or 11067105. OLE color: 11067105.
HSL color Cylindrical-coordinate representation of color #E1DEA8: hue angle of 56.84º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1DEA8 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 168 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.12 |
| HSL | 56.84º | 0.49% | 0.77% | - |
| HSV(B) | 56.84º | 0.25% | 0.88% | - |
| XYZ | 64.24 | 71.08 | 47.38 | - |
| YUV | 216.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 168 | 0 | 0.01 | 0.25 | 0.12 | 56.84 | 0.49 | 0.77 |
| Hex | E1 | DE | A8 | 0 | 1 | 19 | C | 39 | 31 | 4D |
| Octal | 341 | 336 | 250 | 0 | 1 | 31 | 14 | 71 | 61 | 115 |
| Binary | 11100001 | 11011110 | 10101000 | 0 | 1 | 11001 | 1100 | 111001 | 110001 | 1001101 |
Color Harmonies of #E1DEA8
Complementary color
Monochromatic Colors of #E1DEA8
Black with #E1DEA8
Text Example
Text Example
White with #E1DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEA8; }
p { color: rgb(225,222,168); }
H1.HeaderClassName
{
color: #E1DEA8;
}
.AnyTagClassName
{
color: #E1DEA8;
}
</style>
background-color css
<style>
a { background-color: #E1DEA8; }
a { background-color: rgb(225,222,168); }
div.DivClassName
{
background-color: #E1DEA8;
}
.BgClassName
{
background-color: #E1DEA8;
}
</style>
border-color css
<style>
span { border-color: #E1DEA8; }
span { border-color: rgb(225,222,168); }
td.TdClassName
{
border-color: #E1DEA8;
}
.TagClassName
{
border-color: #E1DEA8;
}
</style>