Shades of French Lilac #DBBCD5
Tints of French Lilac #DBBCD5
RGB
CMYK
RGB Variations
Color information
#DBBCD5 (or 0xDBBCD5) is known color: French Lilac. HEX triplet: DB, BC and D5. RGB value is (219,188,213). Sum of RGB (Red+Green+Blue) = 219+188+213=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCD5 is #24432A. Grayscale: #C8C8C8. Windows color (decimal): -2376491 or 14007515. OLE color: 14007515.
HSL color Cylindrical-coordinate representation of color #DBBCD5: hue angle of 311.61º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBCD5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 213 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.14 |
| HSL | 311.61º | 0.3% | 0.8% | - |
| HSV(B) | 311.61º | 0.14% | 0.86% | - |
| XYZ | 59.21 | 55.83 | 70.61 | - |
| YUV | 200.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 213 | 0 | 0.14 | 0.03 | 0.14 | 311.61 | 0.3 | 0.8 |
| Hex | DB | BC | D5 | 0 | E | 3 | E | 138 | 1E | 50 |
| Octal | 333 | 274 | 325 | 0 | 16 | 3 | 16 | 470 | 36 | 120 |
| Binary | 11011011 | 10111100 | 11010101 | 0 | 1110 | 11 | 1110 | 100111000 | 11110 | 1010000 |
Color Harmonies of #DBBCD5
Complementary color
Monochromatic Colors of #DBBCD5
Black with #DBBCD5
Text Example
Text Example
White with #DBBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCD5; }
p { color: rgb(219,188,213); }
H1.HeaderClassName
{
color: #DBBCD5;
}
.AnyTagClassName
{
color: #DBBCD5;
}
</style>
background-color css
<style>
a { background-color: #DBBCD5; }
a { background-color: rgb(219,188,213); }
div.DivClassName
{
background-color: #DBBCD5;
}
.BgClassName
{
background-color: #DBBCD5;
}
</style>
border-color css
<style>
span { border-color: #DBBCD5; }
span { border-color: rgb(219,188,213); }
td.TdClassName
{
border-color: #DBBCD5;
}
.TagClassName
{
border-color: #DBBCD5;
}
</style>