Shades of French Lilac #DBAED9
Tints of French Lilac #DBAED9
RGB
CMYK
RGB Variations
Color information
#DBAED9 (or 0xDBAED9) is known color: French Lilac. HEX triplet: DB, AE and D9. RGB value is (219,174,217). Sum of RGB (Red+Green+Blue) = 219+174+217=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAED9 is #245126. Grayscale: #C0C0C0. Windows color (decimal): -2380071 or 14266075. OLE color: 14266075.
HSL color Cylindrical-coordinate representation of color #DBAED9: hue angle of 302.67º degrees, saturation: 0.38, 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 #DBAED9 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 217 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.14 |
| HSL | 302.67º | 0.38% | 0.77% | - |
| HSV(B) | 302.67º | 0.21% | 0.86% | - |
| XYZ | 56.87 | 50.34 | 72.37 | - |
| YUV | 192.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 217 | 0 | 0.21 | 0.01 | 0.14 | 302.67 | 0.38 | 0.77 |
| Hex | DB | AE | D9 | 0 | 15 | 1 | E | 12F | 26 | 4D |
| Octal | 333 | 256 | 331 | 0 | 25 | 1 | 16 | 457 | 46 | 115 |
| Binary | 11011011 | 10101110 | 11011001 | 0 | 10101 | 1 | 1110 | 100101111 | 100110 | 1001101 |
Color Harmonies of #DBAED9
Complementary color
Monochromatic Colors of #DBAED9
Black with #DBAED9
Text Example
Text Example
White with #DBAED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAED9; }
p { color: rgb(219,174,217); }
H1.HeaderClassName
{
color: #DBAED9;
}
.AnyTagClassName
{
color: #DBAED9;
}
</style>
background-color css
<style>
a { background-color: #DBAED9; }
a { background-color: rgb(219,174,217); }
div.DivClassName
{
background-color: #DBAED9;
}
.BgClassName
{
background-color: #DBAED9;
}
</style>
border-color css
<style>
span { border-color: #DBAED9; }
span { border-color: rgb(219,174,217); }
td.TdClassName
{
border-color: #DBAED9;
}
.TagClassName
{
border-color: #DBAED9;
}
</style>