Shades of French Lilac #DCADDA
Tints of French Lilac #DCADDA
RGB
CMYK
RGB Variations
Color information
#DCADDA (or 0xDCADDA) is known color: French Lilac. HEX triplet: DC, AD and DA. RGB value is (220,173,218). Sum of RGB (Red+Green+Blue) = 220+173+218=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADDA is #235225. Grayscale: #C0C0C0. Windows color (decimal): -2314790 or 14331356. OLE color: 14331356.
HSL color Cylindrical-coordinate representation of color #DCADDA: hue angle of 302.55º 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 #DCADDA is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 218 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.14 |
| HSL | 302.55º | 0.4% | 0.77% | - |
| HSV(B) | 302.55º | 0.21% | 0.86% | - |
| XYZ | 57.11 | 50.16 | 73 | - |
| YUV | 192.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 218 | 0 | 0.21 | 0.01 | 0.14 | 302.55 | 0.4 | 0.77 |
| Hex | DC | AD | DA | 0 | 15 | 1 | E | 12F | 28 | 4D |
| Octal | 334 | 255 | 332 | 0 | 25 | 1 | 16 | 457 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11011010 | 0 | 10101 | 1 | 1110 | 100101111 | 101000 | 1001101 |
Color Harmonies of #DCADDA
Complementary color
Monochromatic Colors of #DCADDA
Black with #DCADDA
Text Example
Text Example
White with #DCADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADDA; }
p { color: rgb(220,173,218); }
H1.HeaderClassName
{
color: #DCADDA;
}
.AnyTagClassName
{
color: #DCADDA;
}
</style>
background-color css
<style>
a { background-color: #DCADDA; }
a { background-color: rgb(220,173,218); }
div.DivClassName
{
background-color: #DCADDA;
}
.BgClassName
{
background-color: #DCADDA;
}
</style>
border-color css
<style>
span { border-color: #DCADDA; }
span { border-color: rgb(220,173,218); }
td.TdClassName
{
border-color: #DCADDA;
}
.TagClassName
{
border-color: #DCADDA;
}
</style>