Shades of Mint Julep #DBD6AC
Tints of Mint Julep #DBD6AC
RGB
CMYK
RGB Variations
Color information
#DBD6AC (or 0xDBD6AC) is known color: Mint Julep. HEX triplet: DB, D6 and AC. RGB value is (219,214,172). Sum of RGB (Red+Green+Blue) = 219+214+172=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD6AC is #242953. Grayscale: #D2D2D2. Windows color (decimal): -2369876 or 11327195. OLE color: 11327195.
HSL color Cylindrical-coordinate representation of color #DBD6AC: hue angle of 53.62º 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 #DBD6AC is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 214 | 172 | - |
CMYK | 0 | 0.02 | 0.21 | 0.14 |
HSL | 53.62º | 0.39% | 0.77% | - |
HSV(B) | 53.62º | 0.21% | 0.86% | - |
XYZ | 60.71 | 66.13 | 48.59 | - |
YUV | 210.71 | 106.16 | 133.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 172 | 0 | 0.02 | 0.21 | 0.14 | 53.62 | 0.39 | 0.77 |
Hex | DB | D6 | AC | 0 | 2 | 15 | E | 36 | 27 | 4D |
Octal | 333 | 326 | 254 | 0 | 2 | 25 | 16 | 66 | 47 | 115 |
Binary | 11011011 | 11010110 | 10101100 | 0 | 10 | 10101 | 1110 | 110110 | 100111 | 1001101 |
Color Harmonies of #DBD6AC
Complementary color
Monochromatic Colors of #DBD6AC
Black with #DBD6AC
Text Example
Text Example
White with #DBD6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6AC; }
p { color: rgb(219,214,172); }
H1.HeaderClassName
{
color: #DBD6AC;
}
.AnyTagClassName
{
color: #DBD6AC;
}
</style>
background-color css
<style>
a { background-color: #DBD6AC; }
a { background-color: rgb(219,214,172); }
div.DivClassName
{
background-color: #DBD6AC;
}
.BgClassName
{
background-color: #DBD6AC;
}
</style>
border-color css
<style>
span { border-color: #DBD6AC; }
span { border-color: rgb(219,214,172); }
td.TdClassName
{
border-color: #DBD6AC;
}
.TagClassName
{
border-color: #DBD6AC;
}
</style>