Shades of French Lilac #DCB1D5
Tints of French Lilac #DCB1D5
RGB
CMYK
RGB Variations
Color information
#DCB1D5 (or 0xDCB1D5) is known color: French Lilac. HEX triplet: DC, B1 and D5. RGB value is (220,177,213). Sum of RGB (Red+Green+Blue) = 220+177+213=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1D5 is #234E2A. Grayscale: #C1C1C1. Windows color (decimal): -2313771 or 14004700. OLE color: 14004700.
HSL color Cylindrical-coordinate representation of color #DCB1D5: hue angle of 309.77º 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 #DCB1D5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 213 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.14 |
| HSL | 309.77º | 0.38% | 0.78% | - |
| HSV(B) | 309.77º | 0.2% | 0.86% | - |
| XYZ | 57.25 | 51.46 | 69.87 | - |
| YUV | 193.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 213 | 0 | 0.20 | 0.03 | 0.14 | 309.77 | 0.38 | 0.78 |
| Hex | DC | B1 | D5 | 0 | 14 | 3 | E | 136 | 26 | 4E |
| Octal | 334 | 261 | 325 | 0 | 24 | 3 | 16 | 466 | 46 | 116 |
| Binary | 11011100 | 10110001 | 11010101 | 0 | 10100 | 11 | 1110 | 100110110 | 100110 | 1001110 |
Color Harmonies of #DCB1D5
Complementary color
Monochromatic Colors of #DCB1D5
Black with #DCB1D5
Text Example
Text Example
White with #DCB1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1D5; }
p { color: rgb(220,177,213); }
H1.HeaderClassName
{
color: #DCB1D5;
}
.AnyTagClassName
{
color: #DCB1D5;
}
</style>
background-color css
<style>
a { background-color: #DCB1D5; }
a { background-color: rgb(220,177,213); }
div.DivClassName
{
background-color: #DCB1D5;
}
.BgClassName
{
background-color: #DCB1D5;
}
</style>
border-color css
<style>
span { border-color: #DCB1D5; }
span { border-color: rgb(220,177,213); }
td.TdClassName
{
border-color: #DCB1D5;
}
.TagClassName
{
border-color: #DCB1D5;
}
</style>