Shades of French Lilac #DEAACD
Tints of French Lilac #DEAACD
RGB
CMYK
RGB Variations
Color information
#DEAACD (or 0xDEAACD) is known color: French Lilac. HEX triplet: DE, AA and CD. RGB value is (222,170,205). Sum of RGB (Red+Green+Blue) = 222+170+205=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAACD is #215532. Grayscale: #BDBDBD. Windows color (decimal): -2184499 or 13478622. OLE color: 13478622.
HSL color Cylindrical-coordinate representation of color #DEAACD: hue angle of 319.62º degrees, saturation: 0.44, 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 #DEAACD is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 205 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.13 |
| HSL | 319.62º | 0.44% | 0.77% | - |
| HSV(B) | 319.62º | 0.23% | 0.87% | - |
| XYZ | 55.52 | 48.69 | 64.23 | - |
| YUV | 189.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 205 | 0 | 0.23 | 0.08 | 0.13 | 319.62 | 0.44 | 0.77 |
| Hex | DE | AA | CD | 0 | 17 | 8 | D | 140 | 2C | 4D |
| Octal | 336 | 252 | 315 | 0 | 27 | 10 | 15 | 500 | 54 | 115 |
| Binary | 11011110 | 10101010 | 11001101 | 0 | 10111 | 1000 | 1101 | 101000000 | 101100 | 1001101 |
Color Harmonies of #DEAACD
Complementary color
Monochromatic Colors of #DEAACD
Black with #DEAACD
Text Example
Text Example
White with #DEAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAACD; }
p { color: rgb(222,170,205); }
H1.HeaderClassName
{
color: #DEAACD;
}
.AnyTagClassName
{
color: #DEAACD;
}
</style>
background-color css
<style>
a { background-color: #DEAACD; }
a { background-color: rgb(222,170,205); }
div.DivClassName
{
background-color: #DEAACD;
}
.BgClassName
{
background-color: #DEAACD;
}
</style>
border-color css
<style>
span { border-color: #DEAACD; }
span { border-color: rgb(222,170,205); }
td.TdClassName
{
border-color: #DEAACD;
}
.TagClassName
{
border-color: #DEAACD;
}
</style>