Shades of Mint Julep #DBD4A8
Tints of Mint Julep #DBD4A8
RGB
CMYK
RGB Variations
Color information
#DBD4A8 (or 0xDBD4A8) is known color: Mint Julep. HEX triplet: DB, D4 and A8. RGB value is (219,212,168). Sum of RGB (Red+Green+Blue) = 219+212+168=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 168 (66.02% from 255 or 28.05% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD4A8 is #242B57. Grayscale: #D1D1D1. Windows color (decimal): -2370392 or 11064539. OLE color: 11064539.
HSL color Cylindrical-coordinate representation of color #DBD4A8: hue angle of 51.76º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBD4A8 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 168 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.14 |
| HSL | 51.76º | 0.41% | 0.76% | - |
| HSV(B) | 51.76º | 0.23% | 0.86% | - |
| XYZ | 59.82 | 64.97 | 46.43 | - |
| YUV | 209.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 168 | 0 | 0.03 | 0.23 | 0.14 | 51.76 | 0.41 | 0.76 |
| Hex | DB | D4 | A8 | 0 | 3 | 17 | E | 34 | 29 | 4C |
| Octal | 333 | 324 | 250 | 0 | 3 | 27 | 16 | 64 | 51 | 114 |
| Binary | 11011011 | 11010100 | 10101000 | 0 | 11 | 10111 | 1110 | 110100 | 101001 | 1001100 |
Color Harmonies of #DBD4A8
Complementary color
Monochromatic Colors of #DBD4A8
Black with #DBD4A8
Text Example
Text Example
White with #DBD4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4A8; }
p { color: rgb(219,212,168); }
H1.HeaderClassName
{
color: #DBD4A8;
}
.AnyTagClassName
{
color: #DBD4A8;
}
</style>
background-color css
<style>
a { background-color: #DBD4A8; }
a { background-color: rgb(219,212,168); }
div.DivClassName
{
background-color: #DBD4A8;
}
.BgClassName
{
background-color: #DBD4A8;
}
</style>
border-color css
<style>
span { border-color: #DBD4A8; }
span { border-color: rgb(219,212,168); }
td.TdClassName
{
border-color: #DBD4A8;
}
.TagClassName
{
border-color: #DBD4A8;
}
</style>