Shades of French Lilac #DFBBD8
Tints of French Lilac #DFBBD8
RGB
CMYK
RGB Variations
Color information
#DFBBD8 (or 0xDFBBD8) is known color: French Lilac. HEX triplet: DF, BB and D8. RGB value is (223,187,216). Sum of RGB (Red+Green+Blue) = 223+187+216=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBD8 is #204427. Grayscale: #C8C8C8. Windows color (decimal): -2114600 or 14203871. OLE color: 14203871.
HSL color Cylindrical-coordinate representation of color #DFBBD8: hue angle of 311.67º 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 #DFBBD8 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 216 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.13 |
| HSL | 311.67º | 0.36% | 0.8% | - |
| HSV(B) | 311.67º | 0.16% | 0.87% | - |
| XYZ | 60.6 | 56.19 | 72.62 | - |
| YUV | 201.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 216 | 0 | 0.16 | 0.03 | 0.13 | 311.67 | 0.36 | 0.8 |
| Hex | DF | BB | D8 | 0 | 10 | 3 | D | 138 | 24 | 50 |
| Octal | 337 | 273 | 330 | 0 | 20 | 3 | 15 | 470 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11011000 | 0 | 10000 | 11 | 1101 | 100111000 | 100100 | 1010000 |
Color Harmonies of #DFBBD8
Complementary color
Monochromatic Colors of #DFBBD8
Black with #DFBBD8
Text Example
Text Example
White with #DFBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBD8; }
p { color: rgb(223,187,216); }
H1.HeaderClassName
{
color: #DFBBD8;
}
.AnyTagClassName
{
color: #DFBBD8;
}
</style>
background-color css
<style>
a { background-color: #DFBBD8; }
a { background-color: rgb(223,187,216); }
div.DivClassName
{
background-color: #DFBBD8;
}
.BgClassName
{
background-color: #DFBBD8;
}
</style>
border-color css
<style>
span { border-color: #DFBBD8; }
span { border-color: rgb(223,187,216); }
td.TdClassName
{
border-color: #DFBBD8;
}
.TagClassName
{
border-color: #DFBBD8;
}
</style>