Shades of Mint Julep #DFDDAB
Tints of Mint Julep #DFDDAB
RGB
CMYK
RGB Variations
Color information
#DFDDAB (or 0xDFDDAB) is known color: Mint Julep. HEX triplet: DF, DD and AB. RGB value is (223,221,171). Sum of RGB (Red+Green+Blue) = 223+221+171=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDAB is #202254. Grayscale: #D8D8D8. Windows color (decimal): -2105941 or 11263455. OLE color: 11263455.
HSL color Cylindrical-coordinate representation of color #DFDDAB: hue angle of 57.69º degrees, saturation: 0.45, 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 #DFDDAB is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 171 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.13 |
| HSL | 57.69º | 0.45% | 0.77% | - |
| HSV(B) | 57.69º | 0.23% | 0.87% | - |
| XYZ | 63.64 | 70.34 | 48.75 | - |
| YUV | 215.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 171 | 0 | 0.01 | 0.23 | 0.13 | 57.69 | 0.45 | 0.77 |
| Hex | DF | DD | AB | 0 | 1 | 17 | D | 3A | 2D | 4D |
| Octal | 337 | 335 | 253 | 0 | 1 | 27 | 15 | 72 | 55 | 115 |
| Binary | 11011111 | 11011101 | 10101011 | 0 | 1 | 10111 | 1101 | 111010 | 101101 | 1001101 |
Color Harmonies of #DFDDAB
Complementary color
Monochromatic Colors of #DFDDAB
Black with #DFDDAB
Text Example
Text Example
White with #DFDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDAB; }
p { color: rgb(223,221,171); }
H1.HeaderClassName
{
color: #DFDDAB;
}
.AnyTagClassName
{
color: #DFDDAB;
}
</style>
background-color css
<style>
a { background-color: #DFDDAB; }
a { background-color: rgb(223,221,171); }
div.DivClassName
{
background-color: #DFDDAB;
}
.BgClassName
{
background-color: #DFDDAB;
}
</style>
border-color css
<style>
span { border-color: #DFDDAB; }
span { border-color: rgb(223,221,171); }
td.TdClassName
{
border-color: #DFDDAB;
}
.TagClassName
{
border-color: #DFDDAB;
}
</style>