Shades of French Lilac #DCABCD
Tints of French Lilac #DCABCD
RGB
CMYK
RGB Variations
Color information
#DCABCD (or 0xDCABCD) is known color: French Lilac. HEX triplet: DC, AB and CD. RGB value is (220,171,205). Sum of RGB (Red+Green+Blue) = 220+171+205=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABCD is #235432. Grayscale: #BDBDBD. Windows color (decimal): -2315315 or 13478876. OLE color: 13478876.
HSL color Cylindrical-coordinate representation of color #DCABCD: hue angle of 318.37º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCABCD is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 205 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.14 |
| HSL | 318.37º | 0.41% | 0.77% | - |
| HSV(B) | 318.37º | 0.22% | 0.86% | - |
| XYZ | 55.1 | 48.75 | 64.26 | - |
| YUV | 189.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 205 | 0 | 0.22 | 0.07 | 0.14 | 318.37 | 0.41 | 0.77 |
| Hex | DC | AB | CD | 0 | 16 | 7 | E | 13E | 29 | 4D |
| Octal | 334 | 253 | 315 | 0 | 26 | 7 | 16 | 476 | 51 | 115 |
| Binary | 11011100 | 10101011 | 11001101 | 0 | 10110 | 111 | 1110 | 100111110 | 101001 | 1001101 |
Color Harmonies of #DCABCD
Complementary color
Monochromatic Colors of #DCABCD
Black with #DCABCD
Text Example
Text Example
White with #DCABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABCD; }
p { color: rgb(220,171,205); }
H1.HeaderClassName
{
color: #DCABCD;
}
.AnyTagClassName
{
color: #DCABCD;
}
</style>
background-color css
<style>
a { background-color: #DCABCD; }
a { background-color: rgb(220,171,205); }
div.DivClassName
{
background-color: #DCABCD;
}
.BgClassName
{
background-color: #DCABCD;
}
</style>
border-color css
<style>
span { border-color: #DCABCD; }
span { border-color: rgb(220,171,205); }
td.TdClassName
{
border-color: #DCABCD;
}
.TagClassName
{
border-color: #DCABCD;
}
</style>