Shades of French Lilac #DCBBDA
Tints of French Lilac #DCBBDA
RGB
CMYK
RGB Variations
Color information
#DCBBDA (or 0xDCBBDA) is known color: French Lilac. HEX triplet: DC, BB and DA. RGB value is (220,187,218). Sum of RGB (Red+Green+Blue) = 220+187+218=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBDA is #234425. Grayscale: #C8C8C8. Windows color (decimal): -2311206 or 14334940. OLE color: 14334940.
HSL color Cylindrical-coordinate representation of color #DCBBDA: hue angle of 303.64º 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 #DCBBDA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 218 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.14 |
| HSL | 303.64º | 0.32% | 0.8% | - |
| HSV(B) | 303.64º | 0.15% | 0.86% | - |
| XYZ | 59.94 | 55.82 | 73.94 | - |
| YUV | 200.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 218 | 0 | 0.15 | 0.01 | 0.14 | 303.64 | 0.32 | 0.8 |
| Hex | DC | BB | DA | 0 | F | 1 | E | 130 | 20 | 50 |
| Octal | 334 | 273 | 332 | 0 | 17 | 1 | 16 | 460 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11011010 | 0 | 1111 | 1 | 1110 | 100110000 | 100000 | 1010000 |
Color Harmonies of #DCBBDA
Complementary color
Monochromatic Colors of #DCBBDA
Black with #DCBBDA
Text Example
Text Example
White with #DCBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBDA; }
p { color: rgb(220,187,218); }
H1.HeaderClassName
{
color: #DCBBDA;
}
.AnyTagClassName
{
color: #DCBBDA;
}
</style>
background-color css
<style>
a { background-color: #DCBBDA; }
a { background-color: rgb(220,187,218); }
div.DivClassName
{
background-color: #DCBBDA;
}
.BgClassName
{
background-color: #DCBBDA;
}
</style>
border-color css
<style>
span { border-color: #DCBBDA; }
span { border-color: rgb(220,187,218); }
td.TdClassName
{
border-color: #DCBBDA;
}
.TagClassName
{
border-color: #DCBBDA;
}
</style>