Shades of French Lilac #DBC7D6
Tints of French Lilac #DBC7D6
RGB
CMYK
RGB Variations
Color information
#DBC7D6 (or 0xDBC7D6) is known color: French Lilac. HEX triplet: DB, C7 and D6. RGB value is (219,199,214). Sum of RGB (Red+Green+Blue) = 219+199+214=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7D6 is #243829. Grayscale: #CECECE. Windows color (decimal): -2373674 or 14075867. OLE color: 14075867.
HSL color Cylindrical-coordinate representation of color #DBC7D6: hue angle of 315º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBC7D6 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 214 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.14 |
| HSL | 315º | 0.22% | 0.82% | - |
| HSV(B) | 315º | 0.09% | 0.86% | - |
| XYZ | 61.77 | 60.76 | 72.09 | - |
| YUV | 206.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 214 | 0 | 0.09 | 0.02 | 0.14 | 315 | 0.22 | 0.82 |
| Hex | DB | C7 | D6 | 0 | 9 | 2 | E | 13B | 16 | 52 |
| Octal | 333 | 307 | 326 | 0 | 11 | 2 | 16 | 473 | 26 | 122 |
| Binary | 11011011 | 11000111 | 11010110 | 0 | 1001 | 10 | 1110 | 100111011 | 10110 | 1010010 |
Color Harmonies of #DBC7D6
Complementary color
Monochromatic Colors of #DBC7D6
Black with #DBC7D6
Text Example
Text Example
White with #DBC7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7D6; }
p { color: rgb(219,199,214); }
H1.HeaderClassName
{
color: #DBC7D6;
}
.AnyTagClassName
{
color: #DBC7D6;
}
</style>
background-color css
<style>
a { background-color: #DBC7D6; }
a { background-color: rgb(219,199,214); }
div.DivClassName
{
background-color: #DBC7D6;
}
.BgClassName
{
background-color: #DBC7D6;
}
</style>
border-color css
<style>
span { border-color: #DBC7D6; }
span { border-color: rgb(219,199,214); }
td.TdClassName
{
border-color: #DBC7D6;
}
.TagClassName
{
border-color: #DBC7D6;
}
</style>