Shades of French Lilac #DCAAD5
Tints of French Lilac #DCAAD5
RGB
CMYK
RGB Variations
Color information
#DCAAD5 (or 0xDCAAD5) is known color: French Lilac. HEX triplet: DC, AA and D5. RGB value is (220,170,213). Sum of RGB (Red+Green+Blue) = 220+170+213=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAD5 is #23552A. Grayscale: #BDBDBD. Windows color (decimal): -2315563 or 14002908. OLE color: 14002908.
HSL color Cylindrical-coordinate representation of color #DCAAD5: hue angle of 308.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAAD5 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 213 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.14 |
| HSL | 308.4º | 0.42% | 0.76% | - |
| HSV(B) | 308.4º | 0.23% | 0.86% | - |
| XYZ | 55.9 | 48.77 | 69.42 | - |
| YUV | 189.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 213 | 0 | 0.23 | 0.03 | 0.14 | 308.4 | 0.42 | 0.76 |
| Hex | DC | AA | D5 | 0 | 17 | 3 | E | 134 | 2A | 4C |
| Octal | 334 | 252 | 325 | 0 | 27 | 3 | 16 | 464 | 52 | 114 |
| Binary | 11011100 | 10101010 | 11010101 | 0 | 10111 | 11 | 1110 | 100110100 | 101010 | 1001100 |
Color Harmonies of #DCAAD5
Complementary color
Monochromatic Colors of #DCAAD5
Black with #DCAAD5
Text Example
Text Example
White with #DCAAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAD5; }
p { color: rgb(220,170,213); }
H1.HeaderClassName
{
color: #DCAAD5;
}
.AnyTagClassName
{
color: #DCAAD5;
}
</style>
background-color css
<style>
a { background-color: #DCAAD5; }
a { background-color: rgb(220,170,213); }
div.DivClassName
{
background-color: #DCAAD5;
}
.BgClassName
{
background-color: #DCAAD5;
}
</style>
border-color css
<style>
span { border-color: #DCAAD5; }
span { border-color: rgb(220,170,213); }
td.TdClassName
{
border-color: #DCAAD5;
}
.TagClassName
{
border-color: #DCAAD5;
}
</style>