Shades of French Lilac #DBC8D6
Tints of French Lilac #DBC8D6
RGB
CMYK
RGB Variations
Color information
#DBC8D6 (or 0xDBC8D6) is known color: French Lilac. HEX triplet: DB, C8 and D6. RGB value is (219,200,214). Sum of RGB (Red+Green+Blue) = 219+200+214=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8D6 is #243729. Grayscale: #CFCFCF. Windows color (decimal): -2373418 or 14076123. OLE color: 14076123.
HSL color Cylindrical-coordinate representation of color #DBC8D6: hue angle of 315.79º degrees, saturation: 0.21, 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 #DBC8D6 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 214 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.14 |
| HSL | 315.79º | 0.21% | 0.82% | - |
| HSV(B) | 315.79º | 0.09% | 0.86% | - |
| XYZ | 62.01 | 61.22 | 72.17 | - |
| YUV | 207.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 214 | 0 | 0.09 | 0.02 | 0.14 | 315.79 | 0.21 | 0.82 |
| Hex | DB | C8 | D6 | 0 | 9 | 2 | E | 13C | 15 | 52 |
| Octal | 333 | 310 | 326 | 0 | 11 | 2 | 16 | 474 | 25 | 122 |
| Binary | 11011011 | 11001000 | 11010110 | 0 | 1001 | 10 | 1110 | 100111100 | 10101 | 1010010 |
Color Harmonies of #DBC8D6
Complementary color
Monochromatic Colors of #DBC8D6
Black with #DBC8D6
Text Example
Text Example
White with #DBC8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8D6; }
p { color: rgb(219,200,214); }
H1.HeaderClassName
{
color: #DBC8D6;
}
.AnyTagClassName
{
color: #DBC8D6;
}
</style>
background-color css
<style>
a { background-color: #DBC8D6; }
a { background-color: rgb(219,200,214); }
div.DivClassName
{
background-color: #DBC8D6;
}
.BgClassName
{
background-color: #DBC8D6;
}
</style>
border-color css
<style>
span { border-color: #DBC8D6; }
span { border-color: rgb(219,200,214); }
td.TdClassName
{
border-color: #DBC8D6;
}
.TagClassName
{
border-color: #DBC8D6;
}
</style>