Shades of French Lilac #DCB0D7
Tints of French Lilac #DCB0D7
RGB
CMYK
RGB Variations
Color information
#DCB0D7 (or 0xDCB0D7) is known color: French Lilac. HEX triplet: DC, B0 and D7. RGB value is (220,176,215). Sum of RGB (Red+Green+Blue) = 220+176+215=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0D7 is #234F28. Grayscale: #C1C1C1. Windows color (decimal): -2314025 or 14135516. OLE color: 14135516.
HSL color Cylindrical-coordinate representation of color #DCB0D7: hue angle of 306.82º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB0D7 is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 215 | - |
| CMYK | 0 | 0.2 | 0.02 | 0.14 |
| HSL | 306.82º | 0.39% | 0.78% | - |
| HSV(B) | 306.82º | 0.2% | 0.86% | - |
| XYZ | 57.31 | 51.17 | 71.15 | - |
| YUV | 193.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 215 | 0 | 0.2 | 0.02 | 0.14 | 306.82 | 0.39 | 0.78 |
| Hex | DC | B0 | D7 | 0 | 14 | 2 | E | 133 | 27 | 4E |
| Octal | 334 | 260 | 327 | 0 | 24 | 2 | 16 | 463 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11010111 | 0 | 10100 | 10 | 1110 | 100110011 | 100111 | 1001110 |
Color Harmonies of #DCB0D7
Complementary color
Monochromatic Colors of #DCB0D7
Black with #DCB0D7
Text Example
Text Example
White with #DCB0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0D7; }
p { color: rgb(220,176,215); }
H1.HeaderClassName
{
color: #DCB0D7;
}
.AnyTagClassName
{
color: #DCB0D7;
}
</style>
background-color css
<style>
a { background-color: #DCB0D7; }
a { background-color: rgb(220,176,215); }
div.DivClassName
{
background-color: #DCB0D7;
}
.BgClassName
{
background-color: #DCB0D7;
}
</style>
border-color css
<style>
span { border-color: #DCB0D7; }
span { border-color: rgb(220,176,215); }
td.TdClassName
{
border-color: #DCB0D7;
}
.TagClassName
{
border-color: #DCB0D7;
}
</style>