Shades of French Lilac #DCB9D7
Tints of French Lilac #DCB9D7
RGB
CMYK
RGB Variations
Color information
#DCB9D7 (or 0xDCB9D7) is known color: French Lilac. HEX triplet: DC, B9 and D7. RGB value is (220,185,215). Sum of RGB (Red+Green+Blue) = 220+185+215=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9D7 is #234628. Grayscale: #C6C6C6. Windows color (decimal): -2311721 or 14137820. OLE color: 14137820.
HSL color Cylindrical-coordinate representation of color #DCB9D7: hue angle of 308.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB9D7 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 215 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.14 |
| HSL | 308.57º | 0.33% | 0.79% | - |
| HSV(B) | 308.57º | 0.16% | 0.86% | - |
| XYZ | 59.13 | 54.82 | 71.75 | - |
| YUV | 198.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 215 | 0 | 0.16 | 0.02 | 0.14 | 308.57 | 0.33 | 0.79 |
| Hex | DC | B9 | D7 | 0 | 10 | 2 | E | 135 | 21 | 4F |
| Octal | 334 | 271 | 327 | 0 | 20 | 2 | 16 | 465 | 41 | 117 |
| Binary | 11011100 | 10111001 | 11010111 | 0 | 10000 | 10 | 1110 | 100110101 | 100001 | 1001111 |
Color Harmonies of #DCB9D7
Complementary color
Monochromatic Colors of #DCB9D7
Black with #DCB9D7
Text Example
Text Example
White with #DCB9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9D7; }
p { color: rgb(220,185,215); }
H1.HeaderClassName
{
color: #DCB9D7;
}
.AnyTagClassName
{
color: #DCB9D7;
}
</style>
background-color css
<style>
a { background-color: #DCB9D7; }
a { background-color: rgb(220,185,215); }
div.DivClassName
{
background-color: #DCB9D7;
}
.BgClassName
{
background-color: #DCB9D7;
}
</style>
border-color css
<style>
span { border-color: #DCB9D7; }
span { border-color: rgb(220,185,215); }
td.TdClassName
{
border-color: #DCB9D7;
}
.TagClassName
{
border-color: #DCB9D7;
}
</style>