Shades of French Lilac #DFAFDA
Tints of French Lilac #DFAFDA
RGB
CMYK
RGB Variations
Color information
#DFAFDA (or 0xDFAFDA) is known color: French Lilac. HEX triplet: DF, AF and DA. RGB value is (223,175,218). Sum of RGB (Red+Green+Blue) = 223+175+218=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFDA is #205025. Grayscale: #C2C2C2. Windows color (decimal): -2117670 or 14331871. OLE color: 14331871.
HSL color Cylindrical-coordinate representation of color #DFAFDA: hue angle of 306.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFDA is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 218 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.13 |
| HSL | 306.25º | 0.43% | 0.78% | - |
| HSV(B) | 306.25º | 0.22% | 0.87% | - |
| XYZ | 58.42 | 51.41 | 73.17 | - |
| YUV | 194.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 218 | 0 | 0.22 | 0.02 | 0.13 | 306.25 | 0.43 | 0.78 |
| Hex | DF | AF | DA | 0 | 16 | 2 | D | 132 | 2B | 4E |
| Octal | 337 | 257 | 332 | 0 | 26 | 2 | 15 | 462 | 53 | 116 |
| Binary | 11011111 | 10101111 | 11011010 | 0 | 10110 | 10 | 1101 | 100110010 | 101011 | 1001110 |
Color Harmonies of #DFAFDA
Complementary color
Monochromatic Colors of #DFAFDA
Black with #DFAFDA
Text Example
Text Example
White with #DFAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAFDA; }
p { color: rgb(223,175,218); }
H1.HeaderClassName
{
color: #DFAFDA;
}
.AnyTagClassName
{
color: #DFAFDA;
}
</style>
background-color css
<style>
a { background-color: #DFAFDA; }
a { background-color: rgb(223,175,218); }
div.DivClassName
{
background-color: #DFAFDA;
}
.BgClassName
{
background-color: #DFAFDA;
}
</style>
border-color css
<style>
span { border-color: #DFAFDA; }
span { border-color: rgb(223,175,218); }
td.TdClassName
{
border-color: #DFAFDA;
}
.TagClassName
{
border-color: #DFAFDA;
}
</style>