Shades of Mint Julep #DDDAA2
Tints of Mint Julep #DDDAA2
RGB
CMYK
RGB Variations
Color information
#DDDAA2 (or 0xDDDAA2) is known color: Mint Julep. HEX triplet: DD, DA and A2. RGB value is (221,218,162). Sum of RGB (Red+Green+Blue) = 221+218+162=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAA2 is #22255D. Grayscale: #D4D4D4. Windows color (decimal): -2237790 or 10672861. OLE color: 10672861.
HSL color Cylindrical-coordinate representation of color #DDDAA2: hue angle of 56.95º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDDAA2 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 162 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.13 |
| HSL | 56.95º | 0.46% | 0.75% | - |
| HSV(B) | 56.95º | 0.27% | 0.87% | - |
| XYZ | 61.41 | 68.12 | 44.09 | - |
| YUV | 212.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 162 | 0 | 0.01 | 0.27 | 0.13 | 56.95 | 0.46 | 0.75 |
| Hex | DD | DA | A2 | 0 | 1 | 1B | D | 39 | 2E | 4B |
| Octal | 335 | 332 | 242 | 0 | 1 | 33 | 15 | 71 | 56 | 113 |
| Binary | 11011101 | 11011010 | 10100010 | 0 | 1 | 11011 | 1101 | 111001 | 101110 | 1001011 |
Color Harmonies of #DDDAA2
Complementary color
Monochromatic Colors of #DDDAA2
Black with #DDDAA2
Text Example
Text Example
White with #DDDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAA2; }
p { color: rgb(221,218,162); }
H1.HeaderClassName
{
color: #DDDAA2;
}
.AnyTagClassName
{
color: #DDDAA2;
}
</style>
background-color css
<style>
a { background-color: #DDDAA2; }
a { background-color: rgb(221,218,162); }
div.DivClassName
{
background-color: #DDDAA2;
}
.BgClassName
{
background-color: #DDDAA2;
}
</style>
border-color css
<style>
span { border-color: #DDDAA2; }
span { border-color: rgb(221,218,162); }
td.TdClassName
{
border-color: #DDDAA2;
}
.TagClassName
{
border-color: #DDDAA2;
}
</style>