Shades of French Lilac #DCB0DA
Tints of French Lilac #DCB0DA
RGB
CMYK
RGB Variations
Color information
#DCB0DA (or 0xDCB0DA) is known color: French Lilac. HEX triplet: DC, B0 and DA. RGB value is (220,176,218). Sum of RGB (Red+Green+Blue) = 220+176+218=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0DA is #234F25. Grayscale: #C1C1C1. Windows color (decimal): -2314022 or 14332124. OLE color: 14332124.
HSL color Cylindrical-coordinate representation of color #DCB0DA: hue angle of 302.73º degrees, saturation: 0.39, 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 #DCB0DA is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 218 | - |
| CMYK | 0 | 0.2 | 0.01 | 0.14 |
| HSL | 302.73º | 0.39% | 0.78% | - |
| HSV(B) | 302.73º | 0.2% | 0.86% | - |
| XYZ | 57.7 | 51.33 | 73.2 | - |
| YUV | 193.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 218 | 0 | 0.2 | 0.01 | 0.14 | 302.73 | 0.39 | 0.78 |
| Hex | DC | B0 | DA | 0 | 14 | 1 | E | 12F | 27 | 4E |
| Octal | 334 | 260 | 332 | 0 | 24 | 1 | 16 | 457 | 47 | 116 |
| Binary | 11011100 | 10110000 | 11011010 | 0 | 10100 | 1 | 1110 | 100101111 | 100111 | 1001110 |
Color Harmonies of #DCB0DA
Complementary color
Monochromatic Colors of #DCB0DA
Black with #DCB0DA
Text Example
Text Example
White with #DCB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0DA; }
p { color: rgb(220,176,218); }
H1.HeaderClassName
{
color: #DCB0DA;
}
.AnyTagClassName
{
color: #DCB0DA;
}
</style>
background-color css
<style>
a { background-color: #DCB0DA; }
a { background-color: rgb(220,176,218); }
div.DivClassName
{
background-color: #DCB0DA;
}
.BgClassName
{
background-color: #DCB0DA;
}
</style>
border-color css
<style>
span { border-color: #DCB0DA; }
span { border-color: rgb(220,176,218); }
td.TdClassName
{
border-color: #DCB0DA;
}
.TagClassName
{
border-color: #DCB0DA;
}
</style>