Shades of Mint Julep #DED89E
Tints of Mint Julep #DED89E
RGB
CMYK
RGB Variations
Color information
#DED89E (or 0xDED89E) is known color: Mint Julep. HEX triplet: DE, D8 and 9E. RGB value is (222,216,158). Sum of RGB (Red+Green+Blue) = 222+216+158=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DED89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED89E is #212761. Grayscale: #D3D3D3. Windows color (decimal): -2172770 or 10410206. OLE color: 10410206.
HSL color Cylindrical-coordinate representation of color #DED89E: hue angle of 54.38º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DED89E is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 158 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.13 |
| HSL | 54.38º | 0.49% | 0.75% | - |
| HSV(B) | 54.38º | 0.29% | 0.87% | - |
| XYZ | 60.85 | 67.11 | 42.09 | - |
| YUV | 211.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 158 | 0 | 0.03 | 0.29 | 0.13 | 54.38 | 0.49 | 0.75 |
| Hex | DE | D8 | 9E | 0 | 3 | 1D | D | 36 | 31 | 4B |
| Octal | 336 | 330 | 236 | 0 | 3 | 35 | 15 | 66 | 61 | 113 |
| Binary | 11011110 | 11011000 | 10011110 | 0 | 11 | 11101 | 1101 | 110110 | 110001 | 1001011 |
Color Harmonies of #DED89E
Complementary color
Monochromatic Colors of #DED89E
Black with #DED89E
Text Example
Text Example
White with #DED89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED89E; }
p { color: rgb(222,216,158); }
H1.HeaderClassName
{
color: #DED89E;
}
.AnyTagClassName
{
color: #DED89E;
}
</style>
background-color css
<style>
a { background-color: #DED89E; }
a { background-color: rgb(222,216,158); }
div.DivClassName
{
background-color: #DED89E;
}
.BgClassName
{
background-color: #DED89E;
}
</style>
border-color css
<style>
span { border-color: #DED89E; }
span { border-color: rgb(222,216,158); }
td.TdClassName
{
border-color: #DED89E;
}
.TagClassName
{
border-color: #DED89E;
}
</style>