Shades of French Lilac #DCABD5
Tints of French Lilac #DCABD5
RGB
CMYK
RGB Variations
Color information
#DCABD5 (or 0xDCABD5) is known color: French Lilac. HEX triplet: DC, AB and D5. RGB value is (220,171,213). Sum of RGB (Red+Green+Blue) = 220+171+213=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABD5 is #23542A. Grayscale: #BEBEBE. Windows color (decimal): -2315307 or 14003164. OLE color: 14003164.
HSL color Cylindrical-coordinate representation of color #DCABD5: hue angle of 308.57º 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 #DCABD5 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 213 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.14 |
| HSL | 308.57º | 0.41% | 0.77% | - |
| HSV(B) | 308.57º | 0.22% | 0.86% | - |
| XYZ | 56.09 | 49.15 | 69.48 | - |
| YUV | 190.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 213 | 0 | 0.22 | 0.03 | 0.14 | 308.57 | 0.41 | 0.77 |
| Hex | DC | AB | D5 | 0 | 16 | 3 | E | 135 | 29 | 4D |
| Octal | 334 | 253 | 325 | 0 | 26 | 3 | 16 | 465 | 51 | 115 |
| Binary | 11011100 | 10101011 | 11010101 | 0 | 10110 | 11 | 1110 | 100110101 | 101001 | 1001101 |
Color Harmonies of #DCABD5
Complementary color
Monochromatic Colors of #DCABD5
Black with #DCABD5
Text Example
Text Example
White with #DCABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABD5; }
p { color: rgb(220,171,213); }
H1.HeaderClassName
{
color: #DCABD5;
}
.AnyTagClassName
{
color: #DCABD5;
}
</style>
background-color css
<style>
a { background-color: #DCABD5; }
a { background-color: rgb(220,171,213); }
div.DivClassName
{
background-color: #DCABD5;
}
.BgClassName
{
background-color: #DCABD5;
}
</style>
border-color css
<style>
span { border-color: #DCABD5; }
span { border-color: rgb(220,171,213); }
td.TdClassName
{
border-color: #DCABD5;
}
.TagClassName
{
border-color: #DCABD5;
}
</style>