Shades of French Lilac #DCABCF
Tints of French Lilac #DCABCF
RGB
CMYK
RGB Variations
Color information
#DCABCF (or 0xDCABCF) is known color: French Lilac. HEX triplet: DC, AB and CF. RGB value is (220,171,207). Sum of RGB (Red+Green+Blue) = 220+171+207=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABCF is #235430. Grayscale: #BDBDBD. Windows color (decimal): -2315313 or 13609948. OLE color: 13609948.
HSL color Cylindrical-coordinate representation of color #DCABCF: hue angle of 315.92º 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 #DCABCF is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 207 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.14 |
| HSL | 315.92º | 0.41% | 0.77% | - |
| HSV(B) | 315.92º | 0.22% | 0.86% | - |
| XYZ | 55.34 | 48.85 | 65.54 | - |
| YUV | 189.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 207 | 0 | 0.22 | 0.06 | 0.14 | 315.92 | 0.41 | 0.77 |
| Hex | DC | AB | CF | 0 | 16 | 6 | E | 13C | 29 | 4D |
| Octal | 334 | 253 | 317 | 0 | 26 | 6 | 16 | 474 | 51 | 115 |
| Binary | 11011100 | 10101011 | 11001111 | 0 | 10110 | 110 | 1110 | 100111100 | 101001 | 1001101 |
Color Harmonies of #DCABCF
Complementary color
Monochromatic Colors of #DCABCF
Black with #DCABCF
Text Example
Text Example
White with #DCABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABCF; }
p { color: rgb(220,171,207); }
H1.HeaderClassName
{
color: #DCABCF;
}
.AnyTagClassName
{
color: #DCABCF;
}
</style>
background-color css
<style>
a { background-color: #DCABCF; }
a { background-color: rgb(220,171,207); }
div.DivClassName
{
background-color: #DCABCF;
}
.BgClassName
{
background-color: #DCABCF;
}
</style>
border-color css
<style>
span { border-color: #DCABCF; }
span { border-color: rgb(220,171,207); }
td.TdClassName
{
border-color: #DCABCF;
}
.TagClassName
{
border-color: #DCABCF;
}
</style>