Shades of Mint Julep #DBDAAB
Tints of Mint Julep #DBDAAB
RGB
CMYK
RGB Variations
Color information
#DBDAAB (or 0xDBDAAB) is known color: Mint Julep. HEX triplet: DB, DA and AB. RGB value is (219,218,171). Sum of RGB (Red+Green+Blue) = 219+218+171=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAAB is #242554. Grayscale: #D5D5D5. Windows color (decimal): -2368853 or 11262683. OLE color: 11262683.
HSL color Cylindrical-coordinate representation of color #DBDAAB: hue angle of 58.75º 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 #DBDAAB is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 171 | - |
CMYK | 0 | 0.00 | 0.22 | 0.14 |
HSL | 58.75º | 0.4% | 0.76% | - |
HSV(B) | 58.75º | 0.22% | 0.86% | - |
XYZ | 61.64 | 68.14 | 48.43 | - |
YUV | 212.94 | 104.33 | 132.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 171 | 0 | 0.00 | 0.22 | 0.14 | 58.75 | 0.4 | 0.76 |
Hex | DB | DA | AB | 0 | 0 | 16 | E | 3B | 28 | 4C |
Octal | 333 | 332 | 253 | 0 | 0 | 26 | 16 | 73 | 50 | 114 |
Binary | 11011011 | 11011010 | 10101011 | 0 | 0 | 10110 | 1110 | 111011 | 101000 | 1001100 |
Color Harmonies of #DBDAAB
Complementary color
Monochromatic Colors of #DBDAAB
Black with #DBDAAB
Text Example
Text Example
White with #DBDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAAB; }
p { color: rgb(219,218,171); }
H1.HeaderClassName
{
color: #DBDAAB;
}
.AnyTagClassName
{
color: #DBDAAB;
}
</style>
background-color css
<style>
a { background-color: #DBDAAB; }
a { background-color: rgb(219,218,171); }
div.DivClassName
{
background-color: #DBDAAB;
}
.BgClassName
{
background-color: #DBDAAB;
}
</style>
border-color css
<style>
span { border-color: #DBDAAB; }
span { border-color: rgb(219,218,171); }
td.TdClassName
{
border-color: #DBDAAB;
}
.TagClassName
{
border-color: #DBDAAB;
}
</style>