Shades of Mint Julep #E1DDB0
Tints of Mint Julep #E1DDB0
RGB
CMYK
RGB Variations
Color information
#E1DDB0 (or 0xE1DDB0) is known color: Mint Julep. HEX triplet: E1, DD and B0. RGB value is (225,221,176). Sum of RGB (Red+Green+Blue) = 225+221+176=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DDB0 is #1E224F. Grayscale: #D9D9D9. Windows color (decimal): -1974864 or 11591137. OLE color: 11591137.
HSL color Cylindrical-coordinate representation of color #E1DDB0: hue angle of 55.1º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1DDB0 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 176 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.12 |
| HSL | 55.1º | 0.45% | 0.79% | - |
| HSV(B) | 55.1º | 0.22% | 0.88% | - |
| XYZ | 64.74 | 70.86 | 51.34 | - |
| YUV | 217.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 176 | 0 | 0.02 | 0.22 | 0.12 | 55.1 | 0.45 | 0.79 |
| Hex | E1 | DD | B0 | 0 | 2 | 16 | C | 37 | 2D | 4F |
| Octal | 341 | 335 | 260 | 0 | 2 | 26 | 14 | 67 | 55 | 117 |
| Binary | 11100001 | 11011101 | 10110000 | 0 | 10 | 10110 | 1100 | 110111 | 101101 | 1001111 |
Color Harmonies of #E1DDB0
Complementary color
Monochromatic Colors of #E1DDB0
Black with #E1DDB0
Text Example
Text Example
White with #E1DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDB0; }
p { color: rgb(225,221,176); }
H1.HeaderClassName
{
color: #E1DDB0;
}
.AnyTagClassName
{
color: #E1DDB0;
}
</style>
background-color css
<style>
a { background-color: #E1DDB0; }
a { background-color: rgb(225,221,176); }
div.DivClassName
{
background-color: #E1DDB0;
}
.BgClassName
{
background-color: #E1DDB0;
}
</style>
border-color css
<style>
span { border-color: #E1DDB0; }
span { border-color: rgb(225,221,176); }
td.TdClassName
{
border-color: #E1DDB0;
}
.TagClassName
{
border-color: #E1DDB0;
}
</style>