Shades of French Lilac #DFACD3
Tints of French Lilac #DFACD3
RGB
CMYK
RGB Variations
Color information
#DFACD3 (or 0xDFACD3) is known color: French Lilac. HEX triplet: DF, AC and D3. RGB value is (223,172,211). Sum of RGB (Red+Green+Blue) = 223+172+211=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACD3 is #20532C. Grayscale: #BFBFBF. Windows color (decimal): -2118445 or 13872351. OLE color: 13872351.
HSL color Cylindrical-coordinate representation of color #DFACD3: hue angle of 314.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 #DFACD3 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 211 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.13 |
| HSL | 314.12º | 0.44% | 0.77% | - |
| HSV(B) | 314.12º | 0.23% | 0.87% | - |
| XYZ | 56.94 | 49.9 | 68.26 | - |
| YUV | 191.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 211 | 0 | 0.23 | 0.05 | 0.13 | 314.12 | 0.44 | 0.77 |
| Hex | DF | AC | D3 | 0 | 17 | 5 | D | 13A | 2C | 4D |
| Octal | 337 | 254 | 323 | 0 | 27 | 5 | 15 | 472 | 54 | 115 |
| Binary | 11011111 | 10101100 | 11010011 | 0 | 10111 | 101 | 1101 | 100111010 | 101100 | 1001101 |
Color Harmonies of #DFACD3
Complementary color
Monochromatic Colors of #DFACD3
Black with #DFACD3
Text Example
Text Example
White with #DFACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACD3; }
p { color: rgb(223,172,211); }
H1.HeaderClassName
{
color: #DFACD3;
}
.AnyTagClassName
{
color: #DFACD3;
}
</style>
background-color css
<style>
a { background-color: #DFACD3; }
a { background-color: rgb(223,172,211); }
div.DivClassName
{
background-color: #DFACD3;
}
.BgClassName
{
background-color: #DFACD3;
}
</style>
border-color css
<style>
span { border-color: #DFACD3; }
span { border-color: rgb(223,172,211); }
td.TdClassName
{
border-color: #DFACD3;
}
.TagClassName
{
border-color: #DFACD3;
}
</style>