Shades of French Lilac #DCBBD3
Tints of French Lilac #DCBBD3
RGB
CMYK
RGB Variations
Color information
#DCBBD3 (or 0xDCBBD3) is known color: French Lilac. HEX triplet: DC, BB and D3. RGB value is (220,187,211). Sum of RGB (Red+Green+Blue) = 220+187+211=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBD3 is #23442C. Grayscale: #C7C7C7. Windows color (decimal): -2311213 or 13876188. OLE color: 13876188.
HSL color Cylindrical-coordinate representation of color #DCBBD3: hue angle of 316.36º 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 #DCBBD3 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 211 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.14 |
| HSL | 316.36º | 0.32% | 0.8% | - |
| HSV(B) | 316.36º | 0.15% | 0.86% | - |
| XYZ | 59.04 | 55.46 | 69.22 | - |
| YUV | 199.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 211 | 0 | 0.15 | 0.04 | 0.14 | 316.36 | 0.32 | 0.8 |
| Hex | DC | BB | D3 | 0 | F | 4 | E | 13C | 20 | 50 |
| Octal | 334 | 273 | 323 | 0 | 17 | 4 | 16 | 474 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11010011 | 0 | 1111 | 100 | 1110 | 100111100 | 100000 | 1010000 |
Color Harmonies of #DCBBD3
Complementary color
Monochromatic Colors of #DCBBD3
Black with #DCBBD3
Text Example
Text Example
White with #DCBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBD3; }
p { color: rgb(220,187,211); }
H1.HeaderClassName
{
color: #DCBBD3;
}
.AnyTagClassName
{
color: #DCBBD3;
}
</style>
background-color css
<style>
a { background-color: #DCBBD3; }
a { background-color: rgb(220,187,211); }
div.DivClassName
{
background-color: #DCBBD3;
}
.BgClassName
{
background-color: #DCBBD3;
}
</style>
border-color css
<style>
span { border-color: #DCBBD3; }
span { border-color: rgb(220,187,211); }
td.TdClassName
{
border-color: #DCBBD3;
}
.TagClassName
{
border-color: #DCBBD3;
}
</style>