Shades of Mint Julep #E1DDAE
Tints of Mint Julep #E1DDAE
RGB
CMYK
RGB Variations
Color information
#E1DDAE (or 0xE1DDAE) is known color: Mint Julep. HEX triplet: E1, DD and AE. RGB value is (225,221,174). Sum of RGB (Red+Green+Blue) = 225+221+174=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DDAE is #1E2251. Grayscale: #D9D9D9. Windows color (decimal): -1974866 or 11460065. OLE color: 11460065.
HSL color Cylindrical-coordinate representation of color #E1DDAE: hue angle of 55.29º 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 #E1DDAE is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 174 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.12 |
| HSL | 55.29º | 0.46% | 0.78% | - |
| HSV(B) | 55.29º | 0.23% | 0.88% | - |
| XYZ | 64.55 | 70.78 | 50.3 | - |
| YUV | 216.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 174 | 0 | 0.02 | 0.23 | 0.12 | 55.29 | 0.46 | 0.78 |
| Hex | E1 | DD | AE | 0 | 2 | 17 | C | 37 | 2E | 4E |
| Octal | 341 | 335 | 256 | 0 | 2 | 27 | 14 | 67 | 56 | 116 |
| Binary | 11100001 | 11011101 | 10101110 | 0 | 10 | 10111 | 1100 | 110111 | 101110 | 1001110 |
Color Harmonies of #E1DDAE
Complementary color
Monochromatic Colors of #E1DDAE
Black with #E1DDAE
Text Example
Text Example
White with #E1DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDAE; }
p { color: rgb(225,221,174); }
H1.HeaderClassName
{
color: #E1DDAE;
}
.AnyTagClassName
{
color: #E1DDAE;
}
</style>
background-color css
<style>
a { background-color: #E1DDAE; }
a { background-color: rgb(225,221,174); }
div.DivClassName
{
background-color: #E1DDAE;
}
.BgClassName
{
background-color: #E1DDAE;
}
</style>
border-color css
<style>
span { border-color: #E1DDAE; }
span { border-color: rgb(225,221,174); }
td.TdClassName
{
border-color: #E1DDAE;
}
.TagClassName
{
border-color: #E1DDAE;
}
</style>