Shades of French Lilac #DFBCD5
Tints of French Lilac #DFBCD5
RGB
CMYK
RGB Variations
Color information
#DFBCD5 (or 0xDFBCD5) is known color: French Lilac. HEX triplet: DF, BC and D5. RGB value is (223,188,213). Sum of RGB (Red+Green+Blue) = 223+188+213=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCD5 is #20432A. Grayscale: #C9C9C9. Windows color (decimal): -2114347 or 14007519. OLE color: 14007519.
HSL color Cylindrical-coordinate representation of color #DFBCD5: hue angle of 317.14º 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 #DFBCD5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 213 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.13 |
| HSL | 317.14º | 0.35% | 0.81% | - |
| HSV(B) | 317.14º | 0.16% | 0.87% | - |
| XYZ | 60.42 | 56.46 | 70.66 | - |
| YUV | 201.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 213 | 0 | 0.16 | 0.04 | 0.13 | 317.14 | 0.35 | 0.81 |
| Hex | DF | BC | D5 | 0 | 10 | 4 | D | 13D | 23 | 51 |
| Octal | 337 | 274 | 325 | 0 | 20 | 4 | 15 | 475 | 43 | 121 |
| Binary | 11011111 | 10111100 | 11010101 | 0 | 10000 | 100 | 1101 | 100111101 | 100011 | 1010001 |
Color Harmonies of #DFBCD5
Complementary color
Monochromatic Colors of #DFBCD5
Black with #DFBCD5
Text Example
Text Example
White with #DFBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCD5; }
p { color: rgb(223,188,213); }
H1.HeaderClassName
{
color: #DFBCD5;
}
.AnyTagClassName
{
color: #DFBCD5;
}
</style>
background-color css
<style>
a { background-color: #DFBCD5; }
a { background-color: rgb(223,188,213); }
div.DivClassName
{
background-color: #DFBCD5;
}
.BgClassName
{
background-color: #DFBCD5;
}
</style>
border-color css
<style>
span { border-color: #DFBCD5; }
span { border-color: rgb(223,188,213); }
td.TdClassName
{
border-color: #DFBCD5;
}
.TagClassName
{
border-color: #DFBCD5;
}
</style>