Shades of Mint Julep #E0DDAC
Tints of Mint Julep #E0DDAC
RGB
CMYK
RGB Variations
Color information
#E0DDAC (or 0xE0DDAC) is known color: Mint Julep. HEX triplet: E0, DD and AC. RGB value is (224,221,172). Sum of RGB (Red+Green+Blue) = 224+221+172=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DDAC is #1F2253. Grayscale: #D8D8D8. Windows color (decimal): -2040404 or 11328992. OLE color: 11328992.
HSL color Cylindrical-coordinate representation of color #E0DDAC: hue angle of 56.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0DDAC is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 172 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.12 |
| HSL | 56.54º | 0.46% | 0.78% | - |
| HSV(B) | 56.54º | 0.23% | 0.88% | - |
| XYZ | 64.04 | 70.54 | 49.27 | - |
| YUV | 216.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 172 | 0 | 0.01 | 0.23 | 0.12 | 56.54 | 0.46 | 0.78 |
| Hex | E0 | DD | AC | 0 | 1 | 17 | C | 39 | 2E | 4E |
| Octal | 340 | 335 | 254 | 0 | 1 | 27 | 14 | 71 | 56 | 116 |
| Binary | 11100000 | 11011101 | 10101100 | 0 | 1 | 10111 | 1100 | 111001 | 101110 | 1001110 |
Color Harmonies of #E0DDAC
Complementary color
Monochromatic Colors of #E0DDAC
Black with #E0DDAC
Text Example
Text Example
White with #E0DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDAC; }
p { color: rgb(224,221,172); }
H1.HeaderClassName
{
color: #E0DDAC;
}
.AnyTagClassName
{
color: #E0DDAC;
}
</style>
background-color css
<style>
a { background-color: #E0DDAC; }
a { background-color: rgb(224,221,172); }
div.DivClassName
{
background-color: #E0DDAC;
}
.BgClassName
{
background-color: #E0DDAC;
}
</style>
border-color css
<style>
span { border-color: #E0DDAC; }
span { border-color: rgb(224,221,172); }
td.TdClassName
{
border-color: #E0DDAC;
}
.TagClassName
{
border-color: #E0DDAC;
}
</style>