Shades of French Lilac #DCAED8
Tints of French Lilac #DCAED8
RGB
CMYK
RGB Variations
Color information
#DCAED8 (or 0xDCAED8) is known color: French Lilac. HEX triplet: DC, AE and D8. RGB value is (220,174,216). Sum of RGB (Red+Green+Blue) = 220+174+216=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAED8 is #235127. Grayscale: #C0C0C0. Windows color (decimal): -2314536 or 14200540. OLE color: 14200540.
HSL color Cylindrical-coordinate representation of color #DCAED8: hue angle of 305.22º 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 #DCAED8 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 216 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.14 |
| HSL | 305.22º | 0.4% | 0.77% | - |
| HSV(B) | 305.22º | 0.21% | 0.86% | - |
| XYZ | 57.05 | 50.45 | 71.7 | - |
| YUV | 192.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 216 | 0 | 0.21 | 0.02 | 0.14 | 305.22 | 0.4 | 0.77 |
| Hex | DC | AE | D8 | 0 | 15 | 2 | E | 131 | 28 | 4D |
| Octal | 334 | 256 | 330 | 0 | 25 | 2 | 16 | 461 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11011000 | 0 | 10101 | 10 | 1110 | 100110001 | 101000 | 1001101 |
Color Harmonies of #DCAED8
Complementary color
Monochromatic Colors of #DCAED8
Black with #DCAED8
Text Example
Text Example
White with #DCAED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAED8; }
p { color: rgb(220,174,216); }
H1.HeaderClassName
{
color: #DCAED8;
}
.AnyTagClassName
{
color: #DCAED8;
}
</style>
background-color css
<style>
a { background-color: #DCAED8; }
a { background-color: rgb(220,174,216); }
div.DivClassName
{
background-color: #DCAED8;
}
.BgClassName
{
background-color: #DCAED8;
}
</style>
border-color css
<style>
span { border-color: #DCAED8; }
span { border-color: rgb(220,174,216); }
td.TdClassName
{
border-color: #DCAED8;
}
.TagClassName
{
border-color: #DCAED8;
}
</style>