Shades of French Lilac #DCB1D8
Tints of French Lilac #DCB1D8
RGB
CMYK
RGB Variations
Color information
#DCB1D8 (or 0xDCB1D8) is known color: French Lilac. HEX triplet: DC, B1 and D8. RGB value is (220,177,216). Sum of RGB (Red+Green+Blue) = 220+177+216=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1D8 is #234E27. Grayscale: #C2C2C2. Windows color (decimal): -2313768 or 14201308. OLE color: 14201308.
HSL color Cylindrical-coordinate representation of color #DCB1D8: hue angle of 305.58º 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 #DCB1D8 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 216 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.14 |
| HSL | 305.58º | 0.38% | 0.78% | - |
| HSV(B) | 305.58º | 0.2% | 0.86% | - |
| XYZ | 57.63 | 51.62 | 71.89 | - |
| YUV | 194.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 216 | 0 | 0.20 | 0.02 | 0.14 | 305.58 | 0.38 | 0.78 |
| Hex | DC | B1 | D8 | 0 | 14 | 2 | E | 132 | 26 | 4E |
| Octal | 334 | 261 | 330 | 0 | 24 | 2 | 16 | 462 | 46 | 116 |
| Binary | 11011100 | 10110001 | 11011000 | 0 | 10100 | 10 | 1110 | 100110010 | 100110 | 1001110 |
Color Harmonies of #DCB1D8
Complementary color
Monochromatic Colors of #DCB1D8
Black with #DCB1D8
Text Example
Text Example
White with #DCB1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1D8; }
p { color: rgb(220,177,216); }
H1.HeaderClassName
{
color: #DCB1D8;
}
.AnyTagClassName
{
color: #DCB1D8;
}
</style>
background-color css
<style>
a { background-color: #DCB1D8; }
a { background-color: rgb(220,177,216); }
div.DivClassName
{
background-color: #DCB1D8;
}
.BgClassName
{
background-color: #DCB1D8;
}
</style>
border-color css
<style>
span { border-color: #DCB1D8; }
span { border-color: rgb(220,177,216); }
td.TdClassName
{
border-color: #DCB1D8;
}
.TagClassName
{
border-color: #DCB1D8;
}
</style>