Shades of French Lilac #DBC6D6
Tints of French Lilac #DBC6D6
RGB
CMYK
RGB Variations
Color information
#DBC6D6 (or 0xDBC6D6) is known color: French Lilac. HEX triplet: DB, C6 and D6. RGB value is (219,198,214). Sum of RGB (Red+Green+Blue) = 219+198+214=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6D6 is #243929. Grayscale: #CECECE. Windows color (decimal): -2373930 or 14075611. OLE color: 14075611.
HSL color Cylindrical-coordinate representation of color #DBC6D6: hue angle of 314.29º 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 #DBC6D6 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 214 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.14 |
| HSL | 314.29º | 0.23% | 0.82% | - |
| HSV(B) | 314.29º | 0.1% | 0.86% | - |
| XYZ | 61.55 | 60.3 | 72.01 | - |
| YUV | 206.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 214 | 0 | 0.10 | 0.02 | 0.14 | 314.29 | 0.23 | 0.82 |
| Hex | DB | C6 | D6 | 0 | A | 2 | E | 13A | 17 | 52 |
| Octal | 333 | 306 | 326 | 0 | 12 | 2 | 16 | 472 | 27 | 122 |
| Binary | 11011011 | 11000110 | 11010110 | 0 | 1010 | 10 | 1110 | 100111010 | 10111 | 1010010 |
Color Harmonies of #DBC6D6
Complementary color
Monochromatic Colors of #DBC6D6
Black with #DBC6D6
Text Example
Text Example
White with #DBC6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6D6; }
p { color: rgb(219,198,214); }
H1.HeaderClassName
{
color: #DBC6D6;
}
.AnyTagClassName
{
color: #DBC6D6;
}
</style>
background-color css
<style>
a { background-color: #DBC6D6; }
a { background-color: rgb(219,198,214); }
div.DivClassName
{
background-color: #DBC6D6;
}
.BgClassName
{
background-color: #DBC6D6;
}
</style>
border-color css
<style>
span { border-color: #DBC6D6; }
span { border-color: rgb(219,198,214); }
td.TdClassName
{
border-color: #DBC6D6;
}
.TagClassName
{
border-color: #DBC6D6;
}
</style>