Shades of Mint Julep #DFDCA8
Tints of Mint Julep #DFDCA8
RGB
CMYK
RGB Variations
Color information
#DFDCA8 (or 0xDFDCA8) is known color: Mint Julep. HEX triplet: DF, DC and A8. RGB value is (223,220,168). Sum of RGB (Red+Green+Blue) = 223+220+168=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCA8 is #202357. Grayscale: #D7D7D7. Windows color (decimal): -2106200 or 11066591. OLE color: 11066591.
HSL color Cylindrical-coordinate representation of color #DFDCA8: hue angle of 56.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFDCA8 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 168 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.13 |
| HSL | 56.73º | 0.46% | 0.77% | - |
| HSV(B) | 56.73º | 0.25% | 0.87% | - |
| XYZ | 63.09 | 69.7 | 47.17 | - |
| YUV | 214.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 168 | 0 | 0.01 | 0.25 | 0.13 | 56.73 | 0.46 | 0.77 |
| Hex | DF | DC | A8 | 0 | 1 | 19 | D | 39 | 2E | 4D |
| Octal | 337 | 334 | 250 | 0 | 1 | 31 | 15 | 71 | 56 | 115 |
| Binary | 11011111 | 11011100 | 10101000 | 0 | 1 | 11001 | 1101 | 111001 | 101110 | 1001101 |
Color Harmonies of #DFDCA8
Complementary color
Monochromatic Colors of #DFDCA8
Black with #DFDCA8
Text Example
Text Example
White with #DFDCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCA8; }
p { color: rgb(223,220,168); }
H1.HeaderClassName
{
color: #DFDCA8;
}
.AnyTagClassName
{
color: #DFDCA8;
}
</style>
background-color css
<style>
a { background-color: #DFDCA8; }
a { background-color: rgb(223,220,168); }
div.DivClassName
{
background-color: #DFDCA8;
}
.BgClassName
{
background-color: #DFDCA8;
}
</style>
border-color css
<style>
span { border-color: #DFDCA8; }
span { border-color: rgb(223,220,168); }
td.TdClassName
{
border-color: #DFDCA8;
}
.TagClassName
{
border-color: #DFDCA8;
}
</style>