Shades of Mint Julep #E2DCAD
Tints of Mint Julep #E2DCAD
RGB
CMYK
RGB Variations
Color information
#E2DCAD (or 0xE2DCAD) is known color: Mint Julep. HEX triplet: E2, DC and AD. RGB value is (226,220,173). Sum of RGB (Red+Green+Blue) = 226+220+173=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DCAD is #1D2352. Grayscale: #D8D8D8. Windows color (decimal): -1909587 or 11394274. OLE color: 11394274.
HSL color Cylindrical-coordinate representation of color #E2DCAD: hue angle of 53.21º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2DCAD is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 173 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.11 |
| HSL | 53.21º | 0.48% | 0.78% | - |
| HSV(B) | 53.21º | 0.23% | 0.89% | - |
| XYZ | 64.5 | 70.37 | 49.72 | - |
| YUV | 216.44 | 103.49 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 173 | 0 | 0.03 | 0.23 | 0.11 | 53.21 | 0.48 | 0.78 |
| Hex | E2 | DC | AD | 0 | 3 | 17 | B | 35 | 30 | 4E |
| Octal | 342 | 334 | 255 | 0 | 3 | 27 | 13 | 65 | 60 | 116 |
| Binary | 11100010 | 11011100 | 10101101 | 0 | 11 | 10111 | 1011 | 110101 | 110000 | 1001110 |
Color Harmonies of #E2DCAD
Complementary color
Monochromatic Colors of #E2DCAD
Black with #E2DCAD
Text Example
Text Example
White with #E2DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCAD; }
p { color: rgb(226,220,173); }
H1.HeaderClassName
{
color: #E2DCAD;
}
.AnyTagClassName
{
color: #E2DCAD;
}
</style>
background-color css
<style>
a { background-color: #E2DCAD; }
a { background-color: rgb(226,220,173); }
div.DivClassName
{
background-color: #E2DCAD;
}
.BgClassName
{
background-color: #E2DCAD;
}
</style>
border-color css
<style>
span { border-color: #E2DCAD; }
span { border-color: rgb(226,220,173); }
td.TdClassName
{
border-color: #E2DCAD;
}
.TagClassName
{
border-color: #E2DCAD;
}
</style>