Shades of Mint Julep #E2D8AB
Tints of Mint Julep #E2D8AB
RGB
CMYK
RGB Variations
Color information
#E2D8AB (or 0xE2D8AB) is known color: Mint Julep. HEX triplet: E2, D8 and AB. RGB value is (226,216,171). Sum of RGB (Red+Green+Blue) = 226+216+171=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D8AB is #1D2754. Grayscale: #D6D6D6. Windows color (decimal): -1910613 or 11262178. OLE color: 11262178.
HSL color Cylindrical-coordinate representation of color #E2D8AB: hue angle of 49.09º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2D8AB is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 171 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.11 |
| HSL | 49.09º | 0.49% | 0.78% | - |
| HSV(B) | 49.09º | 0.24% | 0.89% | - |
| XYZ | 63.27 | 68.22 | 48.36 | - |
| YUV | 213.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 171 | 0 | 0.04 | 0.24 | 0.11 | 49.09 | 0.49 | 0.78 |
| Hex | E2 | D8 | AB | 0 | 4 | 18 | B | 31 | 31 | 4E |
| Octal | 342 | 330 | 253 | 0 | 4 | 30 | 13 | 61 | 61 | 116 |
| Binary | 11100010 | 11011000 | 10101011 | 0 | 100 | 11000 | 1011 | 110001 | 110001 | 1001110 |
Color Harmonies of #E2D8AB
Complementary color
Monochromatic Colors of #E2D8AB
Black with #E2D8AB
Text Example
Text Example
White with #E2D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D8AB; }
p { color: rgb(226,216,171); }
H1.HeaderClassName
{
color: #E2D8AB;
}
.AnyTagClassName
{
color: #E2D8AB;
}
</style>
background-color css
<style>
a { background-color: #E2D8AB; }
a { background-color: rgb(226,216,171); }
div.DivClassName
{
background-color: #E2D8AB;
}
.BgClassName
{
background-color: #E2D8AB;
}
</style>
border-color css
<style>
span { border-color: #E2D8AB; }
span { border-color: rgb(226,216,171); }
td.TdClassName
{
border-color: #E2D8AB;
}
.TagClassName
{
border-color: #E2D8AB;
}
</style>