Shades of Mint Julep #DBDDA0
Tints of Mint Julep #DBDDA0
RGB
CMYK
RGB Variations
Color information
#DBDDA0 (or 0xDBDDA0) is known color: Mint Julep. HEX triplet: DB, DD and A0. RGB value is (219,221,160). Sum of RGB (Red+Green+Blue) = 219+221+160=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDA0 is #24225F. Grayscale: #D5D5D5. Windows color (decimal): -2368096 or 10542555. OLE color: 10542555.
HSL color Cylindrical-coordinate representation of color #DBDDA0: hue angle of 61.97º degrees, saturation: 0.47, 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 #DBDDA0 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 160 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.13 |
| HSL | 61.97º | 0.47% | 0.75% | - |
| HSV(B) | 61.97º | 0.28% | 0.87% | - |
| XYZ | 61.42 | 69.31 | 43.4 | - |
| YUV | 213.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 160 | 0.01 | 0 | 0.28 | 0.13 | 61.97 | 0.47 | 0.75 |
| Hex | DB | DD | A0 | 1 | 0 | 1C | D | 3E | 2F | 4B |
| Octal | 333 | 335 | 240 | 1 | 0 | 34 | 15 | 76 | 57 | 113 |
| Binary | 11011011 | 11011101 | 10100000 | 1 | 0 | 11100 | 1101 | 111110 | 101111 | 1001011 |
Color Harmonies of #DBDDA0
Complementary color
Monochromatic Colors of #DBDDA0
Black with #DBDDA0
Text Example
Text Example
White with #DBDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDA0; }
p { color: rgb(219,221,160); }
H1.HeaderClassName
{
color: #DBDDA0;
}
.AnyTagClassName
{
color: #DBDDA0;
}
</style>
background-color css
<style>
a { background-color: #DBDDA0; }
a { background-color: rgb(219,221,160); }
div.DivClassName
{
background-color: #DBDDA0;
}
.BgClassName
{
background-color: #DBDDA0;
}
</style>
border-color css
<style>
span { border-color: #DBDDA0; }
span { border-color: rgb(219,221,160); }
td.TdClassName
{
border-color: #DBDDA0;
}
.TagClassName
{
border-color: #DBDDA0;
}
</style>