Shades of French Lilac #DBADD4
Tints of French Lilac #DBADD4
RGB
CMYK
RGB Variations
Color information
#DBADD4 (or 0xDBADD4) is known color: French Lilac. HEX triplet: DB, AD and D4. RGB value is (219,173,212). Sum of RGB (Red+Green+Blue) = 219+173+212=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADD4 is #24522B. Grayscale: #BFBFBF. Windows color (decimal): -2380332 or 13938139. OLE color: 13938139.
HSL color Cylindrical-coordinate representation of color #DBADD4: hue angle of 309.13º 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 #DBADD4 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 212 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.14 |
| HSL | 309.13º | 0.39% | 0.77% | - |
| HSV(B) | 309.13º | 0.21% | 0.86% | - |
| XYZ | 56.04 | 49.7 | 68.93 | - |
| YUV | 191.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 212 | 0 | 0.21 | 0.03 | 0.14 | 309.13 | 0.39 | 0.77 |
| Hex | DB | AD | D4 | 0 | 15 | 3 | E | 135 | 27 | 4D |
| Octal | 333 | 255 | 324 | 0 | 25 | 3 | 16 | 465 | 47 | 115 |
| Binary | 11011011 | 10101101 | 11010100 | 0 | 10101 | 11 | 1110 | 100110101 | 100111 | 1001101 |
Color Harmonies of #DBADD4
Complementary color
Monochromatic Colors of #DBADD4
Black with #DBADD4
Text Example
Text Example
White with #DBADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADD4; }
p { color: rgb(219,173,212); }
H1.HeaderClassName
{
color: #DBADD4;
}
.AnyTagClassName
{
color: #DBADD4;
}
</style>
background-color css
<style>
a { background-color: #DBADD4; }
a { background-color: rgb(219,173,212); }
div.DivClassName
{
background-color: #DBADD4;
}
.BgClassName
{
background-color: #DBADD4;
}
</style>
border-color css
<style>
span { border-color: #DBADD4; }
span { border-color: rgb(219,173,212); }
td.TdClassName
{
border-color: #DBADD4;
}
.TagClassName
{
border-color: #DBADD4;
}
</style>