Shades of French Lilac #DFACD9
Tints of French Lilac #DFACD9
RGB
CMYK
RGB Variations
Color information
#DFACD9 (or 0xDFACD9) is known color: French Lilac. HEX triplet: DF, AC and D9. RGB value is (223,172,217). Sum of RGB (Red+Green+Blue) = 223+172+217=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACD9 is #205326. Grayscale: #C0C0C0. Windows color (decimal): -2118439 or 14265567. OLE color: 14265567.
HSL color Cylindrical-coordinate representation of color #DFACD9: hue angle of 307.06º 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 #DFACD9 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 172 | 217 | - |
CMYK | 0 | 0.23 | 0.03 | 0.13 |
HSL | 307.06º | 0.44% | 0.77% | - |
HSV(B) | 307.06º | 0.23% | 0.87% | - |
XYZ | 57.71 | 50.2 | 72.29 | - |
YUV | 192.38 | 141.9 | 149.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 172 | 217 | 0 | 0.23 | 0.03 | 0.13 | 307.06 | 0.44 | 0.77 |
Hex | DF | AC | D9 | 0 | 17 | 3 | D | 133 | 2C | 4D |
Octal | 337 | 254 | 331 | 0 | 27 | 3 | 15 | 463 | 54 | 115 |
Binary | 11011111 | 10101100 | 11011001 | 0 | 10111 | 11 | 1101 | 100110011 | 101100 | 1001101 |
Color Harmonies of #DFACD9
Complementary color
Monochromatic Colors of #DFACD9
Black with #DFACD9
Text Example
Text Example
White with #DFACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACD9; }
p { color: rgb(223,172,217); }
H1.HeaderClassName
{
color: #DFACD9;
}
.AnyTagClassName
{
color: #DFACD9;
}
</style>
background-color css
<style>
a { background-color: #DFACD9; }
a { background-color: rgb(223,172,217); }
div.DivClassName
{
background-color: #DFACD9;
}
.BgClassName
{
background-color: #DFACD9;
}
</style>
border-color css
<style>
span { border-color: #DFACD9; }
span { border-color: rgb(223,172,217); }
td.TdClassName
{
border-color: #DFACD9;
}
.TagClassName
{
border-color: #DFACD9;
}
</style>