Shades of French Lilac #DFACCE
Tints of French Lilac #DFACCE
RGB
CMYK
RGB Variations
Color information
#DFACCE (or 0xDFACCE) is known color: French Lilac. HEX triplet: DF, AC and CE. RGB value is (223,172,206). Sum of RGB (Red+Green+Blue) = 223+172+206=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACCE is #205331. Grayscale: #BFBFBF. Windows color (decimal): -2118450 or 13544671. OLE color: 13544671.
HSL color Cylindrical-coordinate representation of color #DFACCE: hue angle of 320º 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 #DFACCE is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 206 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.13 |
| HSL | 320º | 0.44% | 0.77% | - |
| HSV(B) | 320º | 0.23% | 0.87% | - |
| XYZ | 56.32 | 49.65 | 65.01 | - |
| YUV | 191.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 206 | 0 | 0.23 | 0.08 | 0.13 | 320 | 0.44 | 0.77 |
| Hex | DF | AC | CE | 0 | 17 | 8 | D | 140 | 2C | 4D |
| Octal | 337 | 254 | 316 | 0 | 27 | 10 | 15 | 500 | 54 | 115 |
| Binary | 11011111 | 10101100 | 11001110 | 0 | 10111 | 1000 | 1101 | 101000000 | 101100 | 1001101 |
Color Harmonies of #DFACCE
Complementary color
Monochromatic Colors of #DFACCE
Black with #DFACCE
Text Example
Text Example
White with #DFACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACCE; }
p { color: rgb(223,172,206); }
H1.HeaderClassName
{
color: #DFACCE;
}
.AnyTagClassName
{
color: #DFACCE;
}
</style>
background-color css
<style>
a { background-color: #DFACCE; }
a { background-color: rgb(223,172,206); }
div.DivClassName
{
background-color: #DFACCE;
}
.BgClassName
{
background-color: #DFACCE;
}
</style>
border-color css
<style>
span { border-color: #DFACCE; }
span { border-color: rgb(223,172,206); }
td.TdClassName
{
border-color: #DFACCE;
}
.TagClassName
{
border-color: #DFACCE;
}
</style>