Shades of French Lilac #DBAECF
Tints of French Lilac #DBAECF
RGB
CMYK
RGB Variations
Color information
#DBAECF (or 0xDBAECF) is known color: French Lilac. HEX triplet: DB, AE and CF. RGB value is (219,174,207). Sum of RGB (Red+Green+Blue) = 219+174+207=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAECF is #245130. Grayscale: #BFBFBF. Windows color (decimal): -2380081 or 13610715. OLE color: 13610715.
HSL color Cylindrical-coordinate representation of color #DBAECF: hue angle of 316º 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 #DBAECF is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 207 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.14 |
| HSL | 316º | 0.38% | 0.77% | - |
| HSV(B) | 316º | 0.21% | 0.86% | - |
| XYZ | 55.61 | 49.84 | 65.72 | - |
| YUV | 191.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 207 | 0 | 0.21 | 0.05 | 0.14 | 316 | 0.38 | 0.77 |
| Hex | DB | AE | CF | 0 | 15 | 5 | E | 13C | 26 | 4D |
| Octal | 333 | 256 | 317 | 0 | 25 | 5 | 16 | 474 | 46 | 115 |
| Binary | 11011011 | 10101110 | 11001111 | 0 | 10101 | 101 | 1110 | 100111100 | 100110 | 1001101 |
Color Harmonies of #DBAECF
Complementary color
Monochromatic Colors of #DBAECF
Black with #DBAECF
Text Example
Text Example
White with #DBAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAECF; }
p { color: rgb(219,174,207); }
H1.HeaderClassName
{
color: #DBAECF;
}
.AnyTagClassName
{
color: #DBAECF;
}
</style>
background-color css
<style>
a { background-color: #DBAECF; }
a { background-color: rgb(219,174,207); }
div.DivClassName
{
background-color: #DBAECF;
}
.BgClassName
{
background-color: #DBAECF;
}
</style>
border-color css
<style>
span { border-color: #DBAECF; }
span { border-color: rgb(219,174,207); }
td.TdClassName
{
border-color: #DBAECF;
}
.TagClassName
{
border-color: #DBAECF;
}
</style>