Shades of Mint Julep #DDD8AD
Tints of Mint Julep #DDD8AD
RGB
CMYK
RGB Variations
Color information
#DDD8AD (or 0xDDD8AD) is known color: Mint Julep. HEX triplet: DD, D8 and AD. RGB value is (221,216,173). Sum of RGB (Red+Green+Blue) = 221+216+173=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD8AD is #222752. Grayscale: #D4D4D4. Windows color (decimal): -2238291 or 11393245. OLE color: 11393245.
HSL color Cylindrical-coordinate representation of color #DDD8AD: hue angle of 53.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDD8AD is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 173 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.13 |
| HSL | 53.75º | 0.41% | 0.77% | - |
| HSV(B) | 53.75º | 0.22% | 0.87% | - |
| XYZ | 61.92 | 67.5 | 49.3 | - |
| YUV | 212.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 173 | 0 | 0.02 | 0.22 | 0.13 | 53.75 | 0.41 | 0.77 |
| Hex | DD | D8 | AD | 0 | 2 | 16 | D | 36 | 29 | 4D |
| Octal | 335 | 330 | 255 | 0 | 2 | 26 | 15 | 66 | 51 | 115 |
| Binary | 11011101 | 11011000 | 10101101 | 0 | 10 | 10110 | 1101 | 110110 | 101001 | 1001101 |
Color Harmonies of #DDD8AD
Complementary color
Monochromatic Colors of #DDD8AD
Black with #DDD8AD
Text Example
Text Example
White with #DDD8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8AD; }
p { color: rgb(221,216,173); }
H1.HeaderClassName
{
color: #DDD8AD;
}
.AnyTagClassName
{
color: #DDD8AD;
}
</style>
background-color css
<style>
a { background-color: #DDD8AD; }
a { background-color: rgb(221,216,173); }
div.DivClassName
{
background-color: #DDD8AD;
}
.BgClassName
{
background-color: #DDD8AD;
}
</style>
border-color css
<style>
span { border-color: #DDD8AD; }
span { border-color: rgb(221,216,173); }
td.TdClassName
{
border-color: #DDD8AD;
}
.TagClassName
{
border-color: #DDD8AD;
}
</style>