Shades of French Lilac #DFBCDD
Tints of French Lilac #DFBCDD
RGB
CMYK
RGB Variations
Color information
#DFBCDD (or 0xDFBCDD) is known color: French Lilac. HEX triplet: DF, BC and DD. RGB value is (223,188,221). Sum of RGB (Red+Green+Blue) = 223+188+221=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCDD is #204322. Grayscale: #CACACA. Windows color (decimal): -2114339 or 14531807. OLE color: 14531807.
HSL color Cylindrical-coordinate representation of color #DFBCDD: hue angle of 303.43º 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 #DFBCDD is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 221 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.13 |
| HSL | 303.43º | 0.35% | 0.81% | - |
| HSV(B) | 303.43º | 0.16% | 0.87% | - |
| XYZ | 61.47 | 56.87 | 76.14 | - |
| YUV | 202.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 221 | 0 | 0.16 | 0.01 | 0.13 | 303.43 | 0.35 | 0.81 |
| Hex | DF | BC | DD | 0 | 10 | 1 | D | 12F | 23 | 51 |
| Octal | 337 | 274 | 335 | 0 | 20 | 1 | 15 | 457 | 43 | 121 |
| Binary | 11011111 | 10111100 | 11011101 | 0 | 10000 | 1 | 1101 | 100101111 | 100011 | 1010001 |
Color Harmonies of #DFBCDD
Complementary color
Monochromatic Colors of #DFBCDD
Black with #DFBCDD
Text Example
Text Example
White with #DFBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCDD; }
p { color: rgb(223,188,221); }
H1.HeaderClassName
{
color: #DFBCDD;
}
.AnyTagClassName
{
color: #DFBCDD;
}
</style>
background-color css
<style>
a { background-color: #DFBCDD; }
a { background-color: rgb(223,188,221); }
div.DivClassName
{
background-color: #DFBCDD;
}
.BgClassName
{
background-color: #DFBCDD;
}
</style>
border-color css
<style>
span { border-color: #DFBCDD; }
span { border-color: rgb(223,188,221); }
td.TdClassName
{
border-color: #DFBCDD;
}
.TagClassName
{
border-color: #DFBCDD;
}
</style>