Shades of French Lilac #DBACD1
Tints of French Lilac #DBACD1
RGB
CMYK
RGB Variations
Color information
#DBACD1 (or 0xDBACD1) is known color: French Lilac. HEX triplet: DB, AC and D1. RGB value is (219,172,209). Sum of RGB (Red+Green+Blue) = 219+172+209=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACD1 is #24532E. Grayscale: #BEBEBE. Windows color (decimal): -2380591 or 13741275. OLE color: 13741275.
HSL color Cylindrical-coordinate representation of color #DBACD1: hue angle of 312.77º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACD1 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 209 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.14 |
| HSL | 312.77º | 0.39% | 0.77% | - |
| HSV(B) | 312.77º | 0.21% | 0.86% | - |
| XYZ | 55.47 | 49.17 | 66.89 | - |
| YUV | 190.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 209 | 0 | 0.21 | 0.05 | 0.14 | 312.77 | 0.39 | 0.77 |
| Hex | DB | AC | D1 | 0 | 15 | 5 | E | 139 | 27 | 4D |
| Octal | 333 | 254 | 321 | 0 | 25 | 5 | 16 | 471 | 47 | 115 |
| Binary | 11011011 | 10101100 | 11010001 | 0 | 10101 | 101 | 1110 | 100111001 | 100111 | 1001101 |
Color Harmonies of #DBACD1
Complementary color
Monochromatic Colors of #DBACD1
Black with #DBACD1
Text Example
Text Example
White with #DBACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACD1; }
p { color: rgb(219,172,209); }
H1.HeaderClassName
{
color: #DBACD1;
}
.AnyTagClassName
{
color: #DBACD1;
}
</style>
background-color css
<style>
a { background-color: #DBACD1; }
a { background-color: rgb(219,172,209); }
div.DivClassName
{
background-color: #DBACD1;
}
.BgClassName
{
background-color: #DBACD1;
}
</style>
border-color css
<style>
span { border-color: #DBACD1; }
span { border-color: rgb(219,172,209); }
td.TdClassName
{
border-color: #DBACD1;
}
.TagClassName
{
border-color: #DBACD1;
}
</style>