Shades of Mint Julep #DEDA9E
Tints of Mint Julep #DEDA9E
RGB
CMYK
RGB Variations
Color information
#DEDA9E (or 0xDEDA9E) is known color: Mint Julep. HEX triplet: DE, DA and 9E. RGB value is (222,218,158). Sum of RGB (Red+Green+Blue) = 222+218+158=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA9E is #212561. Grayscale: #D4D4D4. Windows color (decimal): -2172258 or 10410718. OLE color: 10410718.
HSL color Cylindrical-coordinate representation of color #DEDA9E: hue angle of 56.25º 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 #DEDA9E is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 158 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.13 |
| HSL | 56.25º | 0.49% | 0.75% | - |
| HSV(B) | 56.25º | 0.29% | 0.87% | - |
| XYZ | 61.37 | 68.14 | 42.27 | - |
| YUV | 212.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 158 | 0 | 0.02 | 0.29 | 0.13 | 56.25 | 0.49 | 0.75 |
| Hex | DE | DA | 9E | 0 | 2 | 1D | D | 38 | 31 | 4B |
| Octal | 336 | 332 | 236 | 0 | 2 | 35 | 15 | 70 | 61 | 113 |
| Binary | 11011110 | 11011010 | 10011110 | 0 | 10 | 11101 | 1101 | 111000 | 110001 | 1001011 |
Color Harmonies of #DEDA9E
Complementary color
Monochromatic Colors of #DEDA9E
Black with #DEDA9E
Text Example
Text Example
White with #DEDA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA9E; }
p { color: rgb(222,218,158); }
H1.HeaderClassName
{
color: #DEDA9E;
}
.AnyTagClassName
{
color: #DEDA9E;
}
</style>
background-color css
<style>
a { background-color: #DEDA9E; }
a { background-color: rgb(222,218,158); }
div.DivClassName
{
background-color: #DEDA9E;
}
.BgClassName
{
background-color: #DEDA9E;
}
</style>
border-color css
<style>
span { border-color: #DEDA9E; }
span { border-color: rgb(222,218,158); }
td.TdClassName
{
border-color: #DEDA9E;
}
.TagClassName
{
border-color: #DEDA9E;
}
</style>