Shades of Mint Julep #DBDDA2
Tints of Mint Julep #DBDDA2
RGB
CMYK
RGB Variations
Color information
#DBDDA2 (or 0xDBDDA2) is known color: Mint Julep. HEX triplet: DB, DD and A2. RGB value is (219,221,162). Sum of RGB (Red+Green+Blue) = 219+221+162=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDA2 is #24225D. Grayscale: #D5D5D5. Windows color (decimal): -2368094 or 10673627. OLE color: 10673627.
HSL color Cylindrical-coordinate representation of color #DBDDA2: hue angle of 62.03º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBDDA2 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 162 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.13 |
| HSL | 62.03º | 0.46% | 0.75% | - |
| HSV(B) | 62.03º | 0.27% | 0.87% | - |
| XYZ | 61.59 | 69.38 | 44.33 | - |
| YUV | 213.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 162 | 0.01 | 0 | 0.27 | 0.13 | 62.03 | 0.46 | 0.75 |
| Hex | DB | DD | A2 | 1 | 0 | 1B | D | 3E | 2E | 4B |
| Octal | 333 | 335 | 242 | 1 | 0 | 33 | 15 | 76 | 56 | 113 |
| Binary | 11011011 | 11011101 | 10100010 | 1 | 0 | 11011 | 1101 | 111110 | 101110 | 1001011 |
Color Harmonies of #DBDDA2
Complementary color
Monochromatic Colors of #DBDDA2
Black with #DBDDA2
Text Example
Text Example
White with #DBDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDA2; }
p { color: rgb(219,221,162); }
H1.HeaderClassName
{
color: #DBDDA2;
}
.AnyTagClassName
{
color: #DBDDA2;
}
</style>
background-color css
<style>
a { background-color: #DBDDA2; }
a { background-color: rgb(219,221,162); }
div.DivClassName
{
background-color: #DBDDA2;
}
.BgClassName
{
background-color: #DBDDA2;
}
</style>
border-color css
<style>
span { border-color: #DBDDA2; }
span { border-color: rgb(219,221,162); }
td.TdClassName
{
border-color: #DBDDA2;
}
.TagClassName
{
border-color: #DBDDA2;
}
</style>