Shades of French Lilac #DFBBD6
Tints of French Lilac #DFBBD6
RGB
CMYK
RGB Variations
Color information
#DFBBD6 (or 0xDFBBD6) is known color: French Lilac. HEX triplet: DF, BB and D6. RGB value is (223,187,214). Sum of RGB (Red+Green+Blue) = 223+187+214=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBD6 is #204429. Grayscale: #C8C8C8. Windows color (decimal): -2114602 or 14072799. OLE color: 14072799.
HSL color Cylindrical-coordinate representation of color #DFBBD6: hue angle of 315º 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 #DFBBD6 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 214 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.13 |
| HSL | 315º | 0.36% | 0.8% | - |
| HSV(B) | 315º | 0.16% | 0.87% | - |
| XYZ | 60.34 | 56.08 | 71.26 | - |
| YUV | 200.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 214 | 0 | 0.16 | 0.04 | 0.13 | 315 | 0.36 | 0.8 |
| Hex | DF | BB | D6 | 0 | 10 | 4 | D | 13B | 24 | 50 |
| Octal | 337 | 273 | 326 | 0 | 20 | 4 | 15 | 473 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11010110 | 0 | 10000 | 100 | 1101 | 100111011 | 100100 | 1010000 |
Color Harmonies of #DFBBD6
Complementary color
Monochromatic Colors of #DFBBD6
Black with #DFBBD6
Text Example
Text Example
White with #DFBBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBD6; }
p { color: rgb(223,187,214); }
H1.HeaderClassName
{
color: #DFBBD6;
}
.AnyTagClassName
{
color: #DFBBD6;
}
</style>
background-color css
<style>
a { background-color: #DFBBD6; }
a { background-color: rgb(223,187,214); }
div.DivClassName
{
background-color: #DFBBD6;
}
.BgClassName
{
background-color: #DFBBD6;
}
</style>
border-color css
<style>
span { border-color: #DFBBD6; }
span { border-color: rgb(223,187,214); }
td.TdClassName
{
border-color: #DFBBD6;
}
.TagClassName
{
border-color: #DFBBD6;
}
</style>