Shades of Mint Julep #DEDC9E
Tints of Mint Julep #DEDC9E
RGB
CMYK
RGB Variations
Color information
#DEDC9E (or 0xDEDC9E) is known color: Mint Julep. HEX triplet: DE, DC and 9E. RGB value is (222,220,158). Sum of RGB (Red+Green+Blue) = 222+220+158=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC9E is #212361. Grayscale: #D5D5D5. Windows color (decimal): -2171746 or 10411230. OLE color: 10411230.
HSL color Cylindrical-coordinate representation of color #DEDC9E: hue angle of 58.12º 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 #DEDC9E is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 158 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.13 |
| HSL | 58.13º | 0.49% | 0.75% | - |
| HSV(B) | 58.13º | 0.29% | 0.87% | - |
| XYZ | 61.89 | 69.18 | 42.44 | - |
| YUV | 213.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 158 | 0 | 0.01 | 0.29 | 0.13 | 58.13 | 0.49 | 0.75 |
| Hex | DE | DC | 9E | 0 | 1 | 1D | D | 3A | 31 | 4B |
| Octal | 336 | 334 | 236 | 0 | 1 | 35 | 15 | 72 | 61 | 113 |
| Binary | 11011110 | 11011100 | 10011110 | 0 | 1 | 11101 | 1101 | 111010 | 110001 | 1001011 |
Color Harmonies of #DEDC9E
Complementary color
Monochromatic Colors of #DEDC9E
Black with #DEDC9E
Text Example
Text Example
White with #DEDC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC9E; }
p { color: rgb(222,220,158); }
H1.HeaderClassName
{
color: #DEDC9E;
}
.AnyTagClassName
{
color: #DEDC9E;
}
</style>
background-color css
<style>
a { background-color: #DEDC9E; }
a { background-color: rgb(222,220,158); }
div.DivClassName
{
background-color: #DEDC9E;
}
.BgClassName
{
background-color: #DEDC9E;
}
</style>
border-color css
<style>
span { border-color: #DEDC9E; }
span { border-color: rgb(222,220,158); }
td.TdClassName
{
border-color: #DEDC9E;
}
.TagClassName
{
border-color: #DEDC9E;
}
</style>