Shades of French Lilac #DBC5D6
Tints of French Lilac #DBC5D6
RGB
CMYK
RGB Variations
Color information
#DBC5D6 (or 0xDBC5D6) is known color: French Lilac. HEX triplet: DB, C5 and D6. RGB value is (219,197,214). Sum of RGB (Red+Green+Blue) = 219+197+214=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5D6 is #243A29. Grayscale: #CDCDCD. Windows color (decimal): -2374186 or 14075355. OLE color: 14075355.
HSL color Cylindrical-coordinate representation of color #DBC5D6: hue angle of 313.64º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC5D6 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 214 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.14 |
| HSL | 313.64º | 0.23% | 0.82% | - |
| HSV(B) | 313.64º | 0.1% | 0.86% | - |
| XYZ | 61.32 | 59.85 | 71.94 | - |
| YUV | 205.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 214 | 0 | 0.10 | 0.02 | 0.14 | 313.64 | 0.23 | 0.82 |
| Hex | DB | C5 | D6 | 0 | A | 2 | E | 13A | 17 | 52 |
| Octal | 333 | 305 | 326 | 0 | 12 | 2 | 16 | 472 | 27 | 122 |
| Binary | 11011011 | 11000101 | 11010110 | 0 | 1010 | 10 | 1110 | 100111010 | 10111 | 1010010 |
Color Harmonies of #DBC5D6
Complementary color
Monochromatic Colors of #DBC5D6
Black with #DBC5D6
Text Example
Text Example
White with #DBC5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5D6; }
p { color: rgb(219,197,214); }
H1.HeaderClassName
{
color: #DBC5D6;
}
.AnyTagClassName
{
color: #DBC5D6;
}
</style>
background-color css
<style>
a { background-color: #DBC5D6; }
a { background-color: rgb(219,197,214); }
div.DivClassName
{
background-color: #DBC5D6;
}
.BgClassName
{
background-color: #DBC5D6;
}
</style>
border-color css
<style>
span { border-color: #DBC5D6; }
span { border-color: rgb(219,197,214); }
td.TdClassName
{
border-color: #DBC5D6;
}
.TagClassName
{
border-color: #DBC5D6;
}
</style>