Shades of French Lilac #DBADD7
Tints of French Lilac #DBADD7
RGB
CMYK
RGB Variations
Color information
#DBADD7 (or 0xDBADD7) is known color: French Lilac. HEX triplet: DB, AD and D7. RGB value is (219,173,215). Sum of RGB (Red+Green+Blue) = 219+173+215=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADD7 is #245228. Grayscale: #BFBFBF. Windows color (decimal): -2380329 or 14134747. OLE color: 14134747.
HSL color Cylindrical-coordinate representation of color #DBADD7: hue angle of 305.22º 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 #DBADD7 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 215 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.14 |
| HSL | 305.22º | 0.39% | 0.77% | - |
| HSV(B) | 305.22º | 0.21% | 0.86% | - |
| XYZ | 56.42 | 49.85 | 70.94 | - |
| YUV | 191.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 215 | 0 | 0.21 | 0.02 | 0.14 | 305.22 | 0.39 | 0.77 |
| Hex | DB | AD | D7 | 0 | 15 | 2 | E | 131 | 27 | 4D |
| Octal | 333 | 255 | 327 | 0 | 25 | 2 | 16 | 461 | 47 | 115 |
| Binary | 11011011 | 10101101 | 11010111 | 0 | 10101 | 10 | 1110 | 100110001 | 100111 | 1001101 |
Color Harmonies of #DBADD7
Complementary color
Monochromatic Colors of #DBADD7
Black with #DBADD7
Text Example
Text Example
White with #DBADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADD7; }
p { color: rgb(219,173,215); }
H1.HeaderClassName
{
color: #DBADD7;
}
.AnyTagClassName
{
color: #DBADD7;
}
</style>
background-color css
<style>
a { background-color: #DBADD7; }
a { background-color: rgb(219,173,215); }
div.DivClassName
{
background-color: #DBADD7;
}
.BgClassName
{
background-color: #DBADD7;
}
</style>
border-color css
<style>
span { border-color: #DBADD7; }
span { border-color: rgb(219,173,215); }
td.TdClassName
{
border-color: #DBADD7;
}
.TagClassName
{
border-color: #DBADD7;
}
</style>