Shades of French Lilac #DBA2CD
Tints of French Lilac #DBA2CD
RGB
CMYK
RGB Variations
Color information
#DBA2CD (or 0xDBA2CD) is known color: French Lilac. HEX triplet: DB, A2 and CD. RGB value is (219,162,205). Sum of RGB (Red+Green+Blue) = 219+162+205=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2CD is #245D32. Grayscale: #B7B7B7. Windows color (decimal): -2383155 or 13476571. OLE color: 13476571.
HSL color Cylindrical-coordinate representation of color #DBA2CD: hue angle of 314.74º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA2CD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 205 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.14 |
| HSL | 314.74º | 0.44% | 0.75% | - |
| HSV(B) | 314.74º | 0.26% | 0.86% | - |
| XYZ | 53.15 | 45.31 | 63.7 | - |
| YUV | 183.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 205 | 0 | 0.26 | 0.06 | 0.14 | 314.74 | 0.44 | 0.75 |
| Hex | DB | A2 | CD | 0 | 1A | 6 | E | 13B | 2C | 4B |
| Octal | 333 | 242 | 315 | 0 | 32 | 6 | 16 | 473 | 54 | 113 |
| Binary | 11011011 | 10100010 | 11001101 | 0 | 11010 | 110 | 1110 | 100111011 | 101100 | 1001011 |
Color Harmonies of #DBA2CD
Complementary color
Monochromatic Colors of #DBA2CD
Black with #DBA2CD
Text Example
Text Example
White with #DBA2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2CD; }
p { color: rgb(219,162,205); }
H1.HeaderClassName
{
color: #DBA2CD;
}
.AnyTagClassName
{
color: #DBA2CD;
}
</style>
background-color css
<style>
a { background-color: #DBA2CD; }
a { background-color: rgb(219,162,205); }
div.DivClassName
{
background-color: #DBA2CD;
}
.BgClassName
{
background-color: #DBA2CD;
}
</style>
border-color css
<style>
span { border-color: #DBA2CD; }
span { border-color: rgb(219,162,205); }
td.TdClassName
{
border-color: #DBA2CD;
}
.TagClassName
{
border-color: #DBA2CD;
}
</style>