Shades of French Lilac #DCBBD8
Tints of French Lilac #DCBBD8
RGB
CMYK
RGB Variations
Color information
#DCBBD8 (or 0xDCBBD8) is known color: French Lilac. HEX triplet: DC, BB and D8. RGB value is (220,187,216). Sum of RGB (Red+Green+Blue) = 220+187+216=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBD8 is #234427. Grayscale: #C8C8C8. Windows color (decimal): -2311208 or 14203868. OLE color: 14203868.
HSL color Cylindrical-coordinate representation of color #DCBBD8: hue angle of 307.27º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBBD8 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 216 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.14 |
| HSL | 307.27º | 0.32% | 0.8% | - |
| HSV(B) | 307.27º | 0.15% | 0.86% | - |
| XYZ | 59.68 | 55.71 | 72.57 | - |
| YUV | 200.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 216 | 0 | 0.15 | 0.02 | 0.14 | 307.27 | 0.32 | 0.8 |
| Hex | DC | BB | D8 | 0 | F | 2 | E | 133 | 20 | 50 |
| Octal | 334 | 273 | 330 | 0 | 17 | 2 | 16 | 463 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11011000 | 0 | 1111 | 10 | 1110 | 100110011 | 100000 | 1010000 |
Color Harmonies of #DCBBD8
Complementary color
Monochromatic Colors of #DCBBD8
Black with #DCBBD8
Text Example
Text Example
White with #DCBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBD8; }
p { color: rgb(220,187,216); }
H1.HeaderClassName
{
color: #DCBBD8;
}
.AnyTagClassName
{
color: #DCBBD8;
}
</style>
background-color css
<style>
a { background-color: #DCBBD8; }
a { background-color: rgb(220,187,216); }
div.DivClassName
{
background-color: #DCBBD8;
}
.BgClassName
{
background-color: #DCBBD8;
}
</style>
border-color css
<style>
span { border-color: #DCBBD8; }
span { border-color: rgb(220,187,216); }
td.TdClassName
{
border-color: #DCBBD8;
}
.TagClassName
{
border-color: #DCBBD8;
}
</style>