Shades of French Lilac #DCB1D0
Tints of French Lilac #DCB1D0
RGB
CMYK
RGB Variations
Color information
#DCB1D0 (or 0xDCB1D0) is known color: French Lilac. HEX triplet: DC, B1 and D0. RGB value is (220,177,208). Sum of RGB (Red+Green+Blue) = 220+177+208=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1D0 is #234E2F. Grayscale: #C1C1C1. Windows color (decimal): -2313776 or 13677020. OLE color: 13677020.
HSL color Cylindrical-coordinate representation of color #DCB1D0: hue angle of 316.74º 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 #DCB1D0 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 208 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.14 |
| HSL | 316.74º | 0.38% | 0.78% | - |
| HSV(B) | 316.74º | 0.2% | 0.86% | - |
| XYZ | 56.62 | 51.21 | 66.58 | - |
| YUV | 193.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 208 | 0 | 0.20 | 0.05 | 0.14 | 316.74 | 0.38 | 0.78 |
| Hex | DC | B1 | D0 | 0 | 14 | 5 | E | 13D | 26 | 4E |
| Octal | 334 | 261 | 320 | 0 | 24 | 5 | 16 | 475 | 46 | 116 |
| Binary | 11011100 | 10110001 | 11010000 | 0 | 10100 | 101 | 1110 | 100111101 | 100110 | 1001110 |
Color Harmonies of #DCB1D0
Complementary color
Monochromatic Colors of #DCB1D0
Black with #DCB1D0
Text Example
Text Example
White with #DCB1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1D0; }
p { color: rgb(220,177,208); }
H1.HeaderClassName
{
color: #DCB1D0;
}
.AnyTagClassName
{
color: #DCB1D0;
}
</style>
background-color css
<style>
a { background-color: #DCB1D0; }
a { background-color: rgb(220,177,208); }
div.DivClassName
{
background-color: #DCB1D0;
}
.BgClassName
{
background-color: #DCB1D0;
}
</style>
border-color css
<style>
span { border-color: #DCB1D0; }
span { border-color: rgb(220,177,208); }
td.TdClassName
{
border-color: #DCB1D0;
}
.TagClassName
{
border-color: #DCB1D0;
}
</style>