Shades of Mint Julep #DFDAAC
Tints of Mint Julep #DFDAAC
RGB
CMYK
RGB Variations
Color information
#DFDAAC (or 0xDFDAAC) is known color: Mint Julep. HEX triplet: DF, DA and AC. RGB value is (223,218,172). Sum of RGB (Red+Green+Blue) = 223+218+172=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDAAC is #202553. Grayscale: #D6D6D6. Windows color (decimal): -2106708 or 11328223. OLE color: 11328223.
HSL color Cylindrical-coordinate representation of color #DFDAAC: hue angle of 54.12º 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 #DFDAAC is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 218 | 172 | - |
CMYK | 0 | 0.02 | 0.23 | 0.13 |
HSL | 54.12º | 0.44% | 0.77% | - |
HSV(B) | 54.12º | 0.23% | 0.87% | - |
XYZ | 62.95 | 68.81 | 48.99 | - |
YUV | 214.25 | 104.16 | 134.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 172 | 0 | 0.02 | 0.23 | 0.13 | 54.12 | 0.44 | 0.77 |
Hex | DF | DA | AC | 0 | 2 | 17 | D | 36 | 2C | 4D |
Octal | 337 | 332 | 254 | 0 | 2 | 27 | 15 | 66 | 54 | 115 |
Binary | 11011111 | 11011010 | 10101100 | 0 | 10 | 10111 | 1101 | 110110 | 101100 | 1001101 |
Color Harmonies of #DFDAAC
Complementary color
Monochromatic Colors of #DFDAAC
Black with #DFDAAC
Text Example
Text Example
White with #DFDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAAC; }
p { color: rgb(223,218,172); }
H1.HeaderClassName
{
color: #DFDAAC;
}
.AnyTagClassName
{
color: #DFDAAC;
}
</style>
background-color css
<style>
a { background-color: #DFDAAC; }
a { background-color: rgb(223,218,172); }
div.DivClassName
{
background-color: #DFDAAC;
}
.BgClassName
{
background-color: #DFDAAC;
}
</style>
border-color css
<style>
span { border-color: #DFDAAC; }
span { border-color: rgb(223,218,172); }
td.TdClassName
{
border-color: #DFDAAC;
}
.TagClassName
{
border-color: #DFDAAC;
}
</style>