Shades of Mint Julep #DDD9AB
Tints of Mint Julep #DDD9AB
RGB
CMYK
RGB Variations
Color information
#DDD9AB (or 0xDDD9AB) is known color: Mint Julep. HEX triplet: DD, D9 and AB. RGB value is (221,217,171). Sum of RGB (Red+Green+Blue) = 221+217+171=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD9AB is #222654. Grayscale: #D5D5D5. Windows color (decimal): -2238037 or 11262429. OLE color: 11262429.
HSL color Cylindrical-coordinate representation of color #DDD9AB: hue angle of 55.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDD9AB is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 171 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.13 |
| HSL | 55.2º | 0.42% | 0.77% | - |
| HSV(B) | 55.2º | 0.23% | 0.87% | - |
| XYZ | 61.98 | 67.94 | 48.37 | - |
| YUV | 212.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 171 | 0 | 0.02 | 0.23 | 0.13 | 55.2 | 0.42 | 0.77 |
| Hex | DD | D9 | AB | 0 | 2 | 17 | D | 37 | 2A | 4D |
| Octal | 335 | 331 | 253 | 0 | 2 | 27 | 15 | 67 | 52 | 115 |
| Binary | 11011101 | 11011001 | 10101011 | 0 | 10 | 10111 | 1101 | 110111 | 101010 | 1001101 |
Color Harmonies of #DDD9AB
Complementary color
Monochromatic Colors of #DDD9AB
Black with #DDD9AB
Text Example
Text Example
White with #DDD9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9AB; }
p { color: rgb(221,217,171); }
H1.HeaderClassName
{
color: #DDD9AB;
}
.AnyTagClassName
{
color: #DDD9AB;
}
</style>
background-color css
<style>
a { background-color: #DDD9AB; }
a { background-color: rgb(221,217,171); }
div.DivClassName
{
background-color: #DDD9AB;
}
.BgClassName
{
background-color: #DDD9AB;
}
</style>
border-color css
<style>
span { border-color: #DDD9AB; }
span { border-color: rgb(221,217,171); }
td.TdClassName
{
border-color: #DDD9AB;
}
.TagClassName
{
border-color: #DDD9AB;
}
</style>