Shades of Mint Julep #E2DEAC
Tints of Mint Julep #E2DEAC
RGB
CMYK
RGB Variations
Color information
#E2DEAC (or 0xE2DEAC) is known color: Mint Julep. HEX triplet: E2, DE and AC. RGB value is (226,222,172). Sum of RGB (Red+Green+Blue) = 226+222+172=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DEAC is #1D2153. Grayscale: #D9D9D9. Windows color (decimal): -1909076 or 11329250. OLE color: 11329250.
HSL color Cylindrical-coordinate representation of color #E2DEAC: hue angle of 55.56º degrees, saturation: 0.48, 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 #E2DEAC is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 172 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.11 |
| HSL | 55.56º | 0.48% | 0.78% | - |
| HSV(B) | 55.56º | 0.24% | 0.89% | - |
| XYZ | 64.93 | 71.39 | 49.39 | - |
| YUV | 217.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 172 | 0 | 0.02 | 0.24 | 0.11 | 55.56 | 0.48 | 0.78 |
| Hex | E2 | DE | AC | 0 | 2 | 18 | B | 38 | 30 | 4E |
| Octal | 342 | 336 | 254 | 0 | 2 | 30 | 13 | 70 | 60 | 116 |
| Binary | 11100010 | 11011110 | 10101100 | 0 | 10 | 11000 | 1011 | 111000 | 110000 | 1001110 |
Color Harmonies of #E2DEAC
Complementary color
Monochromatic Colors of #E2DEAC
Black with #E2DEAC
Text Example
Text Example
White with #E2DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEAC; }
p { color: rgb(226,222,172); }
H1.HeaderClassName
{
color: #E2DEAC;
}
.AnyTagClassName
{
color: #E2DEAC;
}
</style>
background-color css
<style>
a { background-color: #E2DEAC; }
a { background-color: rgb(226,222,172); }
div.DivClassName
{
background-color: #E2DEAC;
}
.BgClassName
{
background-color: #E2DEAC;
}
</style>
border-color css
<style>
span { border-color: #E2DEAC; }
span { border-color: rgb(226,222,172); }
td.TdClassName
{
border-color: #E2DEAC;
}
.TagClassName
{
border-color: #E2DEAC;
}
</style>