Shades of French Lilac #DBACCD
Tints of French Lilac #DBACCD
RGB
CMYK
RGB Variations
Color information
#DBACCD (or 0xDBACCD) is known color: French Lilac. HEX triplet: DB, AC and CD. RGB value is (219,172,205). Sum of RGB (Red+Green+Blue) = 219+172+205=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACCD is #245332. Grayscale: #BDBDBD. Windows color (decimal): -2380595 or 13479131. OLE color: 13479131.
HSL color Cylindrical-coordinate representation of color #DBACCD: hue angle of 317.87º 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 #DBACCD is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 205 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.14 |
| HSL | 317.87º | 0.39% | 0.77% | - |
| HSV(B) | 317.87º | 0.21% | 0.86% | - |
| XYZ | 54.99 | 48.97 | 64.31 | - |
| YUV | 189.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 205 | 0 | 0.21 | 0.06 | 0.14 | 317.87 | 0.39 | 0.77 |
| Hex | DB | AC | CD | 0 | 15 | 6 | E | 13E | 27 | 4D |
| Octal | 333 | 254 | 315 | 0 | 25 | 6 | 16 | 476 | 47 | 115 |
| Binary | 11011011 | 10101100 | 11001101 | 0 | 10101 | 110 | 1110 | 100111110 | 100111 | 1001101 |
Color Harmonies of #DBACCD
Complementary color
Monochromatic Colors of #DBACCD
Black with #DBACCD
Text Example
Text Example
White with #DBACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACCD; }
p { color: rgb(219,172,205); }
H1.HeaderClassName
{
color: #DBACCD;
}
.AnyTagClassName
{
color: #DBACCD;
}
</style>
background-color css
<style>
a { background-color: #DBACCD; }
a { background-color: rgb(219,172,205); }
div.DivClassName
{
background-color: #DBACCD;
}
.BgClassName
{
background-color: #DBACCD;
}
</style>
border-color css
<style>
span { border-color: #DBACCD; }
span { border-color: rgb(219,172,205); }
td.TdClassName
{
border-color: #DBACCD;
}
.TagClassName
{
border-color: #DBACCD;
}
</style>