Shades of Mint Julep #E1DD9D
Tints of Mint Julep #E1DD9D
RGB
CMYK
RGB Variations
Color information
#E1DD9D (or 0xE1DD9D) is known color: Mint Julep. HEX triplet: E1, DD and 9D. RGB value is (225,221,157). Sum of RGB (Red+Green+Blue) = 225+221+157=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD9D is #1E2262. Grayscale: #D7D7D7. Windows color (decimal): -1974883 or 10345953. OLE color: 10345953.
HSL color Cylindrical-coordinate representation of color #E1DD9D: hue angle of 56.47º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1DD9D is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 157 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.12 |
| HSL | 56.47º | 0.53% | 0.75% | - |
| HSV(B) | 56.47º | 0.3% | 0.88% | - |
| XYZ | 62.99 | 70.15 | 42.12 | - |
| YUV | 214.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 157 | 0 | 0.02 | 0.30 | 0.12 | 56.47 | 0.53 | 0.75 |
| Hex | E1 | DD | 9D | 0 | 2 | 1E | C | 38 | 35 | 4B |
| Octal | 341 | 335 | 235 | 0 | 2 | 36 | 14 | 70 | 65 | 113 |
| Binary | 11100001 | 11011101 | 10011101 | 0 | 10 | 11110 | 1100 | 111000 | 110101 | 1001011 |
Color Harmonies of #E1DD9D
Complementary color
Monochromatic Colors of #E1DD9D
Black with #E1DD9D
Text Example
Text Example
White with #E1DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DD9D; }
p { color: rgb(225,221,157); }
H1.HeaderClassName
{
color: #E1DD9D;
}
.AnyTagClassName
{
color: #E1DD9D;
}
</style>
background-color css
<style>
a { background-color: #E1DD9D; }
a { background-color: rgb(225,221,157); }
div.DivClassName
{
background-color: #E1DD9D;
}
.BgClassName
{
background-color: #E1DD9D;
}
</style>
border-color css
<style>
span { border-color: #E1DD9D; }
span { border-color: rgb(225,221,157); }
td.TdClassName
{
border-color: #E1DD9D;
}
.TagClassName
{
border-color: #E1DD9D;
}
</style>