Shades of Mint Julep #E6DEAA
Tints of Mint Julep #E6DEAA
RGB
CMYK
RGB Variations
Color information
#E6DEAA (or 0xE6DEAA) is known color: Mint Julep. HEX triplet: E6, DE and AA. RGB value is (230,222,170). Sum of RGB (Red+Green+Blue) = 230+222+170=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DEAA is #192155. Grayscale: #DADADA. Windows color (decimal): -1646934 or 11198182. OLE color: 11198182.
HSL color Cylindrical-coordinate representation of color #E6DEAA: hue angle of 52º 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 #E6DEAA is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 170 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.10 |
| HSL | 52º | 0.55% | 0.78% | - |
| HSV(B) | 52º | 0.26% | 0.9% | - |
| XYZ | 66.01 | 71.97 | 48.44 | - |
| YUV | 218.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 170 | 0 | 0.03 | 0.26 | 0.10 | 52 | 0.55 | 0.78 |
| Hex | E6 | DE | AA | 0 | 3 | 1A | A | 34 | 37 | 4E |
| Octal | 346 | 336 | 252 | 0 | 3 | 32 | 12 | 64 | 67 | 116 |
| Binary | 11100110 | 11011110 | 10101010 | 0 | 11 | 11010 | 1010 | 110100 | 110111 | 1001110 |
Color Harmonies of #E6DEAA
Complementary color
Monochromatic Colors of #E6DEAA
Black with #E6DEAA
Text Example
Text Example
White with #E6DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEAA; }
p { color: rgb(230,222,170); }
H1.HeaderClassName
{
color: #E6DEAA;
}
.AnyTagClassName
{
color: #E6DEAA;
}
</style>
background-color css
<style>
a { background-color: #E6DEAA; }
a { background-color: rgb(230,222,170); }
div.DivClassName
{
background-color: #E6DEAA;
}
.BgClassName
{
background-color: #E6DEAA;
}
</style>
border-color css
<style>
span { border-color: #E6DEAA; }
span { border-color: rgb(230,222,170); }
td.TdClassName
{
border-color: #E6DEAA;
}
.TagClassName
{
border-color: #E6DEAA;
}
</style>