Shades of Mint Julep #E6DFAA
Tints of Mint Julep #E6DFAA
RGB
CMYK
RGB Variations
Color information
#E6DFAA (or 0xE6DFAA) is known color: Mint Julep. HEX triplet: E6, DF and AA. RGB value is (230,223,170). Sum of RGB (Red+Green+Blue) = 230+223+170=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DFAA is #192055. Grayscale: #DBDBDB. Windows color (decimal): -1646678 or 11198438. OLE color: 11198438.
HSL color Cylindrical-coordinate representation of color #E6DFAA: hue angle of 53º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6DFAA is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 170 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.10 |
| HSL | 53º | 0.55% | 0.78% | - |
| HSV(B) | 53º | 0.26% | 0.9% | - |
| XYZ | 66.28 | 72.5 | 48.53 | - |
| YUV | 219.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 170 | 0 | 0.03 | 0.26 | 0.10 | 53 | 0.55 | 0.78 |
| Hex | E6 | DF | AA | 0 | 3 | 1A | A | 35 | 37 | 4E |
| Octal | 346 | 337 | 252 | 0 | 3 | 32 | 12 | 65 | 67 | 116 |
| Binary | 11100110 | 11011111 | 10101010 | 0 | 11 | 11010 | 1010 | 110101 | 110111 | 1001110 |
Color Harmonies of #E6DFAA
Complementary color
Monochromatic Colors of #E6DFAA
Black with #E6DFAA
Text Example
Text Example
White with #E6DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFAA; }
p { color: rgb(230,223,170); }
H1.HeaderClassName
{
color: #E6DFAA;
}
.AnyTagClassName
{
color: #E6DFAA;
}
</style>
background-color css
<style>
a { background-color: #E6DFAA; }
a { background-color: rgb(230,223,170); }
div.DivClassName
{
background-color: #E6DFAA;
}
.BgClassName
{
background-color: #E6DFAA;
}
</style>
border-color css
<style>
span { border-color: #E6DFAA; }
span { border-color: rgb(230,223,170); }
td.TdClassName
{
border-color: #E6DFAA;
}
.TagClassName
{
border-color: #E6DFAA;
}
</style>