Shades of Mint Julep #DFDCAF
Tints of Mint Julep #DFDCAF
RGB
CMYK
RGB Variations
Color information
#DFDCAF (or 0xDFDCAF) is known color: Mint Julep. HEX triplet: DF, DC and AF. RGB value is (223,220,175). Sum of RGB (Red+Green+Blue) = 223+220+175=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCAF is #202350. Grayscale: #D7D7D7. Windows color (decimal): -2106193 or 11525343. OLE color: 11525343.
HSL color Cylindrical-coordinate representation of color #DFDCAF: hue angle of 56.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFDCAF is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 175 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.13 |
| HSL | 56.25º | 0.43% | 0.78% | - |
| HSV(B) | 56.25º | 0.22% | 0.87% | - |
| XYZ | 63.76 | 69.97 | 50.7 | - |
| YUV | 215.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 175 | 0 | 0.01 | 0.22 | 0.13 | 56.25 | 0.43 | 0.78 |
| Hex | DF | DC | AF | 0 | 1 | 16 | D | 38 | 2B | 4E |
| Octal | 337 | 334 | 257 | 0 | 1 | 26 | 15 | 70 | 53 | 116 |
| Binary | 11011111 | 11011100 | 10101111 | 0 | 1 | 10110 | 1101 | 111000 | 101011 | 1001110 |
Color Harmonies of #DFDCAF
Complementary color
Monochromatic Colors of #DFDCAF
Black with #DFDCAF
Text Example
Text Example
White with #DFDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCAF; }
p { color: rgb(223,220,175); }
H1.HeaderClassName
{
color: #DFDCAF;
}
.AnyTagClassName
{
color: #DFDCAF;
}
</style>
background-color css
<style>
a { background-color: #DFDCAF; }
a { background-color: rgb(223,220,175); }
div.DivClassName
{
background-color: #DFDCAF;
}
.BgClassName
{
background-color: #DFDCAF;
}
</style>
border-color css
<style>
span { border-color: #DFDCAF; }
span { border-color: rgb(223,220,175); }
td.TdClassName
{
border-color: #DFDCAF;
}
.TagClassName
{
border-color: #DFDCAF;
}
</style>