Shades of Mint Julep #DBDE9E
Tints of Mint Julep #DBDE9E
RGB
CMYK
RGB Variations
Color information
#DBDE9E (or 0xDBDE9E) is known color: Mint Julep. HEX triplet: DB, DE and 9E. RGB value is (219,222,158). Sum of RGB (Red+Green+Blue) = 219+222+158=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE9E is #242161. Grayscale: #D6D6D6. Windows color (decimal): -2367842 or 10411739. OLE color: 10411739.
HSL color Cylindrical-coordinate representation of color #DBDE9E: hue angle of 62.81º degrees, saturation: 0.49, 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 #DBDE9E is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 158 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.13 |
| HSL | 62.81º | 0.49% | 0.75% | - |
| HSV(B) | 62.81º | 0.29% | 0.87% | - |
| XYZ | 61.51 | 69.77 | 42.57 | - |
| YUV | 213.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 158 | 0.01 | 0 | 0.29 | 0.13 | 62.81 | 0.49 | 0.75 |
| Hex | DB | DE | 9E | 1 | 0 | 1D | D | 3F | 31 | 4B |
| Octal | 333 | 336 | 236 | 1 | 0 | 35 | 15 | 77 | 61 | 113 |
| Binary | 11011011 | 11011110 | 10011110 | 1 | 0 | 11101 | 1101 | 111111 | 110001 | 1001011 |
Color Harmonies of #DBDE9E
Complementary color
Monochromatic Colors of #DBDE9E
Black with #DBDE9E
Text Example
Text Example
White with #DBDE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE9E; }
p { color: rgb(219,222,158); }
H1.HeaderClassName
{
color: #DBDE9E;
}
.AnyTagClassName
{
color: #DBDE9E;
}
</style>
background-color css
<style>
a { background-color: #DBDE9E; }
a { background-color: rgb(219,222,158); }
div.DivClassName
{
background-color: #DBDE9E;
}
.BgClassName
{
background-color: #DBDE9E;
}
</style>
border-color css
<style>
span { border-color: #DBDE9E; }
span { border-color: rgb(219,222,158); }
td.TdClassName
{
border-color: #DBDE9E;
}
.TagClassName
{
border-color: #DBDE9E;
}
</style>