Shades of French Lilac #DBC4D6
Tints of French Lilac #DBC4D6
RGB
CMYK
RGB Variations
Color information
#DBC4D6 (or 0xDBC4D6) is known color: French Lilac. HEX triplet: DB, C4 and D6. RGB value is (219,196,214). Sum of RGB (Red+Green+Blue) = 219+196+214=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4D6 is #243B29. Grayscale: #CCCCCC. Windows color (decimal): -2374442 or 14075099. OLE color: 14075099.
HSL color Cylindrical-coordinate representation of color #DBC4D6: hue angle of 313.04º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC4D6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 214 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.14 |
| HSL | 313.04º | 0.24% | 0.81% | - |
| HSV(B) | 313.04º | 0.11% | 0.86% | - |
| XYZ | 61.09 | 59.39 | 71.86 | - |
| YUV | 204.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 214 | 0 | 0.11 | 0.02 | 0.14 | 313.04 | 0.24 | 0.81 |
| Hex | DB | C4 | D6 | 0 | B | 2 | E | 139 | 18 | 51 |
| Octal | 333 | 304 | 326 | 0 | 13 | 2 | 16 | 471 | 30 | 121 |
| Binary | 11011011 | 11000100 | 11010110 | 0 | 1011 | 10 | 1110 | 100111001 | 11000 | 1010001 |
Color Harmonies of #DBC4D6
Complementary color
Monochromatic Colors of #DBC4D6
Black with #DBC4D6
Text Example
Text Example
White with #DBC4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4D6; }
p { color: rgb(219,196,214); }
H1.HeaderClassName
{
color: #DBC4D6;
}
.AnyTagClassName
{
color: #DBC4D6;
}
</style>
background-color css
<style>
a { background-color: #DBC4D6; }
a { background-color: rgb(219,196,214); }
div.DivClassName
{
background-color: #DBC4D6;
}
.BgClassName
{
background-color: #DBC4D6;
}
</style>
border-color css
<style>
span { border-color: #DBC4D6; }
span { border-color: rgb(219,196,214); }
td.TdClassName
{
border-color: #DBC4D6;
}
.TagClassName
{
border-color: #DBC4D6;
}
</style>