Shades of Mint Julep #E2DCAB
Tints of Mint Julep #E2DCAB
RGB
CMYK
RGB Variations
Color information
#E2DCAB (or 0xE2DCAB) is known color: Mint Julep. HEX triplet: E2, DC and AB. RGB value is (226,220,171). Sum of RGB (Red+Green+Blue) = 226+220+171=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DCAB is #1D2354. Grayscale: #D8D8D8. Windows color (decimal): -1909589 or 11263202. OLE color: 11263202.
HSL color Cylindrical-coordinate representation of color #E2DCAB: hue angle of 53.45º 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 #E2DCAB is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 171 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.11 |
| HSL | 53.45º | 0.49% | 0.78% | - |
| HSV(B) | 53.45º | 0.24% | 0.89% | - |
| XYZ | 64.31 | 70.3 | 48.71 | - |
| YUV | 216.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 171 | 0 | 0.03 | 0.24 | 0.11 | 53.45 | 0.49 | 0.78 |
| Hex | E2 | DC | AB | 0 | 3 | 18 | B | 35 | 31 | 4E |
| Octal | 342 | 334 | 253 | 0 | 3 | 30 | 13 | 65 | 61 | 116 |
| Binary | 11100010 | 11011100 | 10101011 | 0 | 11 | 11000 | 1011 | 110101 | 110001 | 1001110 |
Color Harmonies of #E2DCAB
Complementary color
Monochromatic Colors of #E2DCAB
Black with #E2DCAB
Text Example
Text Example
White with #E2DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCAB; }
p { color: rgb(226,220,171); }
H1.HeaderClassName
{
color: #E2DCAB;
}
.AnyTagClassName
{
color: #E2DCAB;
}
</style>
background-color css
<style>
a { background-color: #E2DCAB; }
a { background-color: rgb(226,220,171); }
div.DivClassName
{
background-color: #E2DCAB;
}
.BgClassName
{
background-color: #E2DCAB;
}
</style>
border-color css
<style>
span { border-color: #E2DCAB; }
span { border-color: rgb(226,220,171); }
td.TdClassName
{
border-color: #E2DCAB;
}
.TagClassName
{
border-color: #E2DCAB;
}
</style>