Shades of French Lilac #DCB0D9
Tints of French Lilac #DCB0D9
RGB
CMYK
RGB Variations
Color information
#DCB0D9 (or 0xDCB0D9) is known color: French Lilac. HEX triplet: DC, B0 and D9. RGB value is (220,176,217). Sum of RGB (Red+Green+Blue) = 220+176+217=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0D9 is #234F26. Grayscale: #C1C1C1. Windows color (decimal): -2314023 or 14266588. OLE color: 14266588.
HSL color Cylindrical-coordinate representation of color #DCB0D9: hue angle of 304.09º 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 #DCB0D9 is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 217 | - |
| CMYK | 0 | 0.2 | 0.01 | 0.14 |
| HSL | 304.09º | 0.39% | 0.78% | - |
| HSV(B) | 304.09º | 0.2% | 0.86% | - |
| XYZ | 57.56 | 51.28 | 72.51 | - |
| YUV | 193.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 217 | 0 | 0.2 | 0.01 | 0.14 | 304.09 | 0.39 | 0.78 |
| Hex | DC | B0 | D9 | 0 | 14 | 1 | E | 130 | 27 | 4E |
| Octal | 334 | 260 | 331 | 0 | 24 | 1 | 16 | 460 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11011001 | 0 | 10100 | 1 | 1110 | 100110000 | 100111 | 1001110 |
Color Harmonies of #DCB0D9
Complementary color
Monochromatic Colors of #DCB0D9
Black with #DCB0D9
Text Example
Text Example
White with #DCB0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0D9; }
p { color: rgb(220,176,217); }
H1.HeaderClassName
{
color: #DCB0D9;
}
.AnyTagClassName
{
color: #DCB0D9;
}
</style>
background-color css
<style>
a { background-color: #DCB0D9; }
a { background-color: rgb(220,176,217); }
div.DivClassName
{
background-color: #DCB0D9;
}
.BgClassName
{
background-color: #DCB0D9;
}
</style>
border-color css
<style>
span { border-color: #DCB0D9; }
span { border-color: rgb(220,176,217); }
td.TdClassName
{
border-color: #DCB0D9;
}
.TagClassName
{
border-color: #DCB0D9;
}
</style>