Shades of Mint Julep #E5DBAC
Tints of Mint Julep #E5DBAC
RGB
CMYK
RGB Variations
Color information
#E5DBAC (or 0xE5DBAC) is known color: Mint Julep. HEX triplet: E5, DB and AC. RGB value is (229,219,172). Sum of RGB (Red+Green+Blue) = 229+219+172=620 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.94% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DBAC is #1A2453. Grayscale: #D8D8D8. Windows color (decimal): -1713236 or 11328485. OLE color: 11328485.
HSL color Cylindrical-coordinate representation of color #E5DBAC: hue angle of 49.47º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5DBAC is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 172 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.10 |
| HSL | 49.47º | 0.52% | 0.79% | - |
| HSV(B) | 49.47º | 0.25% | 0.9% | - |
| XYZ | 65.09 | 70.3 | 49.17 | - |
| YUV | 216.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 172 | 0 | 0.04 | 0.25 | 0.10 | 49.47 | 0.52 | 0.79 |
| Hex | E5 | DB | AC | 0 | 4 | 19 | A | 31 | 34 | 4F |
| Octal | 345 | 333 | 254 | 0 | 4 | 31 | 12 | 61 | 64 | 117 |
| Binary | 11100101 | 11011011 | 10101100 | 0 | 100 | 11001 | 1010 | 110001 | 110100 | 1001111 |
Color Harmonies of #E5DBAC
Complementary color
Monochromatic Colors of #E5DBAC
Black with #E5DBAC
Text Example
Text Example
White with #E5DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBAC; }
p { color: rgb(229,219,172); }
H1.HeaderClassName
{
color: #E5DBAC;
}
.AnyTagClassName
{
color: #E5DBAC;
}
</style>
background-color css
<style>
a { background-color: #E5DBAC; }
a { background-color: rgb(229,219,172); }
div.DivClassName
{
background-color: #E5DBAC;
}
.BgClassName
{
background-color: #E5DBAC;
}
</style>
border-color css
<style>
span { border-color: #E5DBAC; }
span { border-color: rgb(229,219,172); }
td.TdClassName
{
border-color: #E5DBAC;
}
.TagClassName
{
border-color: #E5DBAC;
}
</style>