Shades of Mint Julep #E6DDAA
Tints of Mint Julep #E6DDAA
RGB
CMYK
RGB Variations
Color information
#E6DDAA (or 0xE6DDAA) is known color: Mint Julep. HEX triplet: E6, DD and AA. RGB value is (230,221,170). Sum of RGB (Red+Green+Blue) = 230+221+170=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DDAA is #192255. Grayscale: #DADADA. Windows color (decimal): -1647190 or 11197926. OLE color: 11197926.
HSL color Cylindrical-coordinate representation of color #E6DDAA: hue angle of 51º 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 #E6DDAA is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 170 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.10 |
| HSL | 51º | 0.55% | 0.78% | - |
| HSV(B) | 51º | 0.26% | 0.9% | - |
| XYZ | 65.75 | 71.44 | 48.35 | - |
| YUV | 217.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 170 | 0 | 0.04 | 0.26 | 0.10 | 51 | 0.55 | 0.78 |
| Hex | E6 | DD | AA | 0 | 4 | 1A | A | 33 | 37 | 4E |
| Octal | 346 | 335 | 252 | 0 | 4 | 32 | 12 | 63 | 67 | 116 |
| Binary | 11100110 | 11011101 | 10101010 | 0 | 100 | 11010 | 1010 | 110011 | 110111 | 1001110 |
Color Harmonies of #E6DDAA
Complementary color
Monochromatic Colors of #E6DDAA
Black with #E6DDAA
Text Example
Text Example
White with #E6DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDAA; }
p { color: rgb(230,221,170); }
H1.HeaderClassName
{
color: #E6DDAA;
}
.AnyTagClassName
{
color: #E6DDAA;
}
</style>
background-color css
<style>
a { background-color: #E6DDAA; }
a { background-color: rgb(230,221,170); }
div.DivClassName
{
background-color: #E6DDAA;
}
.BgClassName
{
background-color: #E6DDAA;
}
</style>
border-color css
<style>
span { border-color: #E6DDAA; }
span { border-color: rgb(230,221,170); }
td.TdClassName
{
border-color: #E6DDAA;
}
.TagClassName
{
border-color: #E6DDAA;
}
</style>