Shades of Mint Julep #DFDEA4
Tints of Mint Julep #DFDEA4
RGB
CMYK
RGB Variations
Color information
#DFDEA4 (or 0xDFDEA4) is known color: Mint Julep. HEX triplet: DF, DE and A4. RGB value is (223,222,164). Sum of RGB (Red+Green+Blue) = 223+222+164=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 164 (64.45% from 255 or 26.93% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDEA4 is #20215B. Grayscale: #D7D7D7. Windows color (decimal): -2105692 or 10804959. OLE color: 10804959.
HSL color Cylindrical-coordinate representation of color #DFDEA4: hue angle of 58.98º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFDEA4 is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 164 | - |
| CMYK | 0 | 0.00 | 0.26 | 0.13 |
| HSL | 58.98º | 0.48% | 0.76% | - |
| HSV(B) | 58.98º | 0.26% | 0.87% | - |
| XYZ | 63.25 | 70.61 | 45.42 | - |
| YUV | 215.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 164 | 0 | 0.00 | 0.26 | 0.13 | 58.98 | 0.48 | 0.76 |
| Hex | DF | DE | A4 | 0 | 0 | 1A | D | 3B | 30 | 4C |
| Octal | 337 | 336 | 244 | 0 | 0 | 32 | 15 | 73 | 60 | 114 |
| Binary | 11011111 | 11011110 | 10100100 | 0 | 0 | 11010 | 1101 | 111011 | 110000 | 1001100 |
Color Harmonies of #DFDEA4
Complementary color
Monochromatic Colors of #DFDEA4
Black with #DFDEA4
Text Example
Text Example
White with #DFDEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEA4; }
p { color: rgb(223,222,164); }
H1.HeaderClassName
{
color: #DFDEA4;
}
.AnyTagClassName
{
color: #DFDEA4;
}
</style>
background-color css
<style>
a { background-color: #DFDEA4; }
a { background-color: rgb(223,222,164); }
div.DivClassName
{
background-color: #DFDEA4;
}
.BgClassName
{
background-color: #DFDEA4;
}
</style>
border-color css
<style>
span { border-color: #DFDEA4; }
span { border-color: rgb(223,222,164); }
td.TdClassName
{
border-color: #DFDEA4;
}
.TagClassName
{
border-color: #DFDEA4;
}
</style>