Shades of French Lilac #DBBDD3
Tints of French Lilac #DBBDD3
RGB
CMYK
RGB Variations
Color information
#DBBDD3 (or 0xDBBDD3) is known color: French Lilac. HEX triplet: DB, BD and D3. RGB value is (219,189,211). Sum of RGB (Red+Green+Blue) = 219+189+211=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDD3 is #24422C. Grayscale: #C8C8C8. Windows color (decimal): -2376237 or 13876699. OLE color: 13876699.
HSL color Cylindrical-coordinate representation of color #DBBDD3: hue angle of 316º degrees, saturation: 0.29, 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 #DBBDD3 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 211 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.14 |
| HSL | 316º | 0.29% | 0.8% | - |
| HSV(B) | 316º | 0.14% | 0.86% | - |
| XYZ | 59.17 | 56.16 | 69.35 | - |
| YUV | 200.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 211 | 0 | 0.14 | 0.04 | 0.14 | 316 | 0.29 | 0.8 |
| Hex | DB | BD | D3 | 0 | E | 4 | E | 13C | 1D | 50 |
| Octal | 333 | 275 | 323 | 0 | 16 | 4 | 16 | 474 | 35 | 120 |
| Binary | 11011011 | 10111101 | 11010011 | 0 | 1110 | 100 | 1110 | 100111100 | 11101 | 1010000 |
Color Harmonies of #DBBDD3
Complementary color
Monochromatic Colors of #DBBDD3
Black with #DBBDD3
Text Example
Text Example
White with #DBBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDD3; }
p { color: rgb(219,189,211); }
H1.HeaderClassName
{
color: #DBBDD3;
}
.AnyTagClassName
{
color: #DBBDD3;
}
</style>
background-color css
<style>
a { background-color: #DBBDD3; }
a { background-color: rgb(219,189,211); }
div.DivClassName
{
background-color: #DBBDD3;
}
.BgClassName
{
background-color: #DBBDD3;
}
</style>
border-color css
<style>
span { border-color: #DBBDD3; }
span { border-color: rgb(219,189,211); }
td.TdClassName
{
border-color: #DBBDD3;
}
.TagClassName
{
border-color: #DBBDD3;
}
</style>