Shades of French Lilac #DCB1D7
Tints of French Lilac #DCB1D7
RGB
CMYK
RGB Variations
Color information
#DCB1D7 (or 0xDCB1D7) is known color: French Lilac. HEX triplet: DC, B1 and D7. RGB value is (220,177,215). Sum of RGB (Red+Green+Blue) = 220+177+215=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1D7 is #234E28. Grayscale: #C2C2C2. Windows color (decimal): -2313769 or 14135772. OLE color: 14135772.
HSL color Cylindrical-coordinate representation of color #DCB1D7: hue angle of 306.98º degrees, saturation: 0.38, 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 #DCB1D7 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 215 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.14 |
| HSL | 306.98º | 0.38% | 0.78% | - |
| HSV(B) | 306.98º | 0.2% | 0.86% | - |
| XYZ | 57.5 | 51.57 | 71.21 | - |
| YUV | 194.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 215 | 0 | 0.20 | 0.02 | 0.14 | 306.98 | 0.38 | 0.78 |
| Hex | DC | B1 | D7 | 0 | 14 | 2 | E | 133 | 26 | 4E |
| Octal | 334 | 261 | 327 | 0 | 24 | 2 | 16 | 463 | 46 | 116 |
| Binary | 11011100 | 10110001 | 11010111 | 0 | 10100 | 10 | 1110 | 100110011 | 100110 | 1001110 |
Color Harmonies of #DCB1D7
Complementary color
Monochromatic Colors of #DCB1D7
Black with #DCB1D7
Text Example
Text Example
White with #DCB1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1D7; }
p { color: rgb(220,177,215); }
H1.HeaderClassName
{
color: #DCB1D7;
}
.AnyTagClassName
{
color: #DCB1D7;
}
</style>
background-color css
<style>
a { background-color: #DCB1D7; }
a { background-color: rgb(220,177,215); }
div.DivClassName
{
background-color: #DCB1D7;
}
.BgClassName
{
background-color: #DCB1D7;
}
</style>
border-color css
<style>
span { border-color: #DCB1D7; }
span { border-color: rgb(220,177,215); }
td.TdClassName
{
border-color: #DCB1D7;
}
.TagClassName
{
border-color: #DCB1D7;
}
</style>