Shades of Mint Julep #DDD8A8
Tints of Mint Julep #DDD8A8
RGB
CMYK
RGB Variations
Color information
#DDD8A8 (or 0xDDD8A8) is known color: Mint Julep. HEX triplet: DD, D8 and A8. RGB value is (221,216,168). Sum of RGB (Red+Green+Blue) = 221+216+168=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD8A8 is #222757. Grayscale: #D4D4D4. Windows color (decimal): -2238296 or 11065565. OLE color: 11065565.
HSL color Cylindrical-coordinate representation of color #DDD8A8: hue angle of 54.34º 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 #DDD8A8 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 168 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.13 |
| HSL | 54.34º | 0.44% | 0.76% | - |
| HSV(B) | 54.34º | 0.24% | 0.87% | - |
| XYZ | 61.44 | 67.31 | 46.8 | - |
| YUV | 212.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 168 | 0 | 0.02 | 0.24 | 0.13 | 54.34 | 0.44 | 0.76 |
| Hex | DD | D8 | A8 | 0 | 2 | 18 | D | 36 | 2C | 4C |
| Octal | 335 | 330 | 250 | 0 | 2 | 30 | 15 | 66 | 54 | 114 |
| Binary | 11011101 | 11011000 | 10101000 | 0 | 10 | 11000 | 1101 | 110110 | 101100 | 1001100 |
Color Harmonies of #DDD8A8
Complementary color
Monochromatic Colors of #DDD8A8
Black with #DDD8A8
Text Example
Text Example
White with #DDD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8A8; }
p { color: rgb(221,216,168); }
H1.HeaderClassName
{
color: #DDD8A8;
}
.AnyTagClassName
{
color: #DDD8A8;
}
</style>
background-color css
<style>
a { background-color: #DDD8A8; }
a { background-color: rgb(221,216,168); }
div.DivClassName
{
background-color: #DDD8A8;
}
.BgClassName
{
background-color: #DDD8A8;
}
</style>
border-color css
<style>
span { border-color: #DDD8A8; }
span { border-color: rgb(221,216,168); }
td.TdClassName
{
border-color: #DDD8A8;
}
.TagClassName
{
border-color: #DDD8A8;
}
</style>