Shades of Mint Julep #DDDAAD
Tints of Mint Julep #DDDAAD
RGB
CMYK
RGB Variations
Color information
#DDDAAD (or 0xDDDAAD) is known color: Mint Julep. HEX triplet: DD, DA and AD. RGB value is (221,218,173). Sum of RGB (Red+Green+Blue) = 221+218+173=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAAD is #222552. Grayscale: #D5D5D5. Windows color (decimal): -2237779 or 11393757. OLE color: 11393757.
HSL color Cylindrical-coordinate representation of color #DDDAAD: hue angle of 56.25º 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 #DDDAAD is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 173 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.13 |
| HSL | 56.25º | 0.41% | 0.77% | - |
| HSV(B) | 56.25º | 0.22% | 0.87% | - |
| XYZ | 62.43 | 68.53 | 49.47 | - |
| YUV | 213.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 173 | 0 | 0.01 | 0.22 | 0.13 | 56.25 | 0.41 | 0.77 |
| Hex | DD | DA | AD | 0 | 1 | 16 | D | 38 | 29 | 4D |
| Octal | 335 | 332 | 255 | 0 | 1 | 26 | 15 | 70 | 51 | 115 |
| Binary | 11011101 | 11011010 | 10101101 | 0 | 1 | 10110 | 1101 | 111000 | 101001 | 1001101 |
Color Harmonies of #DDDAAD
Complementary color
Monochromatic Colors of #DDDAAD
Black with #DDDAAD
Text Example
Text Example
White with #DDDAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAAD; }
p { color: rgb(221,218,173); }
H1.HeaderClassName
{
color: #DDDAAD;
}
.AnyTagClassName
{
color: #DDDAAD;
}
</style>
background-color css
<style>
a { background-color: #DDDAAD; }
a { background-color: rgb(221,218,173); }
div.DivClassName
{
background-color: #DDDAAD;
}
.BgClassName
{
background-color: #DDDAAD;
}
</style>
border-color css
<style>
span { border-color: #DDDAAD; }
span { border-color: rgb(221,218,173); }
td.TdClassName
{
border-color: #DDDAAD;
}
.TagClassName
{
border-color: #DDDAAD;
}
</style>