Shades of Mint Julep #E2DDA8
Tints of Mint Julep #E2DDA8
RGB
CMYK
RGB Variations
Color information
#E2DDA8 (or 0xE2DDA8) is known color: Mint Julep. HEX triplet: E2, DD and A8. RGB value is (226,221,168). Sum of RGB (Red+Green+Blue) = 226+221+168=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 168 (66.02% from 255 or 27.32% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DDA8 is #1D2257. Grayscale: #D8D8D8. Windows color (decimal): -1909336 or 11066850. OLE color: 11066850.
HSL color Cylindrical-coordinate representation of color #E2DDA8: hue angle of 54.83º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2DDA8 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 168 | - |
CMYK | 0 | 0.02 | 0.26 | 0.11 |
HSL | 54.83º | 0.5% | 0.77% | - |
HSV(B) | 54.83º | 0.26% | 0.89% | - |
XYZ | 64.29 | 70.71 | 47.31 | - |
YUV | 216.45 | 100.66 | 134.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 168 | 0 | 0.02 | 0.26 | 0.11 | 54.83 | 0.5 | 0.77 |
Hex | E2 | DD | A8 | 0 | 2 | 1A | B | 37 | 32 | 4D |
Octal | 342 | 335 | 250 | 0 | 2 | 32 | 13 | 67 | 62 | 115 |
Binary | 11100010 | 11011101 | 10101000 | 0 | 10 | 11010 | 1011 | 110111 | 110010 | 1001101 |
Color Harmonies of #E2DDA8
Complementary color
Monochromatic Colors of #E2DDA8
Black with #E2DDA8
Text Example
Text Example
White with #E2DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDA8; }
p { color: rgb(226,221,168); }
H1.HeaderClassName
{
color: #E2DDA8;
}
.AnyTagClassName
{
color: #E2DDA8;
}
</style>
background-color css
<style>
a { background-color: #E2DDA8; }
a { background-color: rgb(226,221,168); }
div.DivClassName
{
background-color: #E2DDA8;
}
.BgClassName
{
background-color: #E2DDA8;
}
</style>
border-color css
<style>
span { border-color: #E2DDA8; }
span { border-color: rgb(226,221,168); }
td.TdClassName
{
border-color: #E2DDA8;
}
.TagClassName
{
border-color: #E2DDA8;
}
</style>