Shades of Mint Julep #DBDAAC
Tints of Mint Julep #DBDAAC
RGB
CMYK
RGB Variations
Color information
#DBDAAC (or 0xDBDAAC) is known color: Mint Julep. HEX triplet: DB, DA and AC. RGB value is (219,218,172). Sum of RGB (Red+Green+Blue) = 219+218+172=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAAC is #242553. Grayscale: #D5D5D5. Windows color (decimal): -2368852 or 11328219. OLE color: 11328219.
HSL color Cylindrical-coordinate representation of color #DBDAAC: hue angle of 58.72º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBDAAC is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 172 | - |
CMYK | 0 | 0.00 | 0.21 | 0.14 |
HSL | 58.72º | 0.39% | 0.77% | - |
HSV(B) | 58.72º | 0.21% | 0.86% | - |
XYZ | 61.73 | 68.18 | 48.94 | - |
YUV | 213.06 | 104.83 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 172 | 0 | 0.00 | 0.21 | 0.14 | 58.72 | 0.39 | 0.77 |
Hex | DB | DA | AC | 0 | 0 | 15 | E | 3B | 27 | 4D |
Octal | 333 | 332 | 254 | 0 | 0 | 25 | 16 | 73 | 47 | 115 |
Binary | 11011011 | 11011010 | 10101100 | 0 | 0 | 10101 | 1110 | 111011 | 100111 | 1001101 |
Color Harmonies of #DBDAAC
Complementary color
Monochromatic Colors of #DBDAAC
Black with #DBDAAC
Text Example
Text Example
White with #DBDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAAC; }
p { color: rgb(219,218,172); }
H1.HeaderClassName
{
color: #DBDAAC;
}
.AnyTagClassName
{
color: #DBDAAC;
}
</style>
background-color css
<style>
a { background-color: #DBDAAC; }
a { background-color: rgb(219,218,172); }
div.DivClassName
{
background-color: #DBDAAC;
}
.BgClassName
{
background-color: #DBDAAC;
}
</style>
border-color css
<style>
span { border-color: #DBDAAC; }
span { border-color: rgb(219,218,172); }
td.TdClassName
{
border-color: #DBDAAC;
}
.TagClassName
{
border-color: #DBDAAC;
}
</style>