Shades of Mint Julep #DFDBAC
Tints of Mint Julep #DFDBAC
RGB
CMYK
RGB Variations
Color information
#DFDBAC (or 0xDFDBAC) is known color: Mint Julep. HEX triplet: DF, DB and AC. RGB value is (223,219,172). Sum of RGB (Red+Green+Blue) = 223+219+172=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDBAC is #202453. Grayscale: #D7D7D7. Windows color (decimal): -2106452 or 11328479. OLE color: 11328479.
HSL color Cylindrical-coordinate representation of color #DFDBAC: hue angle of 55.29º 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 #DFDBAC is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 219 | 172 | - |
CMYK | 0 | 0.02 | 0.23 | 0.13 |
HSL | 55.29º | 0.44% | 0.77% | - |
HSV(B) | 55.29º | 0.23% | 0.87% | - |
XYZ | 63.21 | 69.33 | 49.08 | - |
YUV | 214.84 | 103.83 | 133.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 172 | 0 | 0.02 | 0.23 | 0.13 | 55.29 | 0.44 | 0.77 |
Hex | DF | DB | AC | 0 | 2 | 17 | D | 37 | 2C | 4D |
Octal | 337 | 333 | 254 | 0 | 2 | 27 | 15 | 67 | 54 | 115 |
Binary | 11011111 | 11011011 | 10101100 | 0 | 10 | 10111 | 1101 | 110111 | 101100 | 1001101 |
Color Harmonies of #DFDBAC
Complementary color
Monochromatic Colors of #DFDBAC
Black with #DFDBAC
Text Example
Text Example
White with #DFDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBAC; }
p { color: rgb(223,219,172); }
H1.HeaderClassName
{
color: #DFDBAC;
}
.AnyTagClassName
{
color: #DFDBAC;
}
</style>
background-color css
<style>
a { background-color: #DFDBAC; }
a { background-color: rgb(223,219,172); }
div.DivClassName
{
background-color: #DFDBAC;
}
.BgClassName
{
background-color: #DFDBAC;
}
</style>
border-color css
<style>
span { border-color: #DFDBAC; }
span { border-color: rgb(223,219,172); }
td.TdClassName
{
border-color: #DFDBAC;
}
.TagClassName
{
border-color: #DFDBAC;
}
</style>