Shades of French Lilac #DBA3CC
Tints of French Lilac #DBA3CC
RGB
CMYK
RGB Variations
Color information
#DBA3CC (or 0xDBA3CC) is known color: French Lilac. HEX triplet: DB, A3 and CC. RGB value is (219,163,204). Sum of RGB (Red+Green+Blue) = 219+163+204=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3CC is #245C33. Grayscale: #B8B8B8. Windows color (decimal): -2382900 or 13411291. OLE color: 13411291.
HSL color Cylindrical-coordinate representation of color #DBA3CC: hue angle of 316.07º 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 #DBA3CC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 204 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.14 |
| HSL | 316.07º | 0.44% | 0.75% | - |
| HSV(B) | 316.07º | 0.26% | 0.86% | - |
| XYZ | 53.21 | 45.61 | 63.13 | - |
| YUV | 184.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 204 | 0 | 0.26 | 0.07 | 0.14 | 316.07 | 0.44 | 0.75 |
| Hex | DB | A3 | CC | 0 | 1A | 7 | E | 13C | 2C | 4B |
| Octal | 333 | 243 | 314 | 0 | 32 | 7 | 16 | 474 | 54 | 113 |
| Binary | 11011011 | 10100011 | 11001100 | 0 | 11010 | 111 | 1110 | 100111100 | 101100 | 1001011 |
Color Harmonies of #DBA3CC
Complementary color
Monochromatic Colors of #DBA3CC
Black with #DBA3CC
Text Example
Text Example
White with #DBA3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3CC; }
p { color: rgb(219,163,204); }
H1.HeaderClassName
{
color: #DBA3CC;
}
.AnyTagClassName
{
color: #DBA3CC;
}
</style>
background-color css
<style>
a { background-color: #DBA3CC; }
a { background-color: rgb(219,163,204); }
div.DivClassName
{
background-color: #DBA3CC;
}
.BgClassName
{
background-color: #DBA3CC;
}
</style>
border-color css
<style>
span { border-color: #DBA3CC; }
span { border-color: rgb(219,163,204); }
td.TdClassName
{
border-color: #DBA3CC;
}
.TagClassName
{
border-color: #DBA3CC;
}
</style>