Shades of French Lilac #DBABCF
Tints of French Lilac #DBABCF
RGB
CMYK
RGB Variations
Color information
#DBABCF (or 0xDBABCF) is known color: French Lilac. HEX triplet: DB, AB and CF. RGB value is (219,171,207). Sum of RGB (Red+Green+Blue) = 219+171+207=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABCF is #245430. Grayscale: #BDBDBD. Windows color (decimal): -2380849 or 13609947. OLE color: 13609947.
HSL color Cylindrical-coordinate representation of color #DBABCF: hue angle of 315º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABCF is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 207 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.14 |
| HSL | 315º | 0.4% | 0.76% | - |
| HSV(B) | 315º | 0.22% | 0.86% | - |
| XYZ | 55.04 | 48.69 | 65.53 | - |
| YUV | 189.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 207 | 0 | 0.22 | 0.05 | 0.14 | 315 | 0.4 | 0.76 |
| Hex | DB | AB | CF | 0 | 16 | 5 | E | 13B | 28 | 4C |
| Octal | 333 | 253 | 317 | 0 | 26 | 5 | 16 | 473 | 50 | 114 |
| Binary | 11011011 | 10101011 | 11001111 | 0 | 10110 | 101 | 1110 | 100111011 | 101000 | 1001100 |
Color Harmonies of #DBABCF
Complementary color
Monochromatic Colors of #DBABCF
Black with #DBABCF
Text Example
Text Example
White with #DBABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABCF; }
p { color: rgb(219,171,207); }
H1.HeaderClassName
{
color: #DBABCF;
}
.AnyTagClassName
{
color: #DBABCF;
}
</style>
background-color css
<style>
a { background-color: #DBABCF; }
a { background-color: rgb(219,171,207); }
div.DivClassName
{
background-color: #DBABCF;
}
.BgClassName
{
background-color: #DBABCF;
}
</style>
border-color css
<style>
span { border-color: #DBABCF; }
span { border-color: rgb(219,171,207); }
td.TdClassName
{
border-color: #DBABCF;
}
.TagClassName
{
border-color: #DBABCF;
}
</style>