Shades of French Lilac #DCAED0
Tints of French Lilac #DCAED0
RGB
CMYK
RGB Variations
Color information
#DCAED0 (or 0xDCAED0) is known color: French Lilac. HEX triplet: DC, AE and D0. RGB value is (220,174,208). Sum of RGB (Red+Green+Blue) = 220+174+208=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAED0 is #23512F. Grayscale: #BFBFBF. Windows color (decimal): -2314544 or 13676252. OLE color: 13676252.
HSL color Cylindrical-coordinate representation of color #DCAED0: hue angle of 315.65º 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 #DCAED0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 208 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.14 |
| HSL | 315.65º | 0.4% | 0.77% | - |
| HSV(B) | 315.65º | 0.21% | 0.86% | - |
| XYZ | 56.04 | 50.04 | 66.38 | - |
| YUV | 191.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 208 | 0 | 0.21 | 0.05 | 0.14 | 315.65 | 0.4 | 0.77 |
| Hex | DC | AE | D0 | 0 | 15 | 5 | E | 13C | 28 | 4D |
| Octal | 334 | 256 | 320 | 0 | 25 | 5 | 16 | 474 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11010000 | 0 | 10101 | 101 | 1110 | 100111100 | 101000 | 1001101 |
Color Harmonies of #DCAED0
Complementary color
Monochromatic Colors of #DCAED0
Black with #DCAED0
Text Example
Text Example
White with #DCAED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAED0; }
p { color: rgb(220,174,208); }
H1.HeaderClassName
{
color: #DCAED0;
}
.AnyTagClassName
{
color: #DCAED0;
}
</style>
background-color css
<style>
a { background-color: #DCAED0; }
a { background-color: rgb(220,174,208); }
div.DivClassName
{
background-color: #DCAED0;
}
.BgClassName
{
background-color: #DCAED0;
}
</style>
border-color css
<style>
span { border-color: #DCAED0; }
span { border-color: rgb(220,174,208); }
td.TdClassName
{
border-color: #DCAED0;
}
.TagClassName
{
border-color: #DCAED0;
}
</style>