Shades of Mint Julep #DDDAA8
Tints of Mint Julep #DDDAA8
RGB
CMYK
RGB Variations
Color information
#DDDAA8 (or 0xDDDAA8) is known color: Mint Julep. HEX triplet: DD, DA and A8. RGB value is (221,218,168). Sum of RGB (Red+Green+Blue) = 221+218+168=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAA8 is #222557. Grayscale: #D5D5D5. Windows color (decimal): -2237784 or 11066077. OLE color: 11066077.
HSL color Cylindrical-coordinate representation of color #DDDAA8: hue angle of 56.6º 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 #DDDAA8 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 168 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.13 |
| HSL | 56.6º | 0.44% | 0.76% | - |
| HSV(B) | 56.6º | 0.24% | 0.87% | - |
| XYZ | 61.96 | 68.34 | 46.97 | - |
| YUV | 213.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 168 | 0 | 0.01 | 0.24 | 0.13 | 56.6 | 0.44 | 0.76 |
| Hex | DD | DA | A8 | 0 | 1 | 18 | D | 39 | 2C | 4C |
| Octal | 335 | 332 | 250 | 0 | 1 | 30 | 15 | 71 | 54 | 114 |
| Binary | 11011101 | 11011010 | 10101000 | 0 | 1 | 11000 | 1101 | 111001 | 101100 | 1001100 |
Color Harmonies of #DDDAA8
Complementary color
Monochromatic Colors of #DDDAA8
Black with #DDDAA8
Text Example
Text Example
White with #DDDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAA8; }
p { color: rgb(221,218,168); }
H1.HeaderClassName
{
color: #DDDAA8;
}
.AnyTagClassName
{
color: #DDDAA8;
}
</style>
background-color css
<style>
a { background-color: #DDDAA8; }
a { background-color: rgb(221,218,168); }
div.DivClassName
{
background-color: #DDDAA8;
}
.BgClassName
{
background-color: #DDDAA8;
}
</style>
border-color css
<style>
span { border-color: #DDDAA8; }
span { border-color: rgb(221,218,168); }
td.TdClassName
{
border-color: #DDDAA8;
}
.TagClassName
{
border-color: #DDDAA8;
}
</style>