Shades of French Lilac #DCB5D9
Tints of French Lilac #DCB5D9
RGB
CMYK
RGB Variations
Color information
#DCB5D9 (or 0xDCB5D9) is known color: French Lilac. HEX triplet: DC, B5 and D9. RGB value is (220,181,217). Sum of RGB (Red+Green+Blue) = 220+181+217=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5D9 is #234A26. Grayscale: #C4C4C4. Windows color (decimal): -2312743 or 14267868. OLE color: 14267868.
HSL color Cylindrical-coordinate representation of color #DCB5D9: hue angle of 304.62º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5D9 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 217 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.14 |
| HSL | 304.62º | 0.36% | 0.79% | - |
| HSV(B) | 304.62º | 0.18% | 0.86% | - |
| XYZ | 58.56 | 53.27 | 72.84 | - |
| YUV | 196.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 217 | 0 | 0.18 | 0.01 | 0.14 | 304.62 | 0.36 | 0.79 |
| Hex | DC | B5 | D9 | 0 | 12 | 1 | E | 131 | 24 | 4F |
| Octal | 334 | 265 | 331 | 0 | 22 | 1 | 16 | 461 | 44 | 117 |
| Binary | 11011100 | 10110101 | 11011001 | 0 | 10010 | 1 | 1110 | 100110001 | 100100 | 1001111 |
Color Harmonies of #DCB5D9
Complementary color
Monochromatic Colors of #DCB5D9
Black with #DCB5D9
Text Example
Text Example
White with #DCB5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5D9; }
p { color: rgb(220,181,217); }
H1.HeaderClassName
{
color: #DCB5D9;
}
.AnyTagClassName
{
color: #DCB5D9;
}
</style>
background-color css
<style>
a { background-color: #DCB5D9; }
a { background-color: rgb(220,181,217); }
div.DivClassName
{
background-color: #DCB5D9;
}
.BgClassName
{
background-color: #DCB5D9;
}
</style>
border-color css
<style>
span { border-color: #DCB5D9; }
span { border-color: rgb(220,181,217); }
td.TdClassName
{
border-color: #DCB5D9;
}
.TagClassName
{
border-color: #DCB5D9;
}
</style>