Shades of Mint Julep #DDD9AF
Tints of Mint Julep #DDD9AF
RGB
CMYK
RGB Variations
Color information
#DDD9AF (or 0xDDD9AF) is known color: Mint Julep. HEX triplet: DD, D9 and AF. RGB value is (221,217,175). Sum of RGB (Red+Green+Blue) = 221+217+175=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD9AF is #222650. Grayscale: #D5D5D5. Windows color (decimal): -2238033 or 11524573. OLE color: 11524573.
HSL color Cylindrical-coordinate representation of color #DDD9AF: hue angle of 54.78º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDD9AF is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 175 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.13 |
| HSL | 54.78º | 0.4% | 0.78% | - |
| HSV(B) | 54.78º | 0.21% | 0.87% | - |
| XYZ | 62.37 | 68.09 | 50.41 | - |
| YUV | 213.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 175 | 0 | 0.02 | 0.21 | 0.13 | 54.78 | 0.4 | 0.78 |
| Hex | DD | D9 | AF | 0 | 2 | 15 | D | 37 | 28 | 4E |
| Octal | 335 | 331 | 257 | 0 | 2 | 25 | 15 | 67 | 50 | 116 |
| Binary | 11011101 | 11011001 | 10101111 | 0 | 10 | 10101 | 1101 | 110111 | 101000 | 1001110 |
Color Harmonies of #DDD9AF
Complementary color
Monochromatic Colors of #DDD9AF
Black with #DDD9AF
Text Example
Text Example
White with #DDD9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9AF; }
p { color: rgb(221,217,175); }
H1.HeaderClassName
{
color: #DDD9AF;
}
.AnyTagClassName
{
color: #DDD9AF;
}
</style>
background-color css
<style>
a { background-color: #DDD9AF; }
a { background-color: rgb(221,217,175); }
div.DivClassName
{
background-color: #DDD9AF;
}
.BgClassName
{
background-color: #DDD9AF;
}
</style>
border-color css
<style>
span { border-color: #DDD9AF; }
span { border-color: rgb(221,217,175); }
td.TdClassName
{
border-color: #DDD9AF;
}
.TagClassName
{
border-color: #DDD9AF;
}
</style>