Shades of Mint Julep #E6DEAE
Tints of Mint Julep #E6DEAE
RGB
CMYK
RGB Variations
Color information
#E6DEAE (or 0xE6DEAE) is known color: Mint Julep. HEX triplet: E6, DE and AE. RGB value is (230,222,174). Sum of RGB (Red+Green+Blue) = 230+222+174=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DEAE is #192151. Grayscale: #DBDBDB. Windows color (decimal): -1646930 or 11460326. OLE color: 11460326.
HSL color Cylindrical-coordinate representation of color #E6DEAE: hue angle of 51.43º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6DEAE is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 174 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.10 |
| HSL | 51.43º | 0.53% | 0.79% | - |
| HSV(B) | 51.43º | 0.24% | 0.9% | - |
| XYZ | 66.39 | 72.12 | 50.47 | - |
| YUV | 218.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 174 | 0 | 0.03 | 0.24 | 0.10 | 51.43 | 0.53 | 0.79 |
| Hex | E6 | DE | AE | 0 | 3 | 18 | A | 33 | 35 | 4F |
| Octal | 346 | 336 | 256 | 0 | 3 | 30 | 12 | 63 | 65 | 117 |
| Binary | 11100110 | 11011110 | 10101110 | 0 | 11 | 11000 | 1010 | 110011 | 110101 | 1001111 |
Color Harmonies of #E6DEAE
Complementary color
Monochromatic Colors of #E6DEAE
Black with #E6DEAE
Text Example
Text Example
White with #E6DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEAE; }
p { color: rgb(230,222,174); }
H1.HeaderClassName
{
color: #E6DEAE;
}
.AnyTagClassName
{
color: #E6DEAE;
}
</style>
background-color css
<style>
a { background-color: #E6DEAE; }
a { background-color: rgb(230,222,174); }
div.DivClassName
{
background-color: #E6DEAE;
}
.BgClassName
{
background-color: #E6DEAE;
}
</style>
border-color css
<style>
span { border-color: #E6DEAE; }
span { border-color: rgb(230,222,174); }
td.TdClassName
{
border-color: #E6DEAE;
}
.TagClassName
{
border-color: #E6DEAE;
}
</style>