Shades of Mint Julep #DFDCAC
Tints of Mint Julep #DFDCAC
RGB
CMYK
RGB Variations
Color information
#DFDCAC (or 0xDFDCAC) is known color: Mint Julep. HEX triplet: DF, DC and AC. RGB value is (223,220,172). Sum of RGB (Red+Green+Blue) = 223+220+172=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCAC is #202353. Grayscale: #D7D7D7. Windows color (decimal): -2106196 or 11328735. OLE color: 11328735.
HSL color Cylindrical-coordinate representation of color #DFDCAC: hue angle of 56.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFDCAC is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 172 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.13 |
| HSL | 56.47º | 0.44% | 0.77% | - |
| HSV(B) | 56.47º | 0.23% | 0.87% | - |
| XYZ | 63.47 | 69.85 | 49.17 | - |
| YUV | 215.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 172 | 0 | 0.01 | 0.23 | 0.13 | 56.47 | 0.44 | 0.77 |
| Hex | DF | DC | AC | 0 | 1 | 17 | D | 38 | 2C | 4D |
| Octal | 337 | 334 | 254 | 0 | 1 | 27 | 15 | 70 | 54 | 115 |
| Binary | 11011111 | 11011100 | 10101100 | 0 | 1 | 10111 | 1101 | 111000 | 101100 | 1001101 |
Color Harmonies of #DFDCAC
Complementary color
Monochromatic Colors of #DFDCAC
Black with #DFDCAC
Text Example
Text Example
White with #DFDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCAC; }
p { color: rgb(223,220,172); }
H1.HeaderClassName
{
color: #DFDCAC;
}
.AnyTagClassName
{
color: #DFDCAC;
}
</style>
background-color css
<style>
a { background-color: #DFDCAC; }
a { background-color: rgb(223,220,172); }
div.DivClassName
{
background-color: #DFDCAC;
}
.BgClassName
{
background-color: #DFDCAC;
}
</style>
border-color css
<style>
span { border-color: #DFDCAC; }
span { border-color: rgb(223,220,172); }
td.TdClassName
{
border-color: #DFDCAC;
}
.TagClassName
{
border-color: #DFDCAC;
}
</style>