Shades of French Lilac #DBC5D5
Tints of French Lilac #DBC5D5
RGB
CMYK
RGB Variations
Color information
#DBC5D5 (or 0xDBC5D5) is known color: French Lilac. HEX triplet: DB, C5 and D5. RGB value is (219,197,213). Sum of RGB (Red+Green+Blue) = 219+197+213=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5D5 is #243A2A. Grayscale: #CDCDCD. Windows color (decimal): -2374187 or 14009819. OLE color: 14009819.
HSL color Cylindrical-coordinate representation of color #DBC5D5: hue angle of 316.36º 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 #DBC5D5 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 213 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.14 |
| HSL | 316.36º | 0.23% | 0.82% | - |
| HSV(B) | 316.36º | 0.1% | 0.86% | - |
| XYZ | 61.19 | 59.8 | 71.27 | - |
| YUV | 205.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 213 | 0 | 0.10 | 0.03 | 0.14 | 316.36 | 0.23 | 0.82 |
| Hex | DB | C5 | D5 | 0 | A | 3 | E | 13C | 17 | 52 |
| Octal | 333 | 305 | 325 | 0 | 12 | 3 | 16 | 474 | 27 | 122 |
| Binary | 11011011 | 11000101 | 11010101 | 0 | 1010 | 11 | 1110 | 100111100 | 10111 | 1010010 |
Color Harmonies of #DBC5D5
Complementary color
Monochromatic Colors of #DBC5D5
Black with #DBC5D5
Text Example
Text Example
White with #DBC5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5D5; }
p { color: rgb(219,197,213); }
H1.HeaderClassName
{
color: #DBC5D5;
}
.AnyTagClassName
{
color: #DBC5D5;
}
</style>
background-color css
<style>
a { background-color: #DBC5D5; }
a { background-color: rgb(219,197,213); }
div.DivClassName
{
background-color: #DBC5D5;
}
.BgClassName
{
background-color: #DBC5D5;
}
</style>
border-color css
<style>
span { border-color: #DBC5D5; }
span { border-color: rgb(219,197,213); }
td.TdClassName
{
border-color: #DBC5D5;
}
.TagClassName
{
border-color: #DBC5D5;
}
</style>