Shades of French Lilac #DCAEDA
Tints of French Lilac #DCAEDA
RGB
CMYK
RGB Variations
Color information
#DCAEDA (or 0xDCAEDA) is known color: French Lilac. HEX triplet: DC, AE and DA. RGB value is (220,174,218). Sum of RGB (Red+Green+Blue) = 220+174+218=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEDA is #235125. Grayscale: #C0C0C0. Windows color (decimal): -2314534 or 14331612. OLE color: 14331612.
HSL color Cylindrical-coordinate representation of color #DCAEDA: hue angle of 302.61º 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 #DCAEDA is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 218 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.14 |
| HSL | 302.61º | 0.4% | 0.77% | - |
| HSV(B) | 302.61º | 0.21% | 0.86% | - |
| XYZ | 57.31 | 50.55 | 73.07 | - |
| YUV | 192.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 218 | 0 | 0.21 | 0.01 | 0.14 | 302.61 | 0.4 | 0.77 |
| Hex | DC | AE | DA | 0 | 15 | 1 | E | 12F | 28 | 4D |
| Octal | 334 | 256 | 332 | 0 | 25 | 1 | 16 | 457 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11011010 | 0 | 10101 | 1 | 1110 | 100101111 | 101000 | 1001101 |
Color Harmonies of #DCAEDA
Complementary color
Monochromatic Colors of #DCAEDA
Black with #DCAEDA
Text Example
Text Example
White with #DCAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEDA; }
p { color: rgb(220,174,218); }
H1.HeaderClassName
{
color: #DCAEDA;
}
.AnyTagClassName
{
color: #DCAEDA;
}
</style>
background-color css
<style>
a { background-color: #DCAEDA; }
a { background-color: rgb(220,174,218); }
div.DivClassName
{
background-color: #DCAEDA;
}
.BgClassName
{
background-color: #DCAEDA;
}
</style>
border-color css
<style>
span { border-color: #DCAEDA; }
span { border-color: rgb(220,174,218); }
td.TdClassName
{
border-color: #DCAEDA;
}
.TagClassName
{
border-color: #DCAEDA;
}
</style>