Shades of Mint Julep #DBDBAA
Tints of Mint Julep #DBDBAA
RGB
CMYK
RGB Variations
Color information
#DBDBAA (or 0xDBDBAA) is known color: Mint Julep. HEX triplet: DB, DB and AA. RGB value is (219,219,170). Sum of RGB (Red+Green+Blue) = 219+219+170=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBAA is #242455. Grayscale: #D5D5D5. Windows color (decimal): -2368598 or 11197403. OLE color: 11197403.
HSL color Cylindrical-coordinate representation of color #DBDBAA: 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 #DBDBAA is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 170 | - |
CMYK | 0 | 0 | 0.22 | 0.14 |
HSL | 60º | 0.4% | 0.76% | - |
HSV(B) | 60º | 0.22% | 0.86% | - |
XYZ | 61.8 | 68.63 | 48.02 | - |
YUV | 213.41 | 103.5 | 131.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 170 | 0 | 0 | 0.22 | 0.14 | 60 | 0.4 | 0.76 |
Hex | DB | DB | AA | 0 | 0 | 16 | E | 3C | 28 | 4C |
Octal | 333 | 333 | 252 | 0 | 0 | 26 | 16 | 74 | 50 | 114 |
Binary | 11011011 | 11011011 | 10101010 | 0 | 0 | 10110 | 1110 | 111100 | 101000 | 1001100 |
Color Harmonies of #DBDBAA
Complementary color
Monochromatic Colors of #DBDBAA
Black with #DBDBAA
Text Example
Text Example
White with #DBDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBAA; }
p { color: rgb(219,219,170); }
H1.HeaderClassName
{
color: #DBDBAA;
}
.AnyTagClassName
{
color: #DBDBAA;
}
</style>
background-color css
<style>
a { background-color: #DBDBAA; }
a { background-color: rgb(219,219,170); }
div.DivClassName
{
background-color: #DBDBAA;
}
.BgClassName
{
background-color: #DBDBAA;
}
</style>
border-color css
<style>
span { border-color: #DBDBAA; }
span { border-color: rgb(219,219,170); }
td.TdClassName
{
border-color: #DBDBAA;
}
.TagClassName
{
border-color: #DBDBAA;
}
</style>