Shades of French Lilac #DCADD8
Tints of French Lilac #DCADD8
RGB
CMYK
RGB Variations
Color information
#DCADD8 (or 0xDCADD8) is known color: French Lilac. HEX triplet: DC, AD and D8. RGB value is (220,173,216). Sum of RGB (Red+Green+Blue) = 220+173+216=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADD8 is #235227. Grayscale: #BFBFBF. Windows color (decimal): -2314792 or 14200284. OLE color: 14200284.
HSL color Cylindrical-coordinate representation of color #DCADD8: hue angle of 305.11º 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 #DCADD8 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 216 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.14 |
| HSL | 305.11º | 0.4% | 0.77% | - |
| HSV(B) | 305.11º | 0.21% | 0.86% | - |
| XYZ | 56.85 | 50.06 | 71.63 | - |
| YUV | 191.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 216 | 0 | 0.21 | 0.02 | 0.14 | 305.11 | 0.4 | 0.77 |
| Hex | DC | AD | D8 | 0 | 15 | 2 | E | 131 | 28 | 4D |
| Octal | 334 | 255 | 330 | 0 | 25 | 2 | 16 | 461 | 50 | 115 |
| Binary | 11011100 | 10101101 | 11011000 | 0 | 10101 | 10 | 1110 | 100110001 | 101000 | 1001101 |
Color Harmonies of #DCADD8
Complementary color
Monochromatic Colors of #DCADD8
Black with #DCADD8
Text Example
Text Example
White with #DCADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADD8; }
p { color: rgb(220,173,216); }
H1.HeaderClassName
{
color: #DCADD8;
}
.AnyTagClassName
{
color: #DCADD8;
}
</style>
background-color css
<style>
a { background-color: #DCADD8; }
a { background-color: rgb(220,173,216); }
div.DivClassName
{
background-color: #DCADD8;
}
.BgClassName
{
background-color: #DCADD8;
}
</style>
border-color css
<style>
span { border-color: #DCADD8; }
span { border-color: rgb(220,173,216); }
td.TdClassName
{
border-color: #DCADD8;
}
.TagClassName
{
border-color: #DCADD8;
}
</style>