Shades of French Lilac #DCADD7
Tints of French Lilac #DCADD7
RGB
CMYK
RGB Variations
Color information
#DCADD7 (or 0xDCADD7) is known color: French Lilac. HEX triplet: DC, AD and D7. RGB value is (220,173,215). Sum of RGB (Red+Green+Blue) = 220+173+215=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADD7 is #235228. Grayscale: #BFBFBF. Windows color (decimal): -2314793 or 14134748. OLE color: 14134748.
HSL color Cylindrical-coordinate representation of color #DCADD7: hue angle of 306.38º 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 #DCADD7 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 215 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.14 |
| HSL | 306.38º | 0.4% | 0.77% | - |
| HSV(B) | 306.38º | 0.21% | 0.86% | - |
| XYZ | 56.72 | 50.01 | 70.95 | - |
| YUV | 191.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 215 | 0 | 0.21 | 0.02 | 0.14 | 306.38 | 0.4 | 0.77 |
| Hex | DC | AD | D7 | 0 | 15 | 2 | E | 132 | 28 | 4D |
| Octal | 334 | 255 | 327 | 0 | 25 | 2 | 16 | 462 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11010111 | 0 | 10101 | 10 | 1110 | 100110010 | 101000 | 1001101 |
Color Harmonies of #DCADD7
Complementary color
Monochromatic Colors of #DCADD7
Black with #DCADD7
Text Example
Text Example
White with #DCADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADD7; }
p { color: rgb(220,173,215); }
H1.HeaderClassName
{
color: #DCADD7;
}
.AnyTagClassName
{
color: #DCADD7;
}
</style>
background-color css
<style>
a { background-color: #DCADD7; }
a { background-color: rgb(220,173,215); }
div.DivClassName
{
background-color: #DCADD7;
}
.BgClassName
{
background-color: #DCADD7;
}
</style>
border-color css
<style>
span { border-color: #DCADD7; }
span { border-color: rgb(220,173,215); }
td.TdClassName
{
border-color: #DCADD7;
}
.TagClassName
{
border-color: #DCADD7;
}
</style>