Shades of French Lilac #DBA8CC
Tints of French Lilac #DBA8CC
RGB
CMYK
RGB Variations
Color information
#DBA8CC (or 0xDBA8CC) is known color: French Lilac. HEX triplet: DB, A8 and CC. RGB value is (219,168,204). Sum of RGB (Red+Green+Blue) = 219+168+204=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8CC is #245733. Grayscale: #BBBBBB. Windows color (decimal): -2381620 or 13412571. OLE color: 13412571.
HSL color Cylindrical-coordinate representation of color #DBA8CC: hue angle of 317.65º 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 #DBA8CC is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 204 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.14 |
| HSL | 317.65º | 0.41% | 0.76% | - |
| HSV(B) | 317.65º | 0.23% | 0.86% | - |
| XYZ | 54.12 | 47.42 | 63.43 | - |
| YUV | 187.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 204 | 0 | 0.23 | 0.07 | 0.14 | 317.65 | 0.41 | 0.76 |
| Hex | DB | A8 | CC | 0 | 17 | 7 | E | 13E | 29 | 4C |
| Octal | 333 | 250 | 314 | 0 | 27 | 7 | 16 | 476 | 51 | 114 |
| Binary | 11011011 | 10101000 | 11001100 | 0 | 10111 | 111 | 1110 | 100111110 | 101001 | 1001100 |
Color Harmonies of #DBA8CC
Complementary color
Monochromatic Colors of #DBA8CC
Black with #DBA8CC
Text Example
Text Example
White with #DBA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8CC; }
p { color: rgb(219,168,204); }
H1.HeaderClassName
{
color: #DBA8CC;
}
.AnyTagClassName
{
color: #DBA8CC;
}
</style>
background-color css
<style>
a { background-color: #DBA8CC; }
a { background-color: rgb(219,168,204); }
div.DivClassName
{
background-color: #DBA8CC;
}
.BgClassName
{
background-color: #DBA8CC;
}
</style>
border-color css
<style>
span { border-color: #DBA8CC; }
span { border-color: rgb(219,168,204); }
td.TdClassName
{
border-color: #DBA8CC;
}
.TagClassName
{
border-color: #DBA8CC;
}
</style>