Shades of Mint Julep #DEDB9D
Tints of Mint Julep #DEDB9D
RGB
CMYK
RGB Variations
Color information
#DEDB9D (or 0xDEDB9D) is known color: Mint Julep. HEX triplet: DE, DB and 9D. RGB value is (222,219,157). Sum of RGB (Red+Green+Blue) = 222+219+157=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB9D is #212462. Grayscale: #D5D5D5. Windows color (decimal): -2172003 or 10345438. OLE color: 10345438.
HSL color Cylindrical-coordinate representation of color #DEDB9D: hue angle of 57.23º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEDB9D is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 157 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.13 |
| HSL | 57.23º | 0.5% | 0.74% | - |
| HSV(B) | 57.23º | 0.29% | 0.87% | - |
| XYZ | 61.54 | 68.63 | 41.9 | - |
| YUV | 212.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 157 | 0 | 0.01 | 0.29 | 0.13 | 57.23 | 0.5 | 0.74 |
| Hex | DE | DB | 9D | 0 | 1 | 1D | D | 39 | 32 | 4A |
| Octal | 336 | 333 | 235 | 0 | 1 | 35 | 15 | 71 | 62 | 112 |
| Binary | 11011110 | 11011011 | 10011101 | 0 | 1 | 11101 | 1101 | 111001 | 110010 | 1001010 |
Color Harmonies of #DEDB9D
Complementary color
Monochromatic Colors of #DEDB9D
Black with #DEDB9D
Text Example
Text Example
White with #DEDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB9D; }
p { color: rgb(222,219,157); }
H1.HeaderClassName
{
color: #DEDB9D;
}
.AnyTagClassName
{
color: #DEDB9D;
}
</style>
background-color css
<style>
a { background-color: #DEDB9D; }
a { background-color: rgb(222,219,157); }
div.DivClassName
{
background-color: #DEDB9D;
}
.BgClassName
{
background-color: #DEDB9D;
}
</style>
border-color css
<style>
span { border-color: #DEDB9D; }
span { border-color: rgb(222,219,157); }
td.TdClassName
{
border-color: #DEDB9D;
}
.TagClassName
{
border-color: #DEDB9D;
}
</style>