Shades of Mint Julep #D9D4AB
Tints of Mint Julep #D9D4AB
RGB
CMYK
RGB Variations
Color information
#D9D4AB (or 0xD9D4AB) is known color: Mint Julep. HEX triplet: D9, D4 and AB. RGB value is (217,212,171). Sum of RGB (Red+Green+Blue) = 217+212+171=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D4AB is #262B54. Grayscale: #D0D0D0. Windows color (decimal): -2501461 or 11261145. OLE color: 11261145.
HSL color Cylindrical-coordinate representation of color #D9D4AB: hue angle of 53.48º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9D4AB is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 171 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.15 |
| HSL | 53.48º | 0.38% | 0.76% | - |
| HSV(B) | 53.48º | 0.21% | 0.85% | - |
| XYZ | 59.51 | 64.78 | 47.9 | - |
| YUV | 208.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 171 | 0 | 0.02 | 0.21 | 0.15 | 53.48 | 0.38 | 0.76 |
| Hex | D9 | D4 | AB | 0 | 2 | 15 | F | 35 | 26 | 4C |
| Octal | 331 | 324 | 253 | 0 | 2 | 25 | 17 | 65 | 46 | 114 |
| Binary | 11011001 | 11010100 | 10101011 | 0 | 10 | 10101 | 1111 | 110101 | 100110 | 1001100 |
Color Harmonies of #D9D4AB
Complementary color
Monochromatic Colors of #D9D4AB
Black with #D9D4AB
Text Example
Text Example
White with #D9D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D4AB; }
p { color: rgb(217,212,171); }
H1.HeaderClassName
{
color: #D9D4AB;
}
.AnyTagClassName
{
color: #D9D4AB;
}
</style>
background-color css
<style>
a { background-color: #D9D4AB; }
a { background-color: rgb(217,212,171); }
div.DivClassName
{
background-color: #D9D4AB;
}
.BgClassName
{
background-color: #D9D4AB;
}
</style>
border-color css
<style>
span { border-color: #D9D4AB; }
span { border-color: rgb(217,212,171); }
td.TdClassName
{
border-color: #D9D4AB;
}
.TagClassName
{
border-color: #D9D4AB;
}
</style>