Shades of French Lilac #DEACD0
Tints of French Lilac #DEACD0
RGB
CMYK
RGB Variations
Color information
#DEACD0 (or 0xDEACD0) is known color: French Lilac. HEX triplet: DE, AC and D0. RGB value is (222,172,208). Sum of RGB (Red+Green+Blue) = 222+172+208=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACD0 is #21532F. Grayscale: #BEBEBE. Windows color (decimal): -2183984 or 13675742. OLE color: 13675742.
HSL color Cylindrical-coordinate representation of color #DEACD0: hue angle of 316.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 #DEACD0 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 208 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.13 |
| HSL | 316.8º | 0.43% | 0.77% | - |
| HSV(B) | 316.8º | 0.23% | 0.87% | - |
| XYZ | 56.26 | 49.59 | 66.28 | - |
| YUV | 191.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 208 | 0 | 0.23 | 0.06 | 0.13 | 316.8 | 0.43 | 0.77 |
| Hex | DE | AC | D0 | 0 | 17 | 6 | D | 13D | 2B | 4D |
| Octal | 336 | 254 | 320 | 0 | 27 | 6 | 15 | 475 | 53 | 115 |
| Binary | 11011110 | 10101100 | 11010000 | 0 | 10111 | 110 | 1101 | 100111101 | 101011 | 1001101 |
Color Harmonies of #DEACD0
Complementary color
Monochromatic Colors of #DEACD0
Black with #DEACD0
Text Example
Text Example
White with #DEACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACD0; }
p { color: rgb(222,172,208); }
H1.HeaderClassName
{
color: #DEACD0;
}
.AnyTagClassName
{
color: #DEACD0;
}
</style>
background-color css
<style>
a { background-color: #DEACD0; }
a { background-color: rgb(222,172,208); }
div.DivClassName
{
background-color: #DEACD0;
}
.BgClassName
{
background-color: #DEACD0;
}
</style>
border-color css
<style>
span { border-color: #DEACD0; }
span { border-color: rgb(222,172,208); }
td.TdClassName
{
border-color: #DEACD0;
}
.TagClassName
{
border-color: #DEACD0;
}
</style>