Shades of French Lilac #DCAED5
Tints of French Lilac #DCAED5
RGB
CMYK
RGB Variations
Color information
#DCAED5 (or 0xDCAED5) is known color: French Lilac. HEX triplet: DC, AE and D5. RGB value is (220,174,213). Sum of RGB (Red+Green+Blue) = 220+174+213=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAED5 is #23512A. Grayscale: #C0C0C0. Windows color (decimal): -2314539 or 14003932. OLE color: 14003932.
HSL color Cylindrical-coordinate representation of color #DCAED5: hue angle of 309.13º 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 #DCAED5 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 213 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.14 |
| HSL | 309.13º | 0.4% | 0.77% | - |
| HSV(B) | 309.13º | 0.21% | 0.86% | - |
| XYZ | 56.66 | 50.29 | 69.67 | - |
| YUV | 192.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 213 | 0 | 0.21 | 0.03 | 0.14 | 309.13 | 0.4 | 0.77 |
| Hex | DC | AE | D5 | 0 | 15 | 3 | E | 135 | 28 | 4D |
| Octal | 334 | 256 | 325 | 0 | 25 | 3 | 16 | 465 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11010101 | 0 | 10101 | 11 | 1110 | 100110101 | 101000 | 1001101 |
Color Harmonies of #DCAED5
Complementary color
Monochromatic Colors of #DCAED5
Black with #DCAED5
Text Example
Text Example
White with #DCAED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAED5; }
p { color: rgb(220,174,213); }
H1.HeaderClassName
{
color: #DCAED5;
}
.AnyTagClassName
{
color: #DCAED5;
}
</style>
background-color css
<style>
a { background-color: #DCAED5; }
a { background-color: rgb(220,174,213); }
div.DivClassName
{
background-color: #DCAED5;
}
.BgClassName
{
background-color: #DCAED5;
}
</style>
border-color css
<style>
span { border-color: #DCAED5; }
span { border-color: rgb(220,174,213); }
td.TdClassName
{
border-color: #DCAED5;
}
.TagClassName
{
border-color: #DCAED5;
}
</style>