Shades of French Lilac #DCAED9
Tints of French Lilac #DCAED9
RGB
CMYK
RGB Variations
Color information
#DCAED9 (or 0xDCAED9) is known color: French Lilac. HEX triplet: DC, AE and D9. RGB value is (220,174,217). Sum of RGB (Red+Green+Blue) = 220+174+217=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAED9 is #235126. Grayscale: #C0C0C0. Windows color (decimal): -2314535 or 14266076. OLE color: 14266076.
HSL color Cylindrical-coordinate representation of color #DCAED9: hue angle of 303.91º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAED9 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 217 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.14 |
| HSL | 303.91º | 0.4% | 0.77% | - |
| HSV(B) | 303.91º | 0.21% | 0.86% | - |
| XYZ | 57.18 | 50.5 | 72.38 | - |
| YUV | 192.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 217 | 0 | 0.21 | 0.01 | 0.14 | 303.91 | 0.4 | 0.77 |
| Hex | DC | AE | D9 | 0 | 15 | 1 | E | 130 | 28 | 4D |
| Octal | 334 | 256 | 331 | 0 | 25 | 1 | 16 | 460 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11011001 | 0 | 10101 | 1 | 1110 | 100110000 | 101000 | 1001101 |
Color Harmonies of #DCAED9
Complementary color
Monochromatic Colors of #DCAED9
Black with #DCAED9
Text Example
Text Example
White with #DCAED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAED9; }
p { color: rgb(220,174,217); }
H1.HeaderClassName
{
color: #DCAED9;
}
.AnyTagClassName
{
color: #DCAED9;
}
</style>
background-color css
<style>
a { background-color: #DCAED9; }
a { background-color: rgb(220,174,217); }
div.DivClassName
{
background-color: #DCAED9;
}
.BgClassName
{
background-color: #DCAED9;
}
</style>
border-color css
<style>
span { border-color: #DCAED9; }
span { border-color: rgb(220,174,217); }
td.TdClassName
{
border-color: #DCAED9;
}
.TagClassName
{
border-color: #DCAED9;
}
</style>