Shades of Mint Julep #DEDB9C
Tints of Mint Julep #DEDB9C
RGB
CMYK
RGB Variations
Color information
#DEDB9C (or 0xDEDB9C) is known color: Mint Julep. HEX triplet: DE, DB and 9C. RGB value is (222,219,156). Sum of RGB (Red+Green+Blue) = 222+219+156=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 156 (61.33% from 255 or 26.13% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB9C is #212463. Grayscale: #D4D4D4. Windows color (decimal): -2172004 or 10279902. OLE color: 10279902.
HSL color Cylindrical-coordinate representation of color #DEDB9C: hue angle of 57.27º 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 #DEDB9C is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 156 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.13 |
| HSL | 57.27º | 0.5% | 0.74% | - |
| HSV(B) | 57.27º | 0.3% | 0.87% | - |
| XYZ | 61.46 | 68.59 | 41.45 | - |
| YUV | 212.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 156 | 0 | 0.01 | 0.30 | 0.13 | 57.27 | 0.5 | 0.74 |
| Hex | DE | DB | 9C | 0 | 1 | 1E | D | 39 | 32 | 4A |
| Octal | 336 | 333 | 234 | 0 | 1 | 36 | 15 | 71 | 62 | 112 |
| Binary | 11011110 | 11011011 | 10011100 | 0 | 1 | 11110 | 1101 | 111001 | 110010 | 1001010 |
Color Harmonies of #DEDB9C
Complementary color
Monochromatic Colors of #DEDB9C
Black with #DEDB9C
Text Example
Text Example
White with #DEDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB9C; }
p { color: rgb(222,219,156); }
H1.HeaderClassName
{
color: #DEDB9C;
}
.AnyTagClassName
{
color: #DEDB9C;
}
</style>
background-color css
<style>
a { background-color: #DEDB9C; }
a { background-color: rgb(222,219,156); }
div.DivClassName
{
background-color: #DEDB9C;
}
.BgClassName
{
background-color: #DEDB9C;
}
</style>
border-color css
<style>
span { border-color: #DEDB9C; }
span { border-color: rgb(222,219,156); }
td.TdClassName
{
border-color: #DEDB9C;
}
.TagClassName
{
border-color: #DEDB9C;
}
</style>