Shades of French Lilac #DBC0D5
Tints of French Lilac #DBC0D5
RGB
CMYK
RGB Variations
Color information
#DBC0D5 (or 0xDBC0D5) is known color: French Lilac. HEX triplet: DB, C0 and D5. RGB value is (219,192,213). Sum of RGB (Red+Green+Blue) = 219+192+213=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0D5 is #243F2A. Grayscale: #CACACA. Windows color (decimal): -2375467 or 14008539. OLE color: 14008539.
HSL color Cylindrical-coordinate representation of color #DBC0D5: hue angle of 313.33º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC0D5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 213 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.14 |
| HSL | 313.33º | 0.27% | 0.81% | - |
| HSV(B) | 313.33º | 0.12% | 0.86% | - |
| XYZ | 60.07 | 57.56 | 70.9 | - |
| YUV | 202.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 213 | 0 | 0.12 | 0.03 | 0.14 | 313.33 | 0.27 | 0.81 |
| Hex | DB | C0 | D5 | 0 | C | 3 | E | 139 | 1B | 51 |
| Octal | 333 | 300 | 325 | 0 | 14 | 3 | 16 | 471 | 33 | 121 |
| Binary | 11011011 | 11000000 | 11010101 | 0 | 1100 | 11 | 1110 | 100111001 | 11011 | 1010001 |
Color Harmonies of #DBC0D5
Complementary color
Monochromatic Colors of #DBC0D5
Black with #DBC0D5
Text Example
Text Example
White with #DBC0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0D5; }
p { color: rgb(219,192,213); }
H1.HeaderClassName
{
color: #DBC0D5;
}
.AnyTagClassName
{
color: #DBC0D5;
}
</style>
background-color css
<style>
a { background-color: #DBC0D5; }
a { background-color: rgb(219,192,213); }
div.DivClassName
{
background-color: #DBC0D5;
}
.BgClassName
{
background-color: #DBC0D5;
}
</style>
border-color css
<style>
span { border-color: #DBC0D5; }
span { border-color: rgb(219,192,213); }
td.TdClassName
{
border-color: #DBC0D5;
}
.TagClassName
{
border-color: #DBC0D5;
}
</style>