Shades of French Lilac #DFBBDB
Tints of French Lilac #DFBBDB
RGB
CMYK
RGB Variations
Color information
#DFBBDB (or 0xDFBBDB) is known color: French Lilac. HEX triplet: DF, BB and DB. RGB value is (223,187,219). Sum of RGB (Red+Green+Blue) = 223+187+219=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBDB is #204424. Grayscale: #C9C9C9. Windows color (decimal): -2114597 or 14400479. OLE color: 14400479.
HSL color Cylindrical-coordinate representation of color #DFBBDB: hue angle of 306.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBBDB is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 219 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.13 |
| HSL | 306.67º | 0.36% | 0.8% | - |
| HSV(B) | 306.67º | 0.16% | 0.87% | - |
| XYZ | 60.99 | 56.34 | 74.68 | - |
| YUV | 201.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 219 | 0 | 0.16 | 0.02 | 0.13 | 306.67 | 0.36 | 0.8 |
| Hex | DF | BB | DB | 0 | 10 | 2 | D | 133 | 24 | 50 |
| Octal | 337 | 273 | 333 | 0 | 20 | 2 | 15 | 463 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11011011 | 0 | 10000 | 10 | 1101 | 100110011 | 100100 | 1010000 |
Color Harmonies of #DFBBDB
Complementary color
Monochromatic Colors of #DFBBDB
Black with #DFBBDB
Text Example
Text Example
White with #DFBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBDB; }
p { color: rgb(223,187,219); }
H1.HeaderClassName
{
color: #DFBBDB;
}
.AnyTagClassName
{
color: #DFBBDB;
}
</style>
background-color css
<style>
a { background-color: #DFBBDB; }
a { background-color: rgb(223,187,219); }
div.DivClassName
{
background-color: #DFBBDB;
}
.BgClassName
{
background-color: #DFBBDB;
}
</style>
border-color css
<style>
span { border-color: #DFBBDB; }
span { border-color: rgb(223,187,219); }
td.TdClassName
{
border-color: #DFBBDB;
}
.TagClassName
{
border-color: #DFBBDB;
}
</style>