Shades of French Lilac #DBAACF
Tints of French Lilac #DBAACF
RGB
CMYK
RGB Variations
Color information
#DBAACF (or 0xDBAACF) is known color: French Lilac. HEX triplet: DB, AA and CF. RGB value is (219,170,207). Sum of RGB (Red+Green+Blue) = 219+170+207=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAACF is #245530. Grayscale: #BCBCBC. Windows color (decimal): -2381105 or 13609691. OLE color: 13609691.
HSL color Cylindrical-coordinate representation of color #DBAACF: hue angle of 314.69º 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 #DBAACF is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 207 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.14 |
| HSL | 314.69º | 0.4% | 0.76% | - |
| HSV(B) | 314.69º | 0.22% | 0.86% | - |
| XYZ | 54.85 | 48.31 | 65.47 | - |
| YUV | 188.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 207 | 0 | 0.22 | 0.05 | 0.14 | 314.69 | 0.4 | 0.76 |
| Hex | DB | AA | CF | 0 | 16 | 5 | E | 13B | 28 | 4C |
| Octal | 333 | 252 | 317 | 0 | 26 | 5 | 16 | 473 | 50 | 114 |
| Binary | 11011011 | 10101010 | 11001111 | 0 | 10110 | 101 | 1110 | 100111011 | 101000 | 1001100 |
Color Harmonies of #DBAACF
Complementary color
Monochromatic Colors of #DBAACF
Black with #DBAACF
Text Example
Text Example
White with #DBAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAACF; }
p { color: rgb(219,170,207); }
H1.HeaderClassName
{
color: #DBAACF;
}
.AnyTagClassName
{
color: #DBAACF;
}
</style>
background-color css
<style>
a { background-color: #DBAACF; }
a { background-color: rgb(219,170,207); }
div.DivClassName
{
background-color: #DBAACF;
}
.BgClassName
{
background-color: #DBAACF;
}
</style>
border-color css
<style>
span { border-color: #DBAACF; }
span { border-color: rgb(219,170,207); }
td.TdClassName
{
border-color: #DBAACF;
}
.TagClassName
{
border-color: #DBAACF;
}
</style>