Shades of French Lilac #DFBBDD
Tints of French Lilac #DFBBDD
RGB
CMYK
RGB Variations
Color information
#DFBBDD (or 0xDFBBDD) is known color: French Lilac. HEX triplet: DF, BB and DD. RGB value is (223,187,221). Sum of RGB (Red+Green+Blue) = 223+187+221=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBDD is #204422. Grayscale: #C9C9C9. Windows color (decimal): -2114595 or 14531551. OLE color: 14531551.
HSL color Cylindrical-coordinate representation of color #DFBBDD: hue angle of 303.33º 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 #DFBBDD is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 221 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.13 |
| HSL | 303.33º | 0.36% | 0.8% | - |
| HSV(B) | 303.33º | 0.16% | 0.87% | - |
| XYZ | 61.25 | 56.45 | 76.07 | - |
| YUV | 201.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 221 | 0 | 0.16 | 0.01 | 0.13 | 303.33 | 0.36 | 0.8 |
| Hex | DF | BB | DD | 0 | 10 | 1 | D | 12F | 24 | 50 |
| Octal | 337 | 273 | 335 | 0 | 20 | 1 | 15 | 457 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11011101 | 0 | 10000 | 1 | 1101 | 100101111 | 100100 | 1010000 |
Color Harmonies of #DFBBDD
Complementary color
Monochromatic Colors of #DFBBDD
Black with #DFBBDD
Text Example
Text Example
White with #DFBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBDD; }
p { color: rgb(223,187,221); }
H1.HeaderClassName
{
color: #DFBBDD;
}
.AnyTagClassName
{
color: #DFBBDD;
}
</style>
background-color css
<style>
a { background-color: #DFBBDD; }
a { background-color: rgb(223,187,221); }
div.DivClassName
{
background-color: #DFBBDD;
}
.BgClassName
{
background-color: #DFBBDD;
}
</style>
border-color css
<style>
span { border-color: #DFBBDD; }
span { border-color: rgb(223,187,221); }
td.TdClassName
{
border-color: #DFBBDD;
}
.TagClassName
{
border-color: #DFBBDD;
}
</style>