Shades of Mint Julep #DFDEA0
Tints of Mint Julep #DFDEA0
RGB
CMYK
RGB Variations
Color information
#DFDEA0 (or 0xDFDEA0) is known color: Mint Julep. HEX triplet: DF, DE and A0. RGB value is (223,222,160). Sum of RGB (Red+Green+Blue) = 223+222+160=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDEA0 is #20215F. Grayscale: #D7D7D7. Windows color (decimal): -2105696 or 10542815. OLE color: 10542815.
HSL color Cylindrical-coordinate representation of color #DFDEA0: hue angle of 59.05º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFDEA0 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 160 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.13 |
| HSL | 59.05º | 0.5% | 0.75% | - |
| HSV(B) | 59.05º | 0.28% | 0.87% | - |
| XYZ | 62.9 | 70.47 | 43.54 | - |
| YUV | 215.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 160 | 0 | 0.00 | 0.28 | 0.13 | 59.05 | 0.5 | 0.75 |
| Hex | DF | DE | A0 | 0 | 0 | 1C | D | 3B | 32 | 4B |
| Octal | 337 | 336 | 240 | 0 | 0 | 34 | 15 | 73 | 62 | 113 |
| Binary | 11011111 | 11011110 | 10100000 | 0 | 0 | 11100 | 1101 | 111011 | 110010 | 1001011 |
Color Harmonies of #DFDEA0
Complementary color
Monochromatic Colors of #DFDEA0
Black with #DFDEA0
Text Example
Text Example
White with #DFDEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEA0; }
p { color: rgb(223,222,160); }
H1.HeaderClassName
{
color: #DFDEA0;
}
.AnyTagClassName
{
color: #DFDEA0;
}
</style>
background-color css
<style>
a { background-color: #DFDEA0; }
a { background-color: rgb(223,222,160); }
div.DivClassName
{
background-color: #DFDEA0;
}
.BgClassName
{
background-color: #DFDEA0;
}
</style>
border-color css
<style>
span { border-color: #DFDEA0; }
span { border-color: rgb(223,222,160); }
td.TdClassName
{
border-color: #DFDEA0;
}
.TagClassName
{
border-color: #DFDEA0;
}
</style>