Shades of Mint Julep #DBDD9D
Tints of Mint Julep #DBDD9D
RGB
CMYK
RGB Variations
Color information
#DBDD9D (or 0xDBDD9D) is known color: Mint Julep. HEX triplet: DB, DD and 9D. RGB value is (219,221,157). Sum of RGB (Red+Green+Blue) = 219+221+157=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD9D is #242262. Grayscale: #D5D5D5. Windows color (decimal): -2368099 or 10345947. OLE color: 10345947.
HSL color Cylindrical-coordinate representation of color #DBDD9D: hue angle of 61.88º 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 #DBDD9D is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 157 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.13 |
| HSL | 61.88º | 0.48% | 0.74% | - |
| HSV(B) | 61.88º | 0.29% | 0.87% | - |
| XYZ | 61.16 | 69.21 | 42.03 | - |
| YUV | 213.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 157 | 0.01 | 0 | 0.29 | 0.13 | 61.88 | 0.48 | 0.74 |
| Hex | DB | DD | 9D | 1 | 0 | 1D | D | 3E | 30 | 4A |
| Octal | 333 | 335 | 235 | 1 | 0 | 35 | 15 | 76 | 60 | 112 |
| Binary | 11011011 | 11011101 | 10011101 | 1 | 0 | 11101 | 1101 | 111110 | 110000 | 1001010 |
Color Harmonies of #DBDD9D
Complementary color
Monochromatic Colors of #DBDD9D
Black with #DBDD9D
Text Example
Text Example
White with #DBDD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD9D; }
p { color: rgb(219,221,157); }
H1.HeaderClassName
{
color: #DBDD9D;
}
.AnyTagClassName
{
color: #DBDD9D;
}
</style>
background-color css
<style>
a { background-color: #DBDD9D; }
a { background-color: rgb(219,221,157); }
div.DivClassName
{
background-color: #DBDD9D;
}
.BgClassName
{
background-color: #DBDD9D;
}
</style>
border-color css
<style>
span { border-color: #DBDD9D; }
span { border-color: rgb(219,221,157); }
td.TdClassName
{
border-color: #DBDD9D;
}
.TagClassName
{
border-color: #DBDD9D;
}
</style>