Shades of Mint Julep #E5DFAF
Tints of Mint Julep #E5DFAF
RGB
CMYK
RGB Variations
Color information
#E5DFAF (or 0xE5DFAF) is known color: Mint Julep. HEX triplet: E5, DF and AF. RGB value is (229,223,175). Sum of RGB (Red+Green+Blue) = 229+223+175=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DFAF is #1A2050. Grayscale: #DBDBDB. Windows color (decimal): -1712209 or 11526117. OLE color: 11526117.
HSL color Cylindrical-coordinate representation of color #E5DFAF: hue angle of 53.33º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5DFAF is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 175 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.10 |
| HSL | 53.33º | 0.51% | 0.79% | - |
| HSV(B) | 53.33º | 0.24% | 0.9% | - |
| XYZ | 66.44 | 72.53 | 51.06 | - |
| YUV | 219.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 175 | 0 | 0.03 | 0.24 | 0.10 | 53.33 | 0.51 | 0.79 |
| Hex | E5 | DF | AF | 0 | 3 | 18 | A | 35 | 33 | 4F |
| Octal | 345 | 337 | 257 | 0 | 3 | 30 | 12 | 65 | 63 | 117 |
| Binary | 11100101 | 11011111 | 10101111 | 0 | 11 | 11000 | 1010 | 110101 | 110011 | 1001111 |
Color Harmonies of #E5DFAF
Complementary color
Monochromatic Colors of #E5DFAF
Black with #E5DFAF
Text Example
Text Example
White with #E5DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFAF; }
p { color: rgb(229,223,175); }
H1.HeaderClassName
{
color: #E5DFAF;
}
.AnyTagClassName
{
color: #E5DFAF;
}
</style>
background-color css
<style>
a { background-color: #E5DFAF; }
a { background-color: rgb(229,223,175); }
div.DivClassName
{
background-color: #E5DFAF;
}
.BgClassName
{
background-color: #E5DFAF;
}
</style>
border-color css
<style>
span { border-color: #E5DFAF; }
span { border-color: rgb(229,223,175); }
td.TdClassName
{
border-color: #E5DFAF;
}
.TagClassName
{
border-color: #E5DFAF;
}
</style>