Shades of French Lilac #DCADD6
Tints of French Lilac #DCADD6
RGB
CMYK
RGB Variations
Color information
#DCADD6 (or 0xDCADD6) is known color: French Lilac. HEX triplet: DC, AD and D6. RGB value is (220,173,214). Sum of RGB (Red+Green+Blue) = 220+173+214=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADD6 is #235229. Grayscale: #BFBFBF. Windows color (decimal): -2314794 or 14069212. OLE color: 14069212.
HSL color Cylindrical-coordinate representation of color #DCADD6: hue angle of 307.66º 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 #DCADD6 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 214 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.14 |
| HSL | 307.66º | 0.4% | 0.77% | - |
| HSV(B) | 307.66º | 0.21% | 0.86% | - |
| XYZ | 56.6 | 49.96 | 70.28 | - |
| YUV | 191.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 214 | 0 | 0.21 | 0.03 | 0.14 | 307.66 | 0.4 | 0.77 |
| Hex | DC | AD | D6 | 0 | 15 | 3 | E | 134 | 28 | 4D |
| Octal | 334 | 255 | 326 | 0 | 25 | 3 | 16 | 464 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11010110 | 0 | 10101 | 11 | 1110 | 100110100 | 101000 | 1001101 |
Color Harmonies of #DCADD6
Complementary color
Monochromatic Colors of #DCADD6
Black with #DCADD6
Text Example
Text Example
White with #DCADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADD6; }
p { color: rgb(220,173,214); }
H1.HeaderClassName
{
color: #DCADD6;
}
.AnyTagClassName
{
color: #DCADD6;
}
</style>
background-color css
<style>
a { background-color: #DCADD6; }
a { background-color: rgb(220,173,214); }
div.DivClassName
{
background-color: #DCADD6;
}
.BgClassName
{
background-color: #DCADD6;
}
</style>
border-color css
<style>
span { border-color: #DCADD6; }
span { border-color: rgb(220,173,214); }
td.TdClassName
{
border-color: #DCADD6;
}
.TagClassName
{
border-color: #DCADD6;
}
</style>