Shades of Mint Julep #DBDEA0
Tints of Mint Julep #DBDEA0
RGB
CMYK
RGB Variations
Color information
#DBDEA0 (or 0xDBDEA0) is known color: Mint Julep. HEX triplet: DB, DE and A0. RGB value is (219,222,160). Sum of RGB (Red+Green+Blue) = 219+222+160=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDEA0 is #24215F. Grayscale: #D6D6D6. Windows color (decimal): -2367840 or 10542811. OLE color: 10542811.
HSL color Cylindrical-coordinate representation of color #DBDEA0: hue angle of 62.9º degrees, saturation: 0.48, 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 #DBDEA0 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 160 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.13 |
| HSL | 62.9º | 0.48% | 0.75% | - |
| HSV(B) | 62.9º | 0.28% | 0.87% | - |
| XYZ | 61.68 | 69.84 | 43.49 | - |
| YUV | 214.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 160 | 0.01 | 0 | 0.28 | 0.13 | 62.9 | 0.48 | 0.75 |
| Hex | DB | DE | A0 | 1 | 0 | 1C | D | 3F | 30 | 4B |
| Octal | 333 | 336 | 240 | 1 | 0 | 34 | 15 | 77 | 60 | 113 |
| Binary | 11011011 | 11011110 | 10100000 | 1 | 0 | 11100 | 1101 | 111111 | 110000 | 1001011 |
Color Harmonies of #DBDEA0
Complementary color
Monochromatic Colors of #DBDEA0
Black with #DBDEA0
Text Example
Text Example
White with #DBDEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEA0; }
p { color: rgb(219,222,160); }
H1.HeaderClassName
{
color: #DBDEA0;
}
.AnyTagClassName
{
color: #DBDEA0;
}
</style>
background-color css
<style>
a { background-color: #DBDEA0; }
a { background-color: rgb(219,222,160); }
div.DivClassName
{
background-color: #DBDEA0;
}
.BgClassName
{
background-color: #DBDEA0;
}
</style>
border-color css
<style>
span { border-color: #DBDEA0; }
span { border-color: rgb(219,222,160); }
td.TdClassName
{
border-color: #DBDEA0;
}
.TagClassName
{
border-color: #DBDEA0;
}
</style>