Shades of French Lilac #DBA7D3
Tints of French Lilac #DBA7D3
RGB
CMYK
RGB Variations
Color information
#DBA7D3 (or 0xDBA7D3) is known color: French Lilac. HEX triplet: DB, A7 and D3. RGB value is (219,167,211). Sum of RGB (Red+Green+Blue) = 219+167+211=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7D3 is #24582C. Grayscale: #BBBBBB. Windows color (decimal): -2381869 or 13871067. OLE color: 13871067.
HSL color Cylindrical-coordinate representation of color #DBA7D3: hue angle of 309.23º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7D3 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 211 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.14 |
| HSL | 309.23º | 0.42% | 0.76% | - |
| HSV(B) | 309.23º | 0.24% | 0.86% | - |
| XYZ | 54.79 | 47.4 | 67.89 | - |
| YUV | 187.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 211 | 0 | 0.24 | 0.04 | 0.14 | 309.23 | 0.42 | 0.76 |
| Hex | DB | A7 | D3 | 0 | 18 | 4 | E | 135 | 2A | 4C |
| Octal | 333 | 247 | 323 | 0 | 30 | 4 | 16 | 465 | 52 | 114 |
| Binary | 11011011 | 10100111 | 11010011 | 0 | 11000 | 100 | 1110 | 100110101 | 101010 | 1001100 |
Color Harmonies of #DBA7D3
Complementary color
Monochromatic Colors of #DBA7D3
Black with #DBA7D3
Text Example
Text Example
White with #DBA7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7D3; }
p { color: rgb(219,167,211); }
H1.HeaderClassName
{
color: #DBA7D3;
}
.AnyTagClassName
{
color: #DBA7D3;
}
</style>
background-color css
<style>
a { background-color: #DBA7D3; }
a { background-color: rgb(219,167,211); }
div.DivClassName
{
background-color: #DBA7D3;
}
.BgClassName
{
background-color: #DBA7D3;
}
</style>
border-color css
<style>
span { border-color: #DBA7D3; }
span { border-color: rgb(219,167,211); }
td.TdClassName
{
border-color: #DBA7D3;
}
.TagClassName
{
border-color: #DBA7D3;
}
</style>