Shades of French Lilac #DCB1D3
Tints of French Lilac #DCB1D3
RGB
CMYK
RGB Variations
Color information
#DCB1D3 (or 0xDCB1D3) is known color: French Lilac. HEX triplet: DC, B1 and D3. RGB value is (220,177,211). Sum of RGB (Red+Green+Blue) = 220+177+211=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1D3 is #234E2C. Grayscale: #C1C1C1. Windows color (decimal): -2313773 or 13873628. OLE color: 13873628.
HSL color Cylindrical-coordinate representation of color #DCB1D3: hue angle of 312.56º 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 #DCB1D3 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 211 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.14 |
| HSL | 312.56º | 0.38% | 0.78% | - |
| HSV(B) | 312.56º | 0.2% | 0.86% | - |
| XYZ | 57 | 51.36 | 68.54 | - |
| YUV | 193.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 211 | 0 | 0.20 | 0.04 | 0.14 | 312.56 | 0.38 | 0.78 |
| Hex | DC | B1 | D3 | 0 | 14 | 4 | E | 139 | 26 | 4E |
| Octal | 334 | 261 | 323 | 0 | 24 | 4 | 16 | 471 | 46 | 116 |
| Binary | 11011100 | 10110001 | 11010011 | 0 | 10100 | 100 | 1110 | 100111001 | 100110 | 1001110 |
Color Harmonies of #DCB1D3
Complementary color
Monochromatic Colors of #DCB1D3
Black with #DCB1D3
Text Example
Text Example
White with #DCB1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1D3; }
p { color: rgb(220,177,211); }
H1.HeaderClassName
{
color: #DCB1D3;
}
.AnyTagClassName
{
color: #DCB1D3;
}
</style>
background-color css
<style>
a { background-color: #DCB1D3; }
a { background-color: rgb(220,177,211); }
div.DivClassName
{
background-color: #DCB1D3;
}
.BgClassName
{
background-color: #DCB1D3;
}
</style>
border-color css
<style>
span { border-color: #DCB1D3; }
span { border-color: rgb(220,177,211); }
td.TdClassName
{
border-color: #DCB1D3;
}
.TagClassName
{
border-color: #DCB1D3;
}
</style>