Shades of French Lilac #DEACD5
Tints of French Lilac #DEACD5
RGB
CMYK
RGB Variations
Color information
#DEACD5 (or 0xDEACD5) is known color: French Lilac. HEX triplet: DE, AC and D5. RGB value is (222,172,213). Sum of RGB (Red+Green+Blue) = 222+172+213=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACD5 is #21532A. Grayscale: #BFBFBF. Windows color (decimal): -2183979 or 14003422. OLE color: 14003422.
HSL color Cylindrical-coordinate representation of color #DEACD5: hue angle of 310.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEACD5 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 213 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.13 |
| HSL | 310.8º | 0.43% | 0.77% | - |
| HSV(B) | 310.8º | 0.23% | 0.87% | - |
| XYZ | 56.89 | 49.84 | 69.57 | - |
| YUV | 191.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 213 | 0 | 0.23 | 0.04 | 0.13 | 310.8 | 0.43 | 0.77 |
| Hex | DE | AC | D5 | 0 | 17 | 4 | D | 137 | 2B | 4D |
| Octal | 336 | 254 | 325 | 0 | 27 | 4 | 15 | 467 | 53 | 115 |
| Binary | 11011110 | 10101100 | 11010101 | 0 | 10111 | 100 | 1101 | 100110111 | 101011 | 1001101 |
Color Harmonies of #DEACD5
Complementary color
Monochromatic Colors of #DEACD5
Black with #DEACD5
Text Example
Text Example
White with #DEACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACD5; }
p { color: rgb(222,172,213); }
H1.HeaderClassName
{
color: #DEACD5;
}
.AnyTagClassName
{
color: #DEACD5;
}
</style>
background-color css
<style>
a { background-color: #DEACD5; }
a { background-color: rgb(222,172,213); }
div.DivClassName
{
background-color: #DEACD5;
}
.BgClassName
{
background-color: #DEACD5;
}
</style>
border-color css
<style>
span { border-color: #DEACD5; }
span { border-color: rgb(222,172,213); }
td.TdClassName
{
border-color: #DEACD5;
}
.TagClassName
{
border-color: #DEACD5;
}
</style>