Shades of Mint Julep #E1DDAD
Tints of Mint Julep #E1DDAD
RGB
CMYK
RGB Variations
Color information
#E1DDAD (or 0xE1DDAD) is known color: Mint Julep. HEX triplet: E1, DD and AD. RGB value is (225,221,173). Sum of RGB (Red+Green+Blue) = 225+221+173=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DDAD is #1E2252. Grayscale: #D8D8D8. Windows color (decimal): -1974867 or 11394529. OLE color: 11394529.
HSL color Cylindrical-coordinate representation of color #E1DDAD: hue angle of 55.38º 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 #E1DDAD is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 173 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.12 |
| HSL | 55.38º | 0.46% | 0.78% | - |
| HSV(B) | 55.38º | 0.23% | 0.88% | - |
| XYZ | 64.45 | 70.74 | 49.79 | - |
| YUV | 216.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 173 | 0 | 0.02 | 0.23 | 0.12 | 55.38 | 0.46 | 0.78 |
| Hex | E1 | DD | AD | 0 | 2 | 17 | C | 37 | 2E | 4E |
| Octal | 341 | 335 | 255 | 0 | 2 | 27 | 14 | 67 | 56 | 116 |
| Binary | 11100001 | 11011101 | 10101101 | 0 | 10 | 10111 | 1100 | 110111 | 101110 | 1001110 |
Color Harmonies of #E1DDAD
Complementary color
Monochromatic Colors of #E1DDAD
Black with #E1DDAD
Text Example
Text Example
White with #E1DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDAD; }
p { color: rgb(225,221,173); }
H1.HeaderClassName
{
color: #E1DDAD;
}
.AnyTagClassName
{
color: #E1DDAD;
}
</style>
background-color css
<style>
a { background-color: #E1DDAD; }
a { background-color: rgb(225,221,173); }
div.DivClassName
{
background-color: #E1DDAD;
}
.BgClassName
{
background-color: #E1DDAD;
}
</style>
border-color css
<style>
span { border-color: #E1DDAD; }
span { border-color: rgb(225,221,173); }
td.TdClassName
{
border-color: #E1DDAD;
}
.TagClassName
{
border-color: #E1DDAD;
}
</style>