Shades of French Lilac #DCB6DA
Tints of French Lilac #DCB6DA
RGB
CMYK
RGB Variations
Color information
#DCB6DA (or 0xDCB6DA) is known color: French Lilac. HEX triplet: DC, B6 and DA. RGB value is (220,182,218). Sum of RGB (Red+Green+Blue) = 220+182+218=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6DA is #234925. Grayscale: #C5C5C5. Windows color (decimal): -2312486 or 14333660. OLE color: 14333660.
HSL color Cylindrical-coordinate representation of color #DCB6DA: hue angle of 303.16º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB6DA is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 218 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.14 |
| HSL | 303.16º | 0.35% | 0.79% | - |
| HSV(B) | 303.16º | 0.17% | 0.86% | - |
| XYZ | 58.9 | 53.73 | 73.6 | - |
| YUV | 197.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 218 | 0 | 0.17 | 0.01 | 0.14 | 303.16 | 0.35 | 0.79 |
| Hex | DC | B6 | DA | 0 | 11 | 1 | E | 12F | 23 | 4F |
| Octal | 334 | 266 | 332 | 0 | 21 | 1 | 16 | 457 | 43 | 117 |
| Binary | 11011100 | 10110110 | 11011010 | 0 | 10001 | 1 | 1110 | 100101111 | 100011 | 1001111 |
Color Harmonies of #DCB6DA
Complementary color
Monochromatic Colors of #DCB6DA
Black with #DCB6DA
Text Example
Text Example
White with #DCB6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6DA; }
p { color: rgb(220,182,218); }
H1.HeaderClassName
{
color: #DCB6DA;
}
.AnyTagClassName
{
color: #DCB6DA;
}
</style>
background-color css
<style>
a { background-color: #DCB6DA; }
a { background-color: rgb(220,182,218); }
div.DivClassName
{
background-color: #DCB6DA;
}
.BgClassName
{
background-color: #DCB6DA;
}
</style>
border-color css
<style>
span { border-color: #DCB6DA; }
span { border-color: rgb(220,182,218); }
td.TdClassName
{
border-color: #DCB6DA;
}
.TagClassName
{
border-color: #DCB6DA;
}
</style>