Shades of Mint Julep #E5DEB0
Tints of Mint Julep #E5DEB0
RGB
CMYK
RGB Variations
Color information
#E5DEB0 (or 0xE5DEB0) is known color: Mint Julep. HEX triplet: E5, DE and B0. RGB value is (229,222,176). Sum of RGB (Red+Green+Blue) = 229+222+176=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 176 (69.14% from 255 or 28.07% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DEB0 is #1A214F. Grayscale: #DBDBDB. Windows color (decimal): -1712464 or 11591397. OLE color: 11591397.
HSL color Cylindrical-coordinate representation of color #E5DEB0: hue angle of 52.08º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5DEB0 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 222 | 176 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.10 |
| HSL | 52.08º | 0.5% | 0.79% | - |
| HSV(B) | 52.08º | 0.23% | 0.9% | - |
| XYZ | 66.27 | 72.04 | 51.49 | - |
| YUV | 218.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 222 | 176 | 0 | 0.03 | 0.23 | 0.10 | 52.08 | 0.5 | 0.79 |
| Hex | E5 | DE | B0 | 0 | 3 | 17 | A | 34 | 32 | 4F |
| Octal | 345 | 336 | 260 | 0 | 3 | 27 | 12 | 64 | 62 | 117 |
| Binary | 11100101 | 11011110 | 10110000 | 0 | 11 | 10111 | 1010 | 110100 | 110010 | 1001111 |
Color Harmonies of #E5DEB0
Complementary color
Monochromatic Colors of #E5DEB0
Black with #E5DEB0
Text Example
Text Example
White with #E5DEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DEB0; }
p { color: rgb(229,222,176); }
H1.HeaderClassName
{
color: #E5DEB0;
}
.AnyTagClassName
{
color: #E5DEB0;
}
</style>
background-color css
<style>
a { background-color: #E5DEB0; }
a { background-color: rgb(229,222,176); }
div.DivClassName
{
background-color: #E5DEB0;
}
.BgClassName
{
background-color: #E5DEB0;
}
</style>
border-color css
<style>
span { border-color: #E5DEB0; }
span { border-color: rgb(229,222,176); }
td.TdClassName
{
border-color: #E5DEB0;
}
.TagClassName
{
border-color: #E5DEB0;
}
</style>