Shades of French Lilac #DFAEDB
Tints of French Lilac #DFAEDB
RGB
CMYK
RGB Variations
Color information
#DFAEDB (or 0xDFAEDB) is known color: French Lilac. HEX triplet: DF, AE and DB. RGB value is (223,174,219). Sum of RGB (Red+Green+Blue) = 223+174+219=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEDB is #205124. Grayscale: #C1C1C1. Windows color (decimal): -2117925 or 14397151. OLE color: 14397151.
HSL color Cylindrical-coordinate representation of color #DFAEDB: hue angle of 304.9º 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 #DFAEDB is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 219 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.13 |
| HSL | 304.9º | 0.43% | 0.78% | - |
| HSV(B) | 304.9º | 0.22% | 0.87% | - |
| XYZ | 58.35 | 51.07 | 73.8 | - |
| YUV | 193.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 219 | 0 | 0.22 | 0.02 | 0.13 | 304.9 | 0.43 | 0.78 |
| Hex | DF | AE | DB | 0 | 16 | 2 | D | 131 | 2B | 4E |
| Octal | 337 | 256 | 333 | 0 | 26 | 2 | 15 | 461 | 53 | 116 |
| Binary | 11011111 | 10101110 | 11011011 | 0 | 10110 | 10 | 1101 | 100110001 | 101011 | 1001110 |
Color Harmonies of #DFAEDB
Complementary color
Monochromatic Colors of #DFAEDB
Black with #DFAEDB
Text Example
Text Example
White with #DFAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEDB; }
p { color: rgb(223,174,219); }
H1.HeaderClassName
{
color: #DFAEDB;
}
.AnyTagClassName
{
color: #DFAEDB;
}
</style>
background-color css
<style>
a { background-color: #DFAEDB; }
a { background-color: rgb(223,174,219); }
div.DivClassName
{
background-color: #DFAEDB;
}
.BgClassName
{
background-color: #DFAEDB;
}
</style>
border-color css
<style>
span { border-color: #DFAEDB; }
span { border-color: rgb(223,174,219); }
td.TdClassName
{
border-color: #DFAEDB;
}
.TagClassName
{
border-color: #DFAEDB;
}
</style>