Shades of Mint Julep #E6DEAF
Tints of Mint Julep #E6DEAF
RGB
CMYK
RGB Variations
Color information
#E6DEAF (or 0xE6DEAF) is known color: Mint Julep. HEX triplet: E6, DE and AF. RGB value is (230,222,175). Sum of RGB (Red+Green+Blue) = 230+222+175=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DEAF is #192150. Grayscale: #DBDBDB. Windows color (decimal): -1646929 or 11525862. OLE color: 11525862.
HSL color Cylindrical-coordinate representation of color #E6DEAF: hue angle of 51.27º degrees, saturation: 0.52, 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 #E6DEAF is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 175 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.10 |
| HSL | 51.27º | 0.52% | 0.79% | - |
| HSV(B) | 51.27º | 0.24% | 0.9% | - |
| XYZ | 66.49 | 72.16 | 50.98 | - |
| YUV | 219.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 175 | 0 | 0.03 | 0.24 | 0.10 | 51.27 | 0.52 | 0.79 |
| Hex | E6 | DE | AF | 0 | 3 | 18 | A | 33 | 34 | 4F |
| Octal | 346 | 336 | 257 | 0 | 3 | 30 | 12 | 63 | 64 | 117 |
| Binary | 11100110 | 11011110 | 10101111 | 0 | 11 | 11000 | 1010 | 110011 | 110100 | 1001111 |
Color Harmonies of #E6DEAF
Complementary color
Monochromatic Colors of #E6DEAF
Black with #E6DEAF
Text Example
Text Example
White with #E6DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEAF; }
p { color: rgb(230,222,175); }
H1.HeaderClassName
{
color: #E6DEAF;
}
.AnyTagClassName
{
color: #E6DEAF;
}
</style>
background-color css
<style>
a { background-color: #E6DEAF; }
a { background-color: rgb(230,222,175); }
div.DivClassName
{
background-color: #E6DEAF;
}
.BgClassName
{
background-color: #E6DEAF;
}
</style>
border-color css
<style>
span { border-color: #E6DEAF; }
span { border-color: rgb(230,222,175); }
td.TdClassName
{
border-color: #E6DEAF;
}
.TagClassName
{
border-color: #E6DEAF;
}
</style>