Shades of French Lilac #DEACD6
Tints of French Lilac #DEACD6
RGB
CMYK
RGB Variations
Color information
#DEACD6 (or 0xDEACD6) is known color: French Lilac. HEX triplet: DE, AC and D6. RGB value is (222,172,214). Sum of RGB (Red+Green+Blue) = 222+172+214=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACD6 is #215329. Grayscale: #BFBFBF. Windows color (decimal): -2183978 or 14068958. OLE color: 14068958.
HSL color Cylindrical-coordinate representation of color #DEACD6: hue angle of 309.6º 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 #DEACD6 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 214 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.13 |
| HSL | 309.6º | 0.43% | 0.77% | - |
| HSV(B) | 309.6º | 0.23% | 0.87% | - |
| XYZ | 57.01 | 49.89 | 70.24 | - |
| YUV | 191.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 214 | 0 | 0.23 | 0.04 | 0.13 | 309.6 | 0.43 | 0.77 |
| Hex | DE | AC | D6 | 0 | 17 | 4 | D | 136 | 2B | 4D |
| Octal | 336 | 254 | 326 | 0 | 27 | 4 | 15 | 466 | 53 | 115 |
| Binary | 11011110 | 10101100 | 11010110 | 0 | 10111 | 100 | 1101 | 100110110 | 101011 | 1001101 |
Color Harmonies of #DEACD6
Complementary color
Monochromatic Colors of #DEACD6
Black with #DEACD6
Text Example
Text Example
White with #DEACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACD6; }
p { color: rgb(222,172,214); }
H1.HeaderClassName
{
color: #DEACD6;
}
.AnyTagClassName
{
color: #DEACD6;
}
</style>
background-color css
<style>
a { background-color: #DEACD6; }
a { background-color: rgb(222,172,214); }
div.DivClassName
{
background-color: #DEACD6;
}
.BgClassName
{
background-color: #DEACD6;
}
</style>
border-color css
<style>
span { border-color: #DEACD6; }
span { border-color: rgb(222,172,214); }
td.TdClassName
{
border-color: #DEACD6;
}
.TagClassName
{
border-color: #DEACD6;
}
</style>