Shades of French Lilac #DBBCD3
Tints of French Lilac #DBBCD3
RGB
CMYK
RGB Variations
Color information
#DBBCD3 (or 0xDBBCD3) is known color: French Lilac. HEX triplet: DB, BC and D3. RGB value is (219,188,211). Sum of RGB (Red+Green+Blue) = 219+188+211=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCD3 is #24432C. Grayscale: #C7C7C7. Windows color (decimal): -2376493 or 13876443. OLE color: 13876443.
HSL color Cylindrical-coordinate representation of color #DBBCD3: hue angle of 315.48º 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 #DBBCD3 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 211 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.14 |
| HSL | 315.48º | 0.3% | 0.8% | - |
| HSV(B) | 315.48º | 0.14% | 0.86% | - |
| XYZ | 58.95 | 55.73 | 69.28 | - |
| YUV | 199.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 211 | 0 | 0.14 | 0.04 | 0.14 | 315.48 | 0.3 | 0.8 |
| Hex | DB | BC | D3 | 0 | E | 4 | E | 13B | 1E | 50 |
| Octal | 333 | 274 | 323 | 0 | 16 | 4 | 16 | 473 | 36 | 120 |
| Binary | 11011011 | 10111100 | 11010011 | 0 | 1110 | 100 | 1110 | 100111011 | 11110 | 1010000 |
Color Harmonies of #DBBCD3
Complementary color
Monochromatic Colors of #DBBCD3
Black with #DBBCD3
Text Example
Text Example
White with #DBBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCD3; }
p { color: rgb(219,188,211); }
H1.HeaderClassName
{
color: #DBBCD3;
}
.AnyTagClassName
{
color: #DBBCD3;
}
</style>
background-color css
<style>
a { background-color: #DBBCD3; }
a { background-color: rgb(219,188,211); }
div.DivClassName
{
background-color: #DBBCD3;
}
.BgClassName
{
background-color: #DBBCD3;
}
</style>
border-color css
<style>
span { border-color: #DBBCD3; }
span { border-color: rgb(219,188,211); }
td.TdClassName
{
border-color: #DBBCD3;
}
.TagClassName
{
border-color: #DBBCD3;
}
</style>