Shades of Mint Julep #DEDC9C
Tints of Mint Julep #DEDC9C
RGB
CMYK
RGB Variations
Color information
#DEDC9C (or 0xDEDC9C) is known color: Mint Julep. HEX triplet: DE, DC and 9C. RGB value is (222,220,156). Sum of RGB (Red+Green+Blue) = 222+220+156=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC9C is #212363. Grayscale: #D5D5D5. Windows color (decimal): -2171748 or 10280158. OLE color: 10280158.
HSL color Cylindrical-coordinate representation of color #DEDC9C: hue angle of 58.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEDC9C is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 156 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.13 |
| HSL | 58.18º | 0.5% | 0.74% | - |
| HSV(B) | 58.18º | 0.3% | 0.87% | - |
| XYZ | 61.72 | 69.12 | 41.54 | - |
| YUV | 213.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 156 | 0 | 0.01 | 0.30 | 0.13 | 58.18 | 0.5 | 0.74 |
| Hex | DE | DC | 9C | 0 | 1 | 1E | D | 3A | 32 | 4A |
| Octal | 336 | 334 | 234 | 0 | 1 | 36 | 15 | 72 | 62 | 112 |
| Binary | 11011110 | 11011100 | 10011100 | 0 | 1 | 11110 | 1101 | 111010 | 110010 | 1001010 |
Color Harmonies of #DEDC9C
Complementary color
Monochromatic Colors of #DEDC9C
Black with #DEDC9C
Text Example
Text Example
White with #DEDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC9C; }
p { color: rgb(222,220,156); }
H1.HeaderClassName
{
color: #DEDC9C;
}
.AnyTagClassName
{
color: #DEDC9C;
}
</style>
background-color css
<style>
a { background-color: #DEDC9C; }
a { background-color: rgb(222,220,156); }
div.DivClassName
{
background-color: #DEDC9C;
}
.BgClassName
{
background-color: #DEDC9C;
}
</style>
border-color css
<style>
span { border-color: #DEDC9C; }
span { border-color: rgb(222,220,156); }
td.TdClassName
{
border-color: #DEDC9C;
}
.TagClassName
{
border-color: #DEDC9C;
}
</style>