Shades of French Lilac #DCB3D1
Tints of French Lilac #DCB3D1
RGB
CMYK
RGB Variations
Color information
#DCB3D1 (or 0xDCB3D1) is known color: French Lilac. HEX triplet: DC, B3 and D1. RGB value is (220,179,209). Sum of RGB (Red+Green+Blue) = 220+179+209=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3D1 is #234C2E. Grayscale: #C2C2C2. Windows color (decimal): -2313263 or 13743068. OLE color: 13743068.
HSL color Cylindrical-coordinate representation of color #DCB3D1: hue angle of 316.1º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3D1 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 209 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.14 |
| HSL | 316.1º | 0.37% | 0.78% | - |
| HSV(B) | 316.1º | 0.19% | 0.86% | - |
| XYZ | 57.14 | 52.06 | 67.36 | - |
| YUV | 194.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 209 | 0 | 0.19 | 0.05 | 0.14 | 316.1 | 0.37 | 0.78 |
| Hex | DC | B3 | D1 | 0 | 13 | 5 | E | 13C | 25 | 4E |
| Octal | 334 | 263 | 321 | 0 | 23 | 5 | 16 | 474 | 45 | 116 |
| Binary | 11011100 | 10110011 | 11010001 | 0 | 10011 | 101 | 1110 | 100111100 | 100101 | 1001110 |
Color Harmonies of #DCB3D1
Complementary color
Monochromatic Colors of #DCB3D1
Black with #DCB3D1
Text Example
Text Example
White with #DCB3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3D1; }
p { color: rgb(220,179,209); }
H1.HeaderClassName
{
color: #DCB3D1;
}
.AnyTagClassName
{
color: #DCB3D1;
}
</style>
background-color css
<style>
a { background-color: #DCB3D1; }
a { background-color: rgb(220,179,209); }
div.DivClassName
{
background-color: #DCB3D1;
}
.BgClassName
{
background-color: #DCB3D1;
}
</style>
border-color css
<style>
span { border-color: #DCB3D1; }
span { border-color: rgb(220,179,209); }
td.TdClassName
{
border-color: #DCB3D1;
}
.TagClassName
{
border-color: #DCB3D1;
}
</style>