Shades of French Lilac #DFADDA
Tints of French Lilac #DFADDA
RGB
CMYK
RGB Variations
Color information
#DFADDA (or 0xDFADDA) is known color: French Lilac. HEX triplet: DF, AD and DA. RGB value is (223,173,218). Sum of RGB (Red+Green+Blue) = 223+173+218=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADDA is #205225. Grayscale: #C0C0C0. Windows color (decimal): -2118182 or 14331359. OLE color: 14331359.
HSL color Cylindrical-coordinate representation of color #DFADDA: hue angle of 306º degrees, saturation: 0.44, 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 #DFADDA is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 218 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.13 |
| HSL | 306º | 0.44% | 0.78% | - |
| HSV(B) | 306º | 0.22% | 0.87% | - |
| XYZ | 58.03 | 50.64 | 73.05 | - |
| YUV | 193.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 218 | 0 | 0.22 | 0.02 | 0.13 | 306 | 0.44 | 0.78 |
| Hex | DF | AD | DA | 0 | 16 | 2 | D | 132 | 2C | 4E |
| Octal | 337 | 255 | 332 | 0 | 26 | 2 | 15 | 462 | 54 | 116 |
| Binary | 11011111 | 10101101 | 11011010 | 0 | 10110 | 10 | 1101 | 100110010 | 101100 | 1001110 |
Color Harmonies of #DFADDA
Complementary color
Monochromatic Colors of #DFADDA
Black with #DFADDA
Text Example
Text Example
White with #DFADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADDA; }
p { color: rgb(223,173,218); }
H1.HeaderClassName
{
color: #DFADDA;
}
.AnyTagClassName
{
color: #DFADDA;
}
</style>
background-color css
<style>
a { background-color: #DFADDA; }
a { background-color: rgb(223,173,218); }
div.DivClassName
{
background-color: #DFADDA;
}
.BgClassName
{
background-color: #DFADDA;
}
</style>
border-color css
<style>
span { border-color: #DFADDA; }
span { border-color: rgb(223,173,218); }
td.TdClassName
{
border-color: #DFADDA;
}
.TagClassName
{
border-color: #DFADDA;
}
</style>