Shades of Mint Julep #E6DFA2
Tints of Mint Julep #E6DFA2
RGB
CMYK
RGB Variations
Color information
#E6DFA2 (or 0xE6DFA2) is known color: Mint Julep. HEX triplet: E6, DF and A2. RGB value is (230,223,162). Sum of RGB (Red+Green+Blue) = 230+223+162=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 162 (63.67% from 255 or 26.34% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DFA2 is #19205D. Grayscale: #DADADA. Windows color (decimal): -1646686 or 10674150. OLE color: 10674150.
HSL color Cylindrical-coordinate representation of color #E6DFA2: hue angle of 53.82º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6DFA2 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 162 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.10 |
| HSL | 53.82º | 0.58% | 0.77% | - |
| HSV(B) | 53.82º | 0.3% | 0.9% | - |
| XYZ | 65.54 | 72.21 | 44.67 | - |
| YUV | 218.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 162 | 0 | 0.03 | 0.30 | 0.10 | 53.82 | 0.58 | 0.77 |
| Hex | E6 | DF | A2 | 0 | 3 | 1E | A | 36 | 3A | 4D |
| Octal | 346 | 337 | 242 | 0 | 3 | 36 | 12 | 66 | 72 | 115 |
| Binary | 11100110 | 11011111 | 10100010 | 0 | 11 | 11110 | 1010 | 110110 | 111010 | 1001101 |
Color Harmonies of #E6DFA2
Complementary color
Monochromatic Colors of #E6DFA2
Black with #E6DFA2
Text Example
Text Example
White with #E6DFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFA2; }
p { color: rgb(230,223,162); }
H1.HeaderClassName
{
color: #E6DFA2;
}
.AnyTagClassName
{
color: #E6DFA2;
}
</style>
background-color css
<style>
a { background-color: #E6DFA2; }
a { background-color: rgb(230,223,162); }
div.DivClassName
{
background-color: #E6DFA2;
}
.BgClassName
{
background-color: #E6DFA2;
}
</style>
border-color css
<style>
span { border-color: #E6DFA2; }
span { border-color: rgb(230,223,162); }
td.TdClassName
{
border-color: #E6DFA2;
}
.TagClassName
{
border-color: #E6DFA2;
}
</style>