Shades of French Lilac #DBA8D3
Tints of French Lilac #DBA8D3
RGB
CMYK
RGB Variations
Color information
#DBA8D3 (or 0xDBA8D3) is known color: French Lilac. HEX triplet: DB, A8 and D3. RGB value is (219,168,211). Sum of RGB (Red+Green+Blue) = 219+168+211=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8D3 is #24572C. Grayscale: #BCBCBC. Windows color (decimal): -2381613 or 13871323. OLE color: 13871323.
HSL color Cylindrical-coordinate representation of color #DBA8D3: hue angle of 309.41º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA8D3 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 211 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.14 |
| HSL | 309.41º | 0.41% | 0.76% | - |
| HSV(B) | 309.41º | 0.23% | 0.86% | - |
| XYZ | 54.97 | 47.77 | 67.95 | - |
| YUV | 188.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 211 | 0 | 0.23 | 0.04 | 0.14 | 309.41 | 0.41 | 0.76 |
| Hex | DB | A8 | D3 | 0 | 17 | 4 | E | 135 | 29 | 4C |
| Octal | 333 | 250 | 323 | 0 | 27 | 4 | 16 | 465 | 51 | 114 |
| Binary | 11011011 | 10101000 | 11010011 | 0 | 10111 | 100 | 1110 | 100110101 | 101001 | 1001100 |
Color Harmonies of #DBA8D3
Complementary color
Monochromatic Colors of #DBA8D3
Black with #DBA8D3
Text Example
Text Example
White with #DBA8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8D3; }
p { color: rgb(219,168,211); }
H1.HeaderClassName
{
color: #DBA8D3;
}
.AnyTagClassName
{
color: #DBA8D3;
}
</style>
background-color css
<style>
a { background-color: #DBA8D3; }
a { background-color: rgb(219,168,211); }
div.DivClassName
{
background-color: #DBA8D3;
}
.BgClassName
{
background-color: #DBA8D3;
}
</style>
border-color css
<style>
span { border-color: #DBA8D3; }
span { border-color: rgb(219,168,211); }
td.TdClassName
{
border-color: #DBA8D3;
}
.TagClassName
{
border-color: #DBA8D3;
}
</style>