Shades of Mint Julep #E3DDAC
Tints of Mint Julep #E3DDAC
RGB
CMYK
RGB Variations
Color information
#E3DDAC (or 0xE3DDAC) is known color: Mint Julep. HEX triplet: E3, DD and AC. RGB value is (227,221,172). Sum of RGB (Red+Green+Blue) = 227+221+172=620 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.61% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DDAC is #1C2253. Grayscale: #D9D9D9. Windows color (decimal): -1843796 or 11328995. OLE color: 11328995.
HSL color Cylindrical-coordinate representation of color #E3DDAC: hue angle of 53.45º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3DDAC is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 172 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.11 |
| HSL | 53.45º | 0.5% | 0.78% | - |
| HSV(B) | 53.45º | 0.24% | 0.89% | - |
| XYZ | 64.98 | 71.02 | 49.31 | - |
| YUV | 217.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 172 | 0 | 0.03 | 0.24 | 0.11 | 53.45 | 0.5 | 0.78 |
| Hex | E3 | DD | AC | 0 | 3 | 18 | B | 35 | 32 | 4E |
| Octal | 343 | 335 | 254 | 0 | 3 | 30 | 13 | 65 | 62 | 116 |
| Binary | 11100011 | 11011101 | 10101100 | 0 | 11 | 11000 | 1011 | 110101 | 110010 | 1001110 |
Color Harmonies of #E3DDAC
Complementary color
Monochromatic Colors of #E3DDAC
Black with #E3DDAC
Text Example
Text Example
White with #E3DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DDAC; }
p { color: rgb(227,221,172); }
H1.HeaderClassName
{
color: #E3DDAC;
}
.AnyTagClassName
{
color: #E3DDAC;
}
</style>
background-color css
<style>
a { background-color: #E3DDAC; }
a { background-color: rgb(227,221,172); }
div.DivClassName
{
background-color: #E3DDAC;
}
.BgClassName
{
background-color: #E3DDAC;
}
</style>
border-color css
<style>
span { border-color: #E3DDAC; }
span { border-color: rgb(227,221,172); }
td.TdClassName
{
border-color: #E3DDAC;
}
.TagClassName
{
border-color: #E3DDAC;
}
</style>