Shades of French Lilac #DBADD2
Tints of French Lilac #DBADD2
RGB
CMYK
RGB Variations
Color information
#DBADD2 (or 0xDBADD2) is known color: French Lilac. HEX triplet: DB, AD and D2. RGB value is (219,173,210). Sum of RGB (Red+Green+Blue) = 219+173+210=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADD2 is #24522D. Grayscale: #BEBEBE. Windows color (decimal): -2380334 or 13807067. OLE color: 13807067.
HSL color Cylindrical-coordinate representation of color #DBADD2: hue angle of 311.74º 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 #DBADD2 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 210 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.14 |
| HSL | 311.74º | 0.39% | 0.77% | - |
| HSV(B) | 311.74º | 0.21% | 0.86% | - |
| XYZ | 55.79 | 49.6 | 67.61 | - |
| YUV | 190.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 210 | 0 | 0.21 | 0.04 | 0.14 | 311.74 | 0.39 | 0.77 |
| Hex | DB | AD | D2 | 0 | 15 | 4 | E | 138 | 27 | 4D |
| Octal | 333 | 255 | 322 | 0 | 25 | 4 | 16 | 470 | 47 | 115 |
| Binary | 11011011 | 10101101 | 11010010 | 0 | 10101 | 100 | 1110 | 100111000 | 100111 | 1001101 |
Color Harmonies of #DBADD2
Complementary color
Monochromatic Colors of #DBADD2
Black with #DBADD2
Text Example
Text Example
White with #DBADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADD2; }
p { color: rgb(219,173,210); }
H1.HeaderClassName
{
color: #DBADD2;
}
.AnyTagClassName
{
color: #DBADD2;
}
</style>
background-color css
<style>
a { background-color: #DBADD2; }
a { background-color: rgb(219,173,210); }
div.DivClassName
{
background-color: #DBADD2;
}
.BgClassName
{
background-color: #DBADD2;
}
</style>
border-color css
<style>
span { border-color: #DBADD2; }
span { border-color: rgb(219,173,210); }
td.TdClassName
{
border-color: #DBADD2;
}
.TagClassName
{
border-color: #DBADD2;
}
</style>