Shades of French Lilac #DFADDB
Tints of French Lilac #DFADDB
RGB
CMYK
RGB Variations
Color information
#DFADDB (or 0xDFADDB) is known color: French Lilac. HEX triplet: DF, AD and DB. RGB value is (223,173,219). Sum of RGB (Red+Green+Blue) = 223+173+219=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADDB is #205224. Grayscale: #C1C1C1. Windows color (decimal): -2118181 or 14396895. OLE color: 14396895.
HSL color Cylindrical-coordinate representation of color #DFADDB: hue angle of 304.8º 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 #DFADDB is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 219 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.13 |
| HSL | 304.8º | 0.44% | 0.78% | - |
| HSV(B) | 304.8º | 0.22% | 0.87% | - |
| XYZ | 58.16 | 50.69 | 73.74 | - |
| YUV | 193.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 219 | 0 | 0.22 | 0.02 | 0.13 | 304.8 | 0.44 | 0.78 |
| Hex | DF | AD | DB | 0 | 16 | 2 | D | 131 | 2C | 4E |
| Octal | 337 | 255 | 333 | 0 | 26 | 2 | 15 | 461 | 54 | 116 |
| Binary | 11011111 | 10101101 | 11011011 | 0 | 10110 | 10 | 1101 | 100110001 | 101100 | 1001110 |
Color Harmonies of #DFADDB
Complementary color
Monochromatic Colors of #DFADDB
Black with #DFADDB
Text Example
Text Example
White with #DFADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADDB; }
p { color: rgb(223,173,219); }
H1.HeaderClassName
{
color: #DFADDB;
}
.AnyTagClassName
{
color: #DFADDB;
}
</style>
background-color css
<style>
a { background-color: #DFADDB; }
a { background-color: rgb(223,173,219); }
div.DivClassName
{
background-color: #DFADDB;
}
.BgClassName
{
background-color: #DFADDB;
}
</style>
border-color css
<style>
span { border-color: #DFADDB; }
span { border-color: rgb(223,173,219); }
td.TdClassName
{
border-color: #DFADDB;
}
.TagClassName
{
border-color: #DFADDB;
}
</style>