Shades of French Lilac #DFBCDB
Tints of French Lilac #DFBCDB
RGB
CMYK
RGB Variations
Color information
#DFBCDB (or 0xDFBCDB) is known color: French Lilac. HEX triplet: DF, BC and DB. RGB value is (223,188,219). Sum of RGB (Red+Green+Blue) = 223+188+219=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCDB is #204324. Grayscale: #C9C9C9. Windows color (decimal): -2114341 or 14400735. OLE color: 14400735.
HSL color Cylindrical-coordinate representation of color #DFBCDB: hue angle of 306.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBCDB is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 219 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.13 |
| HSL | 306.86º | 0.35% | 0.81% | - |
| HSV(B) | 306.86º | 0.16% | 0.87% | - |
| XYZ | 61.2 | 56.77 | 74.75 | - |
| YUV | 202 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 219 | 0 | 0.16 | 0.02 | 0.13 | 306.86 | 0.35 | 0.81 |
| Hex | DF | BC | DB | 0 | 10 | 2 | D | 133 | 23 | 51 |
| Octal | 337 | 274 | 333 | 0 | 20 | 2 | 15 | 463 | 43 | 121 |
| Binary | 11011111 | 10111100 | 11011011 | 0 | 10000 | 10 | 1101 | 100110011 | 100011 | 1010001 |
Color Harmonies of #DFBCDB
Complementary color
Monochromatic Colors of #DFBCDB
Black with #DFBCDB
Text Example
Text Example
White with #DFBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCDB; }
p { color: rgb(223,188,219); }
H1.HeaderClassName
{
color: #DFBCDB;
}
.AnyTagClassName
{
color: #DFBCDB;
}
</style>
background-color css
<style>
a { background-color: #DFBCDB; }
a { background-color: rgb(223,188,219); }
div.DivClassName
{
background-color: #DFBCDB;
}
.BgClassName
{
background-color: #DFBCDB;
}
</style>
border-color css
<style>
span { border-color: #DFBCDB; }
span { border-color: rgb(223,188,219); }
td.TdClassName
{
border-color: #DFBCDB;
}
.TagClassName
{
border-color: #DFBCDB;
}
</style>