Shades of Mint Julep #DBDAAA
Tints of Mint Julep #DBDAAA
RGB
CMYK
RGB Variations
Color information
#DBDAAA (or 0xDBDAAA) is known color: Mint Julep. HEX triplet: DB, DA and AA. RGB value is (219,218,170). Sum of RGB (Red+Green+Blue) = 219+218+170=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAAA is #242555. Grayscale: #D5D5D5. Windows color (decimal): -2368854 or 11197147. OLE color: 11197147.
HSL color Cylindrical-coordinate representation of color #DBDAAA: hue angle of 58.78º 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 #DBDAAA is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 170 | - |
CMYK | 0 | 0.00 | 0.22 | 0.14 |
HSL | 58.78º | 0.4% | 0.76% | - |
HSV(B) | 58.78º | 0.22% | 0.86% | - |
XYZ | 61.54 | 68.11 | 47.93 | - |
YUV | 212.83 | 103.83 | 132.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 170 | 0 | 0.00 | 0.22 | 0.14 | 58.78 | 0.4 | 0.76 |
Hex | DB | DA | AA | 0 | 0 | 16 | E | 3B | 28 | 4C |
Octal | 333 | 332 | 252 | 0 | 0 | 26 | 16 | 73 | 50 | 114 |
Binary | 11011011 | 11011010 | 10101010 | 0 | 0 | 10110 | 1110 | 111011 | 101000 | 1001100 |
Color Harmonies of #DBDAAA
Complementary color
Monochromatic Colors of #DBDAAA
Black with #DBDAAA
Text Example
Text Example
White with #DBDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAAA; }
p { color: rgb(219,218,170); }
H1.HeaderClassName
{
color: #DBDAAA;
}
.AnyTagClassName
{
color: #DBDAAA;
}
</style>
background-color css
<style>
a { background-color: #DBDAAA; }
a { background-color: rgb(219,218,170); }
div.DivClassName
{
background-color: #DBDAAA;
}
.BgClassName
{
background-color: #DBDAAA;
}
</style>
border-color css
<style>
span { border-color: #DBDAAA; }
span { border-color: rgb(219,218,170); }
td.TdClassName
{
border-color: #DBDAAA;
}
.TagClassName
{
border-color: #DBDAAA;
}
</style>