Shades of Mint Julep #DBDBAB
Tints of Mint Julep #DBDBAB
RGB
CMYK
RGB Variations
Color information
#DBDBAB (or 0xDBDBAB) is known color: Mint Julep. HEX triplet: DB, DB and AB. RGB value is (219,219,171). Sum of RGB (Red+Green+Blue) = 219+219+171=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBAB is #242454. Grayscale: #D5D5D5. Windows color (decimal): -2368597 or 11262939. OLE color: 11262939.
HSL color Cylindrical-coordinate representation of color #DBDBAB: hue angle of 60º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBDBAB is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 171 | - |
| CMYK | 0 | 0 | 0.22 | 0.14 |
| HSL | 60º | 0.4% | 0.76% | - |
| HSV(B) | 60º | 0.22% | 0.86% | - |
| XYZ | 61.9 | 68.66 | 48.52 | - |
| YUV | 213.53 | 104 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 171 | 0 | 0 | 0.22 | 0.14 | 60 | 0.4 | 0.76 |
| Hex | DB | DB | AB | 0 | 0 | 16 | E | 3C | 28 | 4C |
| Octal | 333 | 333 | 253 | 0 | 0 | 26 | 16 | 74 | 50 | 114 |
| Binary | 11011011 | 11011011 | 10101011 | 0 | 0 | 10110 | 1110 | 111100 | 101000 | 1001100 |
Color Harmonies of #DBDBAB
Complementary color
Monochromatic Colors of #DBDBAB
Black with #DBDBAB
Text Example
Text Example
White with #DBDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBAB; }
p { color: rgb(219,219,171); }
H1.HeaderClassName
{
color: #DBDBAB;
}
.AnyTagClassName
{
color: #DBDBAB;
}
</style>
background-color css
<style>
a { background-color: #DBDBAB; }
a { background-color: rgb(219,219,171); }
div.DivClassName
{
background-color: #DBDBAB;
}
.BgClassName
{
background-color: #DBDBAB;
}
</style>
border-color css
<style>
span { border-color: #DBDBAB; }
span { border-color: rgb(219,219,171); }
td.TdClassName
{
border-color: #DBDBAB;
}
.TagClassName
{
border-color: #DBDBAB;
}
</style>