Shades of French Lilac #DBADD6
Tints of French Lilac #DBADD6
RGB
CMYK
RGB Variations
Color information
#DBADD6 (or 0xDBADD6) is known color: French Lilac. HEX triplet: DB, AD and D6. RGB value is (219,173,214). Sum of RGB (Red+Green+Blue) = 219+173+214=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADD6 is #245229. Grayscale: #BFBFBF. Windows color (decimal): -2380330 or 14069211. OLE color: 14069211.
HSL color Cylindrical-coordinate representation of color #DBADD6: hue angle of 306.52º 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 #DBADD6 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 214 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.14 |
| HSL | 306.52º | 0.39% | 0.77% | - |
| HSV(B) | 306.52º | 0.21% | 0.86% | - |
| XYZ | 56.29 | 49.8 | 70.26 | - |
| YUV | 191.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 214 | 0 | 0.21 | 0.02 | 0.14 | 306.52 | 0.39 | 0.77 |
| Hex | DB | AD | D6 | 0 | 15 | 2 | E | 133 | 27 | 4D |
| Octal | 333 | 255 | 326 | 0 | 25 | 2 | 16 | 463 | 47 | 115 |
| Binary | 11011011 | 10101101 | 11010110 | 0 | 10101 | 10 | 1110 | 100110011 | 100111 | 1001101 |
Color Harmonies of #DBADD6
Complementary color
Monochromatic Colors of #DBADD6
Black with #DBADD6
Text Example
Text Example
White with #DBADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADD6; }
p { color: rgb(219,173,214); }
H1.HeaderClassName
{
color: #DBADD6;
}
.AnyTagClassName
{
color: #DBADD6;
}
</style>
background-color css
<style>
a { background-color: #DBADD6; }
a { background-color: rgb(219,173,214); }
div.DivClassName
{
background-color: #DBADD6;
}
.BgClassName
{
background-color: #DBADD6;
}
</style>
border-color css
<style>
span { border-color: #DBADD6; }
span { border-color: rgb(219,173,214); }
td.TdClassName
{
border-color: #DBADD6;
}
.TagClassName
{
border-color: #DBADD6;
}
</style>