Shades of Mint Julep #DBDD9E
Tints of Mint Julep #DBDD9E
RGB
CMYK
RGB Variations
Color information
#DBDD9E (or 0xDBDD9E) is known color: Mint Julep. HEX triplet: DB, DD and 9E. RGB value is (219,221,158). Sum of RGB (Red+Green+Blue) = 219+221+158=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD9E is #242261. Grayscale: #D5D5D5. Windows color (decimal): -2368098 or 10411483. OLE color: 10411483.
HSL color Cylindrical-coordinate representation of color #DBDD9E: hue angle of 61.9º degrees, saturation: 0.48, 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 #DBDD9E is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 158 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.13 |
| HSL | 61.9º | 0.48% | 0.74% | - |
| HSV(B) | 61.9º | 0.29% | 0.87% | - |
| XYZ | 61.24 | 69.24 | 42.48 | - |
| YUV | 213.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 158 | 0.01 | 0 | 0.29 | 0.13 | 61.9 | 0.48 | 0.74 |
| Hex | DB | DD | 9E | 1 | 0 | 1D | D | 3E | 30 | 4A |
| Octal | 333 | 335 | 236 | 1 | 0 | 35 | 15 | 76 | 60 | 112 |
| Binary | 11011011 | 11011101 | 10011110 | 1 | 0 | 11101 | 1101 | 111110 | 110000 | 1001010 |
Color Harmonies of #DBDD9E
Complementary color
Monochromatic Colors of #DBDD9E
Black with #DBDD9E
Text Example
Text Example
White with #DBDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD9E; }
p { color: rgb(219,221,158); }
H1.HeaderClassName
{
color: #DBDD9E;
}
.AnyTagClassName
{
color: #DBDD9E;
}
</style>
background-color css
<style>
a { background-color: #DBDD9E; }
a { background-color: rgb(219,221,158); }
div.DivClassName
{
background-color: #DBDD9E;
}
.BgClassName
{
background-color: #DBDD9E;
}
</style>
border-color css
<style>
span { border-color: #DBDD9E; }
span { border-color: rgb(219,221,158); }
td.TdClassName
{
border-color: #DBDD9E;
}
.TagClassName
{
border-color: #DBDD9E;
}
</style>