Shades of French Lilac #DCADD9
Tints of French Lilac #DCADD9
RGB
CMYK
RGB Variations
Color information
#DCADD9 (or 0xDCADD9) is known color: French Lilac. HEX triplet: DC, AD and D9. RGB value is (220,173,217). Sum of RGB (Red+Green+Blue) = 220+173+217=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADD9 is #235226. Grayscale: #BFBFBF. Windows color (decimal): -2314791 or 14265820. OLE color: 14265820.
HSL color Cylindrical-coordinate representation of color #DCADD9: hue angle of 303.83º 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 #DCADD9 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 217 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.14 |
| HSL | 303.83º | 0.4% | 0.77% | - |
| HSV(B) | 303.83º | 0.21% | 0.86% | - |
| XYZ | 56.98 | 50.11 | 72.31 | - |
| YUV | 192.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 217 | 0 | 0.21 | 0.01 | 0.14 | 303.83 | 0.4 | 0.77 |
| Hex | DC | AD | D9 | 0 | 15 | 1 | E | 130 | 28 | 4D |
| Octal | 334 | 255 | 331 | 0 | 25 | 1 | 16 | 460 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11011001 | 0 | 10101 | 1 | 1110 | 100110000 | 101000 | 1001101 |
Color Harmonies of #DCADD9
Complementary color
Monochromatic Colors of #DCADD9
Black with #DCADD9
Text Example
Text Example
White with #DCADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADD9; }
p { color: rgb(220,173,217); }
H1.HeaderClassName
{
color: #DCADD9;
}
.AnyTagClassName
{
color: #DCADD9;
}
</style>
background-color css
<style>
a { background-color: #DCADD9; }
a { background-color: rgb(220,173,217); }
div.DivClassName
{
background-color: #DCADD9;
}
.BgClassName
{
background-color: #DCADD9;
}
</style>
border-color css
<style>
span { border-color: #DCADD9; }
span { border-color: rgb(220,173,217); }
td.TdClassName
{
border-color: #DCADD9;
}
.TagClassName
{
border-color: #DCADD9;
}
</style>