Shades of Mint Julep #DFDAB1
Tints of Mint Julep #DFDAB1
RGB
CMYK
RGB Variations
Color information
#DFDAB1 (or 0xDFDAB1) is known color: Mint Julep. HEX triplet: DF, DA and B1. RGB value is (223,218,177). Sum of RGB (Red+Green+Blue) = 223+218+177=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAB1 is #20254E. Grayscale: #D6D6D6. Windows color (decimal): -2106703 or 11655903. OLE color: 11655903.
HSL color Cylindrical-coordinate representation of color #DFDAB1: hue angle of 53.48º 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 #DFDAB1 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 177 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.13 |
| HSL | 53.48º | 0.42% | 0.78% | - |
| HSV(B) | 53.48º | 0.21% | 0.87% | - |
| XYZ | 63.44 | 69.01 | 51.57 | - |
| YUV | 214.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 177 | 0 | 0.02 | 0.21 | 0.13 | 53.48 | 0.42 | 0.78 |
| Hex | DF | DA | B1 | 0 | 2 | 15 | D | 35 | 2A | 4E |
| Octal | 337 | 332 | 261 | 0 | 2 | 25 | 15 | 65 | 52 | 116 |
| Binary | 11011111 | 11011010 | 10110001 | 0 | 10 | 10101 | 1101 | 110101 | 101010 | 1001110 |
Color Harmonies of #DFDAB1
Complementary color
Monochromatic Colors of #DFDAB1
Black with #DFDAB1
Text Example
Text Example
White with #DFDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAB1; }
p { color: rgb(223,218,177); }
H1.HeaderClassName
{
color: #DFDAB1;
}
.AnyTagClassName
{
color: #DFDAB1;
}
</style>
background-color css
<style>
a { background-color: #DFDAB1; }
a { background-color: rgb(223,218,177); }
div.DivClassName
{
background-color: #DFDAB1;
}
.BgClassName
{
background-color: #DFDAB1;
}
</style>
border-color css
<style>
span { border-color: #DFDAB1; }
span { border-color: rgb(223,218,177); }
td.TdClassName
{
border-color: #DFDAB1;
}
.TagClassName
{
border-color: #DFDAB1;
}
</style>