Shades of French Lilac #DCB3DB
Tints of French Lilac #DCB3DB
RGB
CMYK
RGB Variations
Color information
#DCB3DB (or 0xDCB3DB) is known color: French Lilac. HEX triplet: DC, B3 and DB. RGB value is (220,179,219). Sum of RGB (Red+Green+Blue) = 220+179+219=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3DB is #234C24. Grayscale: #C3C3C3. Windows color (decimal): -2313253 or 14398428. OLE color: 14398428.
HSL color Cylindrical-coordinate representation of color #DCB3DB: hue angle of 301.46º 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 #DCB3DB is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 179 | 219 | - |
CMYK | 0 | 0.19 | 0.00 | 0.14 |
HSL | 301.46º | 0.37% | 0.78% | - |
HSV(B) | 301.46º | 0.19% | 0.86% | - |
XYZ | 58.42 | 52.57 | 74.09 | - |
YUV | 195.82 | 141.08 | 145.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 179 | 219 | 0 | 0.19 | 0.00 | 0.14 | 301.46 | 0.37 | 0.78 |
Hex | DC | B3 | DB | 0 | 13 | 0 | E | 12D | 25 | 4E |
Octal | 334 | 263 | 333 | 0 | 23 | 0 | 16 | 455 | 45 | 116 |
Binary | 11011100 | 10110011 | 11011011 | 0 | 10011 | 0 | 1110 | 100101101 | 100101 | 1001110 |
Color Harmonies of #DCB3DB
Complementary color
Monochromatic Colors of #DCB3DB
Black with #DCB3DB
Text Example
Text Example
White with #DCB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3DB; }
p { color: rgb(220,179,219); }
H1.HeaderClassName
{
color: #DCB3DB;
}
.AnyTagClassName
{
color: #DCB3DB;
}
</style>
background-color css
<style>
a { background-color: #DCB3DB; }
a { background-color: rgb(220,179,219); }
div.DivClassName
{
background-color: #DCB3DB;
}
.BgClassName
{
background-color: #DCB3DB;
}
</style>
border-color css
<style>
span { border-color: #DCB3DB; }
span { border-color: rgb(220,179,219); }
td.TdClassName
{
border-color: #DCB3DB;
}
.TagClassName
{
border-color: #DCB3DB;
}
</style>