Shades of French Lilac #DBAFCF
Tints of French Lilac #DBAFCF
RGB
CMYK
RGB Variations
Color information
#DBAFCF (or 0xDBAFCF) is known color: French Lilac. HEX triplet: DB, AF and CF. RGB value is (219,175,207). Sum of RGB (Red+Green+Blue) = 219+175+207=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFCF is #245030. Grayscale: #BFBFBF. Windows color (decimal): -2379825 or 13610971. OLE color: 13610971.
HSL color Cylindrical-coordinate representation of color #DBAFCF: hue angle of 316.36º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFCF is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 207 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.14 |
| HSL | 316.36º | 0.38% | 0.77% | - |
| HSV(B) | 316.36º | 0.2% | 0.86% | - |
| XYZ | 55.81 | 50.23 | 65.78 | - |
| YUV | 191.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 207 | 0 | 0.20 | 0.05 | 0.14 | 316.36 | 0.38 | 0.77 |
| Hex | DB | AF | CF | 0 | 14 | 5 | E | 13C | 26 | 4D |
| Octal | 333 | 257 | 317 | 0 | 24 | 5 | 16 | 474 | 46 | 115 |
| Binary | 11011011 | 10101111 | 11001111 | 0 | 10100 | 101 | 1110 | 100111100 | 100110 | 1001101 |
Color Harmonies of #DBAFCF
Complementary color
Monochromatic Colors of #DBAFCF
Black with #DBAFCF
Text Example
Text Example
White with #DBAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFCF; }
p { color: rgb(219,175,207); }
H1.HeaderClassName
{
color: #DBAFCF;
}
.AnyTagClassName
{
color: #DBAFCF;
}
</style>
background-color css
<style>
a { background-color: #DBAFCF; }
a { background-color: rgb(219,175,207); }
div.DivClassName
{
background-color: #DBAFCF;
}
.BgClassName
{
background-color: #DBAFCF;
}
</style>
border-color css
<style>
span { border-color: #DBAFCF; }
span { border-color: rgb(219,175,207); }
td.TdClassName
{
border-color: #DBAFCF;
}
.TagClassName
{
border-color: #DBAFCF;
}
</style>