Shades of Mint Julep #DEDB9F
Tints of Mint Julep #DEDB9F
RGB
CMYK
RGB Variations
Color information
#DEDB9F (or 0xDEDB9F) is known color: Mint Julep. HEX triplet: DE, DB and 9F. RGB value is (222,219,159). Sum of RGB (Red+Green+Blue) = 222+219+159=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB9F is #212460. Grayscale: #D5D5D5. Windows color (decimal): -2172001 or 10476510. OLE color: 10476510.
HSL color Cylindrical-coordinate representation of color #DEDB9F: hue angle of 57.14º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEDB9F is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 159 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.13 |
| HSL | 57.14º | 0.49% | 0.75% | - |
| HSV(B) | 57.14º | 0.28% | 0.87% | - |
| XYZ | 61.71 | 68.7 | 42.81 | - |
| YUV | 213.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 159 | 0 | 0.01 | 0.28 | 0.13 | 57.14 | 0.49 | 0.75 |
| Hex | DE | DB | 9F | 0 | 1 | 1C | D | 39 | 31 | 4B |
| Octal | 336 | 333 | 237 | 0 | 1 | 34 | 15 | 71 | 61 | 113 |
| Binary | 11011110 | 11011011 | 10011111 | 0 | 1 | 11100 | 1101 | 111001 | 110001 | 1001011 |
Color Harmonies of #DEDB9F
Complementary color
Monochromatic Colors of #DEDB9F
Black with #DEDB9F
Text Example
Text Example
White with #DEDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB9F; }
p { color: rgb(222,219,159); }
H1.HeaderClassName
{
color: #DEDB9F;
}
.AnyTagClassName
{
color: #DEDB9F;
}
</style>
background-color css
<style>
a { background-color: #DEDB9F; }
a { background-color: rgb(222,219,159); }
div.DivClassName
{
background-color: #DEDB9F;
}
.BgClassName
{
background-color: #DEDB9F;
}
</style>
border-color css
<style>
span { border-color: #DEDB9F; }
span { border-color: rgb(222,219,159); }
td.TdClassName
{
border-color: #DEDB9F;
}
.TagClassName
{
border-color: #DEDB9F;
}
</style>