Shades of Mint Julep #DDD8AF
Tints of Mint Julep #DDD8AF
RGB
CMYK
RGB Variations
Color information
#DDD8AF (or 0xDDD8AF) is known color: Mint Julep. HEX triplet: DD, D8 and AF. RGB value is (221,216,175). Sum of RGB (Red+Green+Blue) = 221+216+175=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD8AF is #222750. Grayscale: #D4D4D4. Windows color (decimal): -2238289 or 11524317. OLE color: 11524317.
HSL color Cylindrical-coordinate representation of color #DDD8AF: hue angle of 53.48º 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 #DDD8AF is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 175 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.13 |
| HSL | 53.48º | 0.4% | 0.78% | - |
| HSV(B) | 53.48º | 0.21% | 0.87% | - |
| XYZ | 62.11 | 67.58 | 50.33 | - |
| YUV | 212.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 175 | 0 | 0.02 | 0.21 | 0.13 | 53.48 | 0.4 | 0.78 |
| Hex | DD | D8 | AF | 0 | 2 | 15 | D | 35 | 28 | 4E |
| Octal | 335 | 330 | 257 | 0 | 2 | 25 | 15 | 65 | 50 | 116 |
| Binary | 11011101 | 11011000 | 10101111 | 0 | 10 | 10101 | 1101 | 110101 | 101000 | 1001110 |
Color Harmonies of #DDD8AF
Complementary color
Monochromatic Colors of #DDD8AF
Black with #DDD8AF
Text Example
Text Example
White with #DDD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8AF; }
p { color: rgb(221,216,175); }
H1.HeaderClassName
{
color: #DDD8AF;
}
.AnyTagClassName
{
color: #DDD8AF;
}
</style>
background-color css
<style>
a { background-color: #DDD8AF; }
a { background-color: rgb(221,216,175); }
div.DivClassName
{
background-color: #DDD8AF;
}
.BgClassName
{
background-color: #DDD8AF;
}
</style>
border-color css
<style>
span { border-color: #DDD8AF; }
span { border-color: rgb(221,216,175); }
td.TdClassName
{
border-color: #DDD8AF;
}
.TagClassName
{
border-color: #DDD8AF;
}
</style>