Shades of French Lilac #DBAFD2
Tints of French Lilac #DBAFD2
RGB
CMYK
RGB Variations
Color information
#DBAFD2 (or 0xDBAFD2) is known color: French Lilac. HEX triplet: DB, AF and D2. RGB value is (219,175,210). Sum of RGB (Red+Green+Blue) = 219+175+210=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFD2 is #24502D. Grayscale: #C0C0C0. Windows color (decimal): -2379822 or 13807579. OLE color: 13807579.
HSL color Cylindrical-coordinate representation of color #DBAFD2: hue angle of 312.27º 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 #DBAFD2 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 210 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.14 |
| HSL | 312.27º | 0.38% | 0.77% | - |
| HSV(B) | 312.27º | 0.2% | 0.86% | - |
| XYZ | 56.18 | 50.37 | 67.73 | - |
| YUV | 192.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 210 | 0 | 0.20 | 0.04 | 0.14 | 312.27 | 0.38 | 0.77 |
| Hex | DB | AF | D2 | 0 | 14 | 4 | E | 138 | 26 | 4D |
| Octal | 333 | 257 | 322 | 0 | 24 | 4 | 16 | 470 | 46 | 115 |
| Binary | 11011011 | 10101111 | 11010010 | 0 | 10100 | 100 | 1110 | 100111000 | 100110 | 1001101 |
Color Harmonies of #DBAFD2
Complementary color
Monochromatic Colors of #DBAFD2
Black with #DBAFD2
Text Example
Text Example
White with #DBAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFD2; }
p { color: rgb(219,175,210); }
H1.HeaderClassName
{
color: #DBAFD2;
}
.AnyTagClassName
{
color: #DBAFD2;
}
</style>
background-color css
<style>
a { background-color: #DBAFD2; }
a { background-color: rgb(219,175,210); }
div.DivClassName
{
background-color: #DBAFD2;
}
.BgClassName
{
background-color: #DBAFD2;
}
</style>
border-color css
<style>
span { border-color: #DBAFD2; }
span { border-color: rgb(219,175,210); }
td.TdClassName
{
border-color: #DBAFD2;
}
.TagClassName
{
border-color: #DBAFD2;
}
</style>