Shades of Mint Julep #DDD9A8
Tints of Mint Julep #DDD9A8
RGB
CMYK
RGB Variations
Color information
#DDD9A8 (or 0xDDD9A8) is known color: Mint Julep. HEX triplet: DD, D9 and A8. RGB value is (221,217,168). Sum of RGB (Red+Green+Blue) = 221+217+168=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 168 (66.02% from 255 or 27.72% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD9A8 is #222657. Grayscale: #D4D4D4. Windows color (decimal): -2238040 or 11065821. OLE color: 11065821.
HSL color Cylindrical-coordinate representation of color #DDD9A8: hue angle of 55.47º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDD9A8 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 168 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.13 |
| HSL | 55.47º | 0.44% | 0.76% | - |
| HSV(B) | 55.47º | 0.24% | 0.87% | - |
| XYZ | 61.7 | 67.83 | 46.89 | - |
| YUV | 212.61 | 102.83 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 168 | 0 | 0.02 | 0.24 | 0.13 | 55.47 | 0.44 | 0.76 |
| Hex | DD | D9 | A8 | 0 | 2 | 18 | D | 37 | 2C | 4C |
| Octal | 335 | 331 | 250 | 0 | 2 | 30 | 15 | 67 | 54 | 114 |
| Binary | 11011101 | 11011001 | 10101000 | 0 | 10 | 11000 | 1101 | 110111 | 101100 | 1001100 |
Color Harmonies of #DDD9A8
Complementary color
Monochromatic Colors of #DDD9A8
Black with #DDD9A8
Text Example
Text Example
White with #DDD9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9A8; }
p { color: rgb(221,217,168); }
H1.HeaderClassName
{
color: #DDD9A8;
}
.AnyTagClassName
{
color: #DDD9A8;
}
</style>
background-color css
<style>
a { background-color: #DDD9A8; }
a { background-color: rgb(221,217,168); }
div.DivClassName
{
background-color: #DDD9A8;
}
.BgClassName
{
background-color: #DDD9A8;
}
</style>
border-color css
<style>
span { border-color: #DDD9A8; }
span { border-color: rgb(221,217,168); }
td.TdClassName
{
border-color: #DDD9A8;
}
.TagClassName
{
border-color: #DDD9A8;
}
</style>