Shades of Mint Julep #DDDAAA
Tints of Mint Julep #DDDAAA
RGB
CMYK
RGB Variations
Color information
#DDDAAA (or 0xDDDAAA) is known color: Mint Julep. HEX triplet: DD, DA and AA. RGB value is (221,218,170). Sum of RGB (Red+Green+Blue) = 221+218+170=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAAA is #222555. Grayscale: #D5D5D5. Windows color (decimal): -2237782 or 11197149. OLE color: 11197149.
HSL color Cylindrical-coordinate representation of color #DDDAAA: hue angle of 56.47º degrees, saturation: 0.43, 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 #DDDAAA is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 170 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.13 |
| HSL | 56.47º | 0.43% | 0.77% | - |
| HSV(B) | 56.47º | 0.23% | 0.87% | - |
| XYZ | 62.15 | 68.42 | 47.96 | - |
| YUV | 213.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 170 | 0 | 0.01 | 0.23 | 0.13 | 56.47 | 0.43 | 0.77 |
| Hex | DD | DA | AA | 0 | 1 | 17 | D | 38 | 2B | 4D |
| Octal | 335 | 332 | 252 | 0 | 1 | 27 | 15 | 70 | 53 | 115 |
| Binary | 11011101 | 11011010 | 10101010 | 0 | 1 | 10111 | 1101 | 111000 | 101011 | 1001101 |
Color Harmonies of #DDDAAA
Complementary color
Monochromatic Colors of #DDDAAA
Black with #DDDAAA
Text Example
Text Example
White with #DDDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAAA; }
p { color: rgb(221,218,170); }
H1.HeaderClassName
{
color: #DDDAAA;
}
.AnyTagClassName
{
color: #DDDAAA;
}
</style>
background-color css
<style>
a { background-color: #DDDAAA; }
a { background-color: rgb(221,218,170); }
div.DivClassName
{
background-color: #DDDAAA;
}
.BgClassName
{
background-color: #DDDAAA;
}
</style>
border-color css
<style>
span { border-color: #DDDAAA; }
span { border-color: rgb(221,218,170); }
td.TdClassName
{
border-color: #DDDAAA;
}
.TagClassName
{
border-color: #DDDAAA;
}
</style>