Shades of French Lilac #DBC7D7
Tints of French Lilac #DBC7D7
RGB
CMYK
RGB Variations
Color information
#DBC7D7 (or 0xDBC7D7) is known color: French Lilac. HEX triplet: DB, C7 and D7. RGB value is (219,199,215). Sum of RGB (Red+Green+Blue) = 219+199+215=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7D7 is #243828. Grayscale: #CECECE. Windows color (decimal): -2373673 or 14141403. OLE color: 14141403.
HSL color Cylindrical-coordinate representation of color #DBC7D7: hue angle of 312º 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 #DBC7D7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 215 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.14 |
| HSL | 312º | 0.22% | 0.82% | - |
| HSV(B) | 312º | 0.09% | 0.86% | - |
| XYZ | 61.9 | 60.81 | 72.77 | - |
| YUV | 206.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 215 | 0 | 0.09 | 0.02 | 0.14 | 312 | 0.22 | 0.82 |
| Hex | DB | C7 | D7 | 0 | 9 | 2 | E | 138 | 16 | 52 |
| Octal | 333 | 307 | 327 | 0 | 11 | 2 | 16 | 470 | 26 | 122 |
| Binary | 11011011 | 11000111 | 11010111 | 0 | 1001 | 10 | 1110 | 100111000 | 10110 | 1010010 |
Color Harmonies of #DBC7D7
Complementary color
Monochromatic Colors of #DBC7D7
Black with #DBC7D7
Text Example
Text Example
White with #DBC7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7D7; }
p { color: rgb(219,199,215); }
H1.HeaderClassName
{
color: #DBC7D7;
}
.AnyTagClassName
{
color: #DBC7D7;
}
</style>
background-color css
<style>
a { background-color: #DBC7D7; }
a { background-color: rgb(219,199,215); }
div.DivClassName
{
background-color: #DBC7D7;
}
.BgClassName
{
background-color: #DBC7D7;
}
</style>
border-color css
<style>
span { border-color: #DBC7D7; }
span { border-color: rgb(219,199,215); }
td.TdClassName
{
border-color: #DBC7D7;
}
.TagClassName
{
border-color: #DBC7D7;
}
</style>