Shades of French Lilac #DBA8CD
Tints of French Lilac #DBA8CD
RGB
CMYK
RGB Variations
Color information
#DBA8CD (or 0xDBA8CD) is known color: French Lilac. HEX triplet: DB, A8 and CD. RGB value is (219,168,205). Sum of RGB (Red+Green+Blue) = 219+168+205=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8CD is #245732. Grayscale: #BBBBBB. Windows color (decimal): -2381619 or 13478107. OLE color: 13478107.
HSL color Cylindrical-coordinate representation of color #DBA8CD: hue angle of 316.47º 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 #DBA8CD is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 205 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.14 |
| HSL | 316.47º | 0.41% | 0.76% | - |
| HSV(B) | 316.47º | 0.23% | 0.86% | - |
| XYZ | 54.24 | 47.47 | 64.06 | - |
| YUV | 187.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 205 | 0 | 0.23 | 0.06 | 0.14 | 316.47 | 0.41 | 0.76 |
| Hex | DB | A8 | CD | 0 | 17 | 6 | E | 13C | 29 | 4C |
| Octal | 333 | 250 | 315 | 0 | 27 | 6 | 16 | 474 | 51 | 114 |
| Binary | 11011011 | 10101000 | 11001101 | 0 | 10111 | 110 | 1110 | 100111100 | 101001 | 1001100 |
Color Harmonies of #DBA8CD
Complementary color
Monochromatic Colors of #DBA8CD
Black with #DBA8CD
Text Example
Text Example
White with #DBA8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8CD; }
p { color: rgb(219,168,205); }
H1.HeaderClassName
{
color: #DBA8CD;
}
.AnyTagClassName
{
color: #DBA8CD;
}
</style>
background-color css
<style>
a { background-color: #DBA8CD; }
a { background-color: rgb(219,168,205); }
div.DivClassName
{
background-color: #DBA8CD;
}
.BgClassName
{
background-color: #DBA8CD;
}
</style>
border-color css
<style>
span { border-color: #DBA8CD; }
span { border-color: rgb(219,168,205); }
td.TdClassName
{
border-color: #DBA8CD;
}
.TagClassName
{
border-color: #DBA8CD;
}
</style>