Shades of Mint Julep #DBDF9E
Tints of Mint Julep #DBDF9E
RGB
CMYK
RGB Variations
Color information
#DBDF9E (or 0xDBDF9E) is known color: Mint Julep. HEX triplet: DB, DF and 9E. RGB value is (219,223,158). Sum of RGB (Red+Green+Blue) = 219+223+158=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF9E is #242061. Grayscale: #D6D6D6. Windows color (decimal): -2367586 or 10411995. OLE color: 10411995.
HSL color Cylindrical-coordinate representation of color #DBDF9E: hue angle of 63.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBDF9E is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 158 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.13 |
| HSL | 63.69º | 0.5% | 0.75% | - |
| HSV(B) | 63.69º | 0.29% | 0.87% | - |
| XYZ | 61.77 | 70.3 | 42.66 | - |
| YUV | 214.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 158 | 0.02 | 0 | 0.29 | 0.13 | 63.69 | 0.5 | 0.75 |
| Hex | DB | DF | 9E | 2 | 0 | 1D | D | 40 | 32 | 4B |
| Octal | 333 | 337 | 236 | 2 | 0 | 35 | 15 | 100 | 62 | 113 |
| Binary | 11011011 | 11011111 | 10011110 | 10 | 0 | 11101 | 1101 | 1000000 | 110010 | 1001011 |
Color Harmonies of #DBDF9E
Complementary color
Monochromatic Colors of #DBDF9E
Black with #DBDF9E
Text Example
Text Example
White with #DBDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF9E; }
p { color: rgb(219,223,158); }
H1.HeaderClassName
{
color: #DBDF9E;
}
.AnyTagClassName
{
color: #DBDF9E;
}
</style>
background-color css
<style>
a { background-color: #DBDF9E; }
a { background-color: rgb(219,223,158); }
div.DivClassName
{
background-color: #DBDF9E;
}
.BgClassName
{
background-color: #DBDF9E;
}
</style>
border-color css
<style>
span { border-color: #DBDF9E; }
span { border-color: rgb(219,223,158); }
td.TdClassName
{
border-color: #DBDF9E;
}
.TagClassName
{
border-color: #DBDF9E;
}
</style>