Shades of Mint Julep #DDDDA7
Tints of Mint Julep #DDDDA7
RGB
CMYK
RGB Variations
Color information
#DDDDA7 (or 0xDDDDA7) is known color: Mint Julep. HEX triplet: DD, DD and A7. RGB value is (221,221,167). Sum of RGB (Red+Green+Blue) = 221+221+167=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 167 (65.62% from 255 or 27.42% from 609); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDA7 is #222258. Grayscale: #D7D7D7. Windows color (decimal): -2237017 or 11001309. OLE color: 11001309.
HSL color Cylindrical-coordinate representation of color #DDDDA7: hue angle of 60º 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 #DDDDA7 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 167 | - |
| CMYK | 0 | 0 | 0.24 | 0.13 |
| HSL | 60º | 0.44% | 0.76% | - |
| HSV(B) | 60º | 0.24% | 0.87% | - |
| XYZ | 62.65 | 69.88 | 46.74 | - |
| YUV | 214.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 167 | 0 | 0 | 0.24 | 0.13 | 60 | 0.44 | 0.76 |
| Hex | DD | DD | A7 | 0 | 0 | 18 | D | 3C | 2C | 4C |
| Octal | 335 | 335 | 247 | 0 | 0 | 30 | 15 | 74 | 54 | 114 |
| Binary | 11011101 | 11011101 | 10100111 | 0 | 0 | 11000 | 1101 | 111100 | 101100 | 1001100 |
Color Harmonies of #DDDDA7
Complementary color
Monochromatic Colors of #DDDDA7
Black with #DDDDA7
Text Example
Text Example
White with #DDDDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDA7; }
p { color: rgb(221,221,167); }
H1.HeaderClassName
{
color: #DDDDA7;
}
.AnyTagClassName
{
color: #DDDDA7;
}
</style>
background-color css
<style>
a { background-color: #DDDDA7; }
a { background-color: rgb(221,221,167); }
div.DivClassName
{
background-color: #DDDDA7;
}
.BgClassName
{
background-color: #DDDDA7;
}
</style>
border-color css
<style>
span { border-color: #DDDDA7; }
span { border-color: rgb(221,221,167); }
td.TdClassName
{
border-color: #DDDDA7;
}
.TagClassName
{
border-color: #DDDDA7;
}
</style>