Shades of Mint Julep #DDDAAE
Tints of Mint Julep #DDDAAE
RGB
CMYK
RGB Variations
Color information
#DDDAAE (or 0xDDDAAE) is known color: Mint Julep. HEX triplet: DD, DA and AE. RGB value is (221,218,174). Sum of RGB (Red+Green+Blue) = 221+218+174=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAAE is #222551. Grayscale: #D6D6D6. Windows color (decimal): -2237778 or 11459293. OLE color: 11459293.
HSL color Cylindrical-coordinate representation of color #DDDAAE: hue angle of 56.17º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDDAAE is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 174 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.13 |
| HSL | 56.17º | 0.41% | 0.77% | - |
| HSV(B) | 56.17º | 0.21% | 0.87% | - |
| XYZ | 62.53 | 68.57 | 49.98 | - |
| YUV | 213.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 174 | 0 | 0.01 | 0.21 | 0.13 | 56.17 | 0.41 | 0.77 |
| Hex | DD | DA | AE | 0 | 1 | 15 | D | 38 | 29 | 4D |
| Octal | 335 | 332 | 256 | 0 | 1 | 25 | 15 | 70 | 51 | 115 |
| Binary | 11011101 | 11011010 | 10101110 | 0 | 1 | 10101 | 1101 | 111000 | 101001 | 1001101 |
Color Harmonies of #DDDAAE
Complementary color
Monochromatic Colors of #DDDAAE
Black with #DDDAAE
Text Example
Text Example
White with #DDDAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAAE; }
p { color: rgb(221,218,174); }
H1.HeaderClassName
{
color: #DDDAAE;
}
.AnyTagClassName
{
color: #DDDAAE;
}
</style>
background-color css
<style>
a { background-color: #DDDAAE; }
a { background-color: rgb(221,218,174); }
div.DivClassName
{
background-color: #DDDAAE;
}
.BgClassName
{
background-color: #DDDAAE;
}
</style>
border-color css
<style>
span { border-color: #DDDAAE; }
span { border-color: rgb(221,218,174); }
td.TdClassName
{
border-color: #DDDAAE;
}
.TagClassName
{
border-color: #DDDAAE;
}
</style>