Shades of Mint Julep #DCDFA0
Tints of Mint Julep #DCDFA0
RGB
CMYK
RGB Variations
Color information
#DCDFA0 (or 0xDCDFA0) is known color: Mint Julep. HEX triplet: DC, DF and A0. RGB value is (220,223,160). Sum of RGB (Red+Green+Blue) = 220+223+160=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDFA0 is #23205F. Grayscale: #D7D7D7. Windows color (decimal): -2302048 or 10543068. OLE color: 10543068.
HSL color Cylindrical-coordinate representation of color #DCDFA0: hue angle of 62.86º 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 #DCDFA0 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 160 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.13 |
| HSL | 62.86º | 0.5% | 0.75% | - |
| HSV(B) | 62.86º | 0.28% | 0.87% | - |
| XYZ | 62.25 | 70.53 | 43.59 | - |
| YUV | 214.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 160 | 0.01 | 0 | 0.28 | 0.13 | 62.86 | 0.5 | 0.75 |
| Hex | DC | DF | A0 | 1 | 0 | 1C | D | 3F | 32 | 4B |
| Octal | 334 | 337 | 240 | 1 | 0 | 34 | 15 | 77 | 62 | 113 |
| Binary | 11011100 | 11011111 | 10100000 | 1 | 0 | 11100 | 1101 | 111111 | 110010 | 1001011 |
Color Harmonies of #DCDFA0
Complementary color
Monochromatic Colors of #DCDFA0
Black with #DCDFA0
Text Example
Text Example
White with #DCDFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFA0; }
p { color: rgb(220,223,160); }
H1.HeaderClassName
{
color: #DCDFA0;
}
.AnyTagClassName
{
color: #DCDFA0;
}
</style>
background-color css
<style>
a { background-color: #DCDFA0; }
a { background-color: rgb(220,223,160); }
div.DivClassName
{
background-color: #DCDFA0;
}
.BgClassName
{
background-color: #DCDFA0;
}
</style>
border-color css
<style>
span { border-color: #DCDFA0; }
span { border-color: rgb(220,223,160); }
td.TdClassName
{
border-color: #DCDFA0;
}
.TagClassName
{
border-color: #DCDFA0;
}
</style>