Shades of Mint Julep #DFDDAC
Tints of Mint Julep #DFDDAC
RGB
CMYK
RGB Variations
Color information
#DFDDAC (or 0xDFDDAC) is known color: Mint Julep. HEX triplet: DF, DD and AC. RGB value is (223,221,172). Sum of RGB (Red+Green+Blue) = 223+221+172=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDAC is #202253. Grayscale: #D8D8D8. Windows color (decimal): -2105940 or 11328991. OLE color: 11328991.
HSL color Cylindrical-coordinate representation of color #DFDDAC: hue angle of 57.65º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFDDAC is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 172 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.13 |
| HSL | 57.65º | 0.44% | 0.77% | - |
| HSV(B) | 57.65º | 0.23% | 0.87% | - |
| XYZ | 63.73 | 70.38 | 49.26 | - |
| YUV | 216.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 172 | 0 | 0.01 | 0.23 | 0.13 | 57.65 | 0.44 | 0.77 |
| Hex | DF | DD | AC | 0 | 1 | 17 | D | 3A | 2C | 4D |
| Octal | 337 | 335 | 254 | 0 | 1 | 27 | 15 | 72 | 54 | 115 |
| Binary | 11011111 | 11011101 | 10101100 | 0 | 1 | 10111 | 1101 | 111010 | 101100 | 1001101 |
Color Harmonies of #DFDDAC
Complementary color
Monochromatic Colors of #DFDDAC
Black with #DFDDAC
Text Example
Text Example
White with #DFDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDAC; }
p { color: rgb(223,221,172); }
H1.HeaderClassName
{
color: #DFDDAC;
}
.AnyTagClassName
{
color: #DFDDAC;
}
</style>
background-color css
<style>
a { background-color: #DFDDAC; }
a { background-color: rgb(223,221,172); }
div.DivClassName
{
background-color: #DFDDAC;
}
.BgClassName
{
background-color: #DFDDAC;
}
</style>
border-color css
<style>
span { border-color: #DFDDAC; }
span { border-color: rgb(223,221,172); }
td.TdClassName
{
border-color: #DFDDAC;
}
.TagClassName
{
border-color: #DFDDAC;
}
</style>