Shades of Mint Julep #DFDCB1
Tints of Mint Julep #DFDCB1
RGB
CMYK
RGB Variations
Color information
#DFDCB1 (or 0xDFDCB1) is known color: Mint Julep. HEX triplet: DF, DC and B1. RGB value is (223,220,177). Sum of RGB (Red+Green+Blue) = 223+220+177=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCB1 is #20234E. Grayscale: #D8D8D8. Windows color (decimal): -2106191 or 11656415. OLE color: 11656415.
HSL color Cylindrical-coordinate representation of color #DFDCB1: hue angle of 56.09º 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 #DFDCB1 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 177 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.13 |
| HSL | 56.09º | 0.42% | 0.78% | - |
| HSV(B) | 56.09º | 0.21% | 0.87% | - |
| XYZ | 63.96 | 70.05 | 51.74 | - |
| YUV | 216 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 177 | 0 | 0.01 | 0.21 | 0.13 | 56.09 | 0.42 | 0.78 |
| Hex | DF | DC | B1 | 0 | 1 | 15 | D | 38 | 2A | 4E |
| Octal | 337 | 334 | 261 | 0 | 1 | 25 | 15 | 70 | 52 | 116 |
| Binary | 11011111 | 11011100 | 10110001 | 0 | 1 | 10101 | 1101 | 111000 | 101010 | 1001110 |
Color Harmonies of #DFDCB1
Complementary color
Monochromatic Colors of #DFDCB1
Black with #DFDCB1
Text Example
Text Example
White with #DFDCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCB1; }
p { color: rgb(223,220,177); }
H1.HeaderClassName
{
color: #DFDCB1;
}
.AnyTagClassName
{
color: #DFDCB1;
}
</style>
background-color css
<style>
a { background-color: #DFDCB1; }
a { background-color: rgb(223,220,177); }
div.DivClassName
{
background-color: #DFDCB1;
}
.BgClassName
{
background-color: #DFDCB1;
}
</style>
border-color css
<style>
span { border-color: #DFDCB1; }
span { border-color: rgb(223,220,177); }
td.TdClassName
{
border-color: #DFDCB1;
}
.TagClassName
{
border-color: #DFDCB1;
}
</style>