Shades of Mint Julep #DDD8AB
Tints of Mint Julep #DDD8AB
RGB
CMYK
RGB Variations
Color information
#DDD8AB (or 0xDDD8AB) is known color: Mint Julep. HEX triplet: DD, D8 and AB. RGB value is (221,216,171). Sum of RGB (Red+Green+Blue) = 221+216+171=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD8AB is #222754. Grayscale: #D4D4D4. Windows color (decimal): -2238293 or 11262173. OLE color: 11262173.
HSL color Cylindrical-coordinate representation of color #DDD8AB: hue angle of 54º 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 #DDD8AB is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 171 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.13 |
| HSL | 54º | 0.42% | 0.77% | - |
| HSV(B) | 54º | 0.23% | 0.87% | - |
| XYZ | 61.73 | 67.42 | 48.29 | - |
| YUV | 212.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 171 | 0 | 0.02 | 0.23 | 0.13 | 54 | 0.42 | 0.77 |
| Hex | DD | D8 | AB | 0 | 2 | 17 | D | 36 | 2A | 4D |
| Octal | 335 | 330 | 253 | 0 | 2 | 27 | 15 | 66 | 52 | 115 |
| Binary | 11011101 | 11011000 | 10101011 | 0 | 10 | 10111 | 1101 | 110110 | 101010 | 1001101 |
Color Harmonies of #DDD8AB
Complementary color
Monochromatic Colors of #DDD8AB
Black with #DDD8AB
Text Example
Text Example
White with #DDD8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8AB; }
p { color: rgb(221,216,171); }
H1.HeaderClassName
{
color: #DDD8AB;
}
.AnyTagClassName
{
color: #DDD8AB;
}
</style>
background-color css
<style>
a { background-color: #DDD8AB; }
a { background-color: rgb(221,216,171); }
div.DivClassName
{
background-color: #DDD8AB;
}
.BgClassName
{
background-color: #DDD8AB;
}
</style>
border-color css
<style>
span { border-color: #DDD8AB; }
span { border-color: rgb(221,216,171); }
td.TdClassName
{
border-color: #DDD8AB;
}
.TagClassName
{
border-color: #DDD8AB;
}
</style>