Shades of Mint Julep #E1DDAC
Tints of Mint Julep #E1DDAC
RGB
CMYK
RGB Variations
Color information
#E1DDAC (or 0xE1DDAC) is known color: Mint Julep. HEX triplet: E1, DD and AC. RGB value is (225,221,172). Sum of RGB (Red+Green+Blue) = 225+221+172=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DDAC is #1E2253. Grayscale: #D8D8D8. Windows color (decimal): -1974868 or 11328993. OLE color: 11328993.
HSL color Cylindrical-coordinate representation of color #E1DDAC: hue angle of 55.47º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1DDAC is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 172 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.12 |
| HSL | 55.47º | 0.47% | 0.78% | - |
| HSV(B) | 55.47º | 0.24% | 0.88% | - |
| XYZ | 64.35 | 70.7 | 49.28 | - |
| YUV | 216.61 | 102.83 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 172 | 0 | 0.02 | 0.24 | 0.12 | 55.47 | 0.47 | 0.78 |
| Hex | E1 | DD | AC | 0 | 2 | 18 | C | 37 | 2F | 4E |
| Octal | 341 | 335 | 254 | 0 | 2 | 30 | 14 | 67 | 57 | 116 |
| Binary | 11100001 | 11011101 | 10101100 | 0 | 10 | 11000 | 1100 | 110111 | 101111 | 1001110 |
Color Harmonies of #E1DDAC
Complementary color
Monochromatic Colors of #E1DDAC
Black with #E1DDAC
Text Example
Text Example
White with #E1DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDAC; }
p { color: rgb(225,221,172); }
H1.HeaderClassName
{
color: #E1DDAC;
}
.AnyTagClassName
{
color: #E1DDAC;
}
</style>
background-color css
<style>
a { background-color: #E1DDAC; }
a { background-color: rgb(225,221,172); }
div.DivClassName
{
background-color: #E1DDAC;
}
.BgClassName
{
background-color: #E1DDAC;
}
</style>
border-color css
<style>
span { border-color: #E1DDAC; }
span { border-color: rgb(225,221,172); }
td.TdClassName
{
border-color: #E1DDAC;
}
.TagClassName
{
border-color: #E1DDAC;
}
</style>