Shades of Mint Julep #E5DCA8
Tints of Mint Julep #E5DCA8
RGB
CMYK
RGB Variations
Color information
#E5DCA8 (or 0xE5DCA8) is known color: Mint Julep. HEX triplet: E5, DC and A8. RGB value is (229,220,168). Sum of RGB (Red+Green+Blue) = 229+220+168=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DCA8 is #1A2357. Grayscale: #D8D8D8. Windows color (decimal): -1712984 or 11066597. OLE color: 11066597.
HSL color Cylindrical-coordinate representation of color #E5DCA8: hue angle of 51.15º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5DCA8 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 168 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.10 |
| HSL | 51.15º | 0.54% | 0.78% | - |
| HSV(B) | 51.15º | 0.27% | 0.9% | - |
| XYZ | 64.97 | 70.67 | 47.26 | - |
| YUV | 216.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 168 | 0 | 0.04 | 0.27 | 0.10 | 51.15 | 0.54 | 0.78 |
| Hex | E5 | DC | A8 | 0 | 4 | 1B | A | 33 | 36 | 4E |
| Octal | 345 | 334 | 250 | 0 | 4 | 33 | 12 | 63 | 66 | 116 |
| Binary | 11100101 | 11011100 | 10101000 | 0 | 100 | 11011 | 1010 | 110011 | 110110 | 1001110 |
Color Harmonies of #E5DCA8
Complementary color
Monochromatic Colors of #E5DCA8
Black with #E5DCA8
Text Example
Text Example
White with #E5DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCA8; }
p { color: rgb(229,220,168); }
H1.HeaderClassName
{
color: #E5DCA8;
}
.AnyTagClassName
{
color: #E5DCA8;
}
</style>
background-color css
<style>
a { background-color: #E5DCA8; }
a { background-color: rgb(229,220,168); }
div.DivClassName
{
background-color: #E5DCA8;
}
.BgClassName
{
background-color: #E5DCA8;
}
</style>
border-color css
<style>
span { border-color: #E5DCA8; }
span { border-color: rgb(229,220,168); }
td.TdClassName
{
border-color: #E5DCA8;
}
.TagClassName
{
border-color: #E5DCA8;
}
</style>