Shades of French Lilac #DBAFD0
Tints of French Lilac #DBAFD0
RGB
CMYK
RGB Variations
Color information
#DBAFD0 (or 0xDBAFD0) is known color: French Lilac. HEX triplet: DB, AF and D0. RGB value is (219,175,208). Sum of RGB (Red+Green+Blue) = 219+175+208=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFD0 is #24502F. Grayscale: #BFBFBF. Windows color (decimal): -2379824 or 13676507. OLE color: 13676507.
HSL color Cylindrical-coordinate representation of color #DBAFD0: hue angle of 315º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFD0 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 208 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.14 |
| HSL | 315º | 0.38% | 0.77% | - |
| HSV(B) | 315º | 0.2% | 0.86% | - |
| XYZ | 55.93 | 50.27 | 66.43 | - |
| YUV | 191.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 208 | 0 | 0.20 | 0.05 | 0.14 | 315 | 0.38 | 0.77 |
| Hex | DB | AF | D0 | 0 | 14 | 5 | E | 13B | 26 | 4D |
| Octal | 333 | 257 | 320 | 0 | 24 | 5 | 16 | 473 | 46 | 115 |
| Binary | 11011011 | 10101111 | 11010000 | 0 | 10100 | 101 | 1110 | 100111011 | 100110 | 1001101 |
Color Harmonies of #DBAFD0
Complementary color
Monochromatic Colors of #DBAFD0
Black with #DBAFD0
Text Example
Text Example
White with #DBAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFD0; }
p { color: rgb(219,175,208); }
H1.HeaderClassName
{
color: #DBAFD0;
}
.AnyTagClassName
{
color: #DBAFD0;
}
</style>
background-color css
<style>
a { background-color: #DBAFD0; }
a { background-color: rgb(219,175,208); }
div.DivClassName
{
background-color: #DBAFD0;
}
.BgClassName
{
background-color: #DBAFD0;
}
</style>
border-color css
<style>
span { border-color: #DBAFD0; }
span { border-color: rgb(219,175,208); }
td.TdClassName
{
border-color: #DBAFD0;
}
.TagClassName
{
border-color: #DBAFD0;
}
</style>