Shades of Mint Julep #DFDCB0
Tints of Mint Julep #DFDCB0
RGB
CMYK
RGB Variations
Color information
#DFDCB0 (or 0xDFDCB0) is known color: Mint Julep. HEX triplet: DF, DC and B0. RGB value is (223,220,176). Sum of RGB (Red+Green+Blue) = 223+220+176=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCB0 is #20234F. Grayscale: #D8D8D8. Windows color (decimal): -2106192 or 11590879. OLE color: 11590879.
HSL color Cylindrical-coordinate representation of color #DFDCB0: hue angle of 56.17º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFDCB0 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 176 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.13 |
| HSL | 56.17º | 0.42% | 0.78% | - |
| HSV(B) | 56.17º | 0.21% | 0.87% | - |
| XYZ | 63.86 | 70.01 | 51.22 | - |
| YUV | 215.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 176 | 0 | 0.01 | 0.21 | 0.13 | 56.17 | 0.42 | 0.78 |
| Hex | DF | DC | B0 | 0 | 1 | 15 | D | 38 | 2A | 4E |
| Octal | 337 | 334 | 260 | 0 | 1 | 25 | 15 | 70 | 52 | 116 |
| Binary | 11011111 | 11011100 | 10110000 | 0 | 1 | 10101 | 1101 | 111000 | 101010 | 1001110 |
Color Harmonies of #DFDCB0
Complementary color
Monochromatic Colors of #DFDCB0
Black with #DFDCB0
Text Example
Text Example
White with #DFDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCB0; }
p { color: rgb(223,220,176); }
H1.HeaderClassName
{
color: #DFDCB0;
}
.AnyTagClassName
{
color: #DFDCB0;
}
</style>
background-color css
<style>
a { background-color: #DFDCB0; }
a { background-color: rgb(223,220,176); }
div.DivClassName
{
background-color: #DFDCB0;
}
.BgClassName
{
background-color: #DFDCB0;
}
</style>
border-color css
<style>
span { border-color: #DFDCB0; }
span { border-color: rgb(223,220,176); }
td.TdClassName
{
border-color: #DFDCB0;
}
.TagClassName
{
border-color: #DFDCB0;
}
</style>