Shades of French Lilac #DCADD5
Tints of French Lilac #DCADD5
RGB
CMYK
RGB Variations
Color information
#DCADD5 (or 0xDCADD5) is known color: French Lilac. HEX triplet: DC, AD and D5. RGB value is (220,173,213). Sum of RGB (Red+Green+Blue) = 220+173+213=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADD5 is #23522A. Grayscale: #BFBFBF. Windows color (decimal): -2314795 or 14003676. OLE color: 14003676.
HSL color Cylindrical-coordinate representation of color #DCADD5: hue angle of 308.94º 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 #DCADD5 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 213 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.14 |
| HSL | 308.94º | 0.4% | 0.77% | - |
| HSV(B) | 308.94º | 0.21% | 0.86% | - |
| XYZ | 56.47 | 49.91 | 69.61 | - |
| YUV | 191.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 213 | 0 | 0.21 | 0.03 | 0.14 | 308.94 | 0.4 | 0.77 |
| Hex | DC | AD | D5 | 0 | 15 | 3 | E | 135 | 28 | 4D |
| Octal | 334 | 255 | 325 | 0 | 25 | 3 | 16 | 465 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11010101 | 0 | 10101 | 11 | 1110 | 100110101 | 101000 | 1001101 |
Color Harmonies of #DCADD5
Complementary color
Monochromatic Colors of #DCADD5
Black with #DCADD5
Text Example
Text Example
White with #DCADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADD5; }
p { color: rgb(220,173,213); }
H1.HeaderClassName
{
color: #DCADD5;
}
.AnyTagClassName
{
color: #DCADD5;
}
</style>
background-color css
<style>
a { background-color: #DCADD5; }
a { background-color: rgb(220,173,213); }
div.DivClassName
{
background-color: #DCADD5;
}
.BgClassName
{
background-color: #DCADD5;
}
</style>
border-color css
<style>
span { border-color: #DCADD5; }
span { border-color: rgb(220,173,213); }
td.TdClassName
{
border-color: #DCADD5;
}
.TagClassName
{
border-color: #DCADD5;
}
</style>