Shades of French Lilac #DBAFD5
Tints of French Lilac #DBAFD5
RGB
CMYK
RGB Variations
Color information
#DBAFD5 (or 0xDBAFD5) is known color: French Lilac. HEX triplet: DB, AF and D5. RGB value is (219,175,213). Sum of RGB (Red+Green+Blue) = 219+175+213=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFD5 is #24502A. Grayscale: #C0C0C0. Windows color (decimal): -2379819 or 14004187. OLE color: 14004187.
HSL color Cylindrical-coordinate representation of color #DBAFD5: hue angle of 308.18º 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 #DBAFD5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 213 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.14 |
| HSL | 308.18º | 0.38% | 0.77% | - |
| HSV(B) | 308.18º | 0.2% | 0.86% | - |
| XYZ | 56.55 | 50.52 | 69.72 | - |
| YUV | 192.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 213 | 0 | 0.20 | 0.03 | 0.14 | 308.18 | 0.38 | 0.77 |
| Hex | DB | AF | D5 | 0 | 14 | 3 | E | 134 | 26 | 4D |
| Octal | 333 | 257 | 325 | 0 | 24 | 3 | 16 | 464 | 46 | 115 |
| Binary | 11011011 | 10101111 | 11010101 | 0 | 10100 | 11 | 1110 | 100110100 | 100110 | 1001101 |
Color Harmonies of #DBAFD5
Complementary color
Monochromatic Colors of #DBAFD5
Black with #DBAFD5
Text Example
Text Example
White with #DBAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFD5; }
p { color: rgb(219,175,213); }
H1.HeaderClassName
{
color: #DBAFD5;
}
.AnyTagClassName
{
color: #DBAFD5;
}
</style>
background-color css
<style>
a { background-color: #DBAFD5; }
a { background-color: rgb(219,175,213); }
div.DivClassName
{
background-color: #DBAFD5;
}
.BgClassName
{
background-color: #DBAFD5;
}
</style>
border-color css
<style>
span { border-color: #DBAFD5; }
span { border-color: rgb(219,175,213); }
td.TdClassName
{
border-color: #DBAFD5;
}
.TagClassName
{
border-color: #DBAFD5;
}
</style>