Shades of French Lilac #DEAAD9
Tints of French Lilac #DEAAD9
RGB
CMYK
RGB Variations
Color information
#DEAAD9 (or 0xDEAAD9) is known color: French Lilac. HEX triplet: DE, AA and D9. RGB value is (222,170,217). Sum of RGB (Red+Green+Blue) = 222+170+217=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAD9 is #215526. Grayscale: #BEBEBE. Windows color (decimal): -2184487 or 14265054. OLE color: 14265054.
HSL color Cylindrical-coordinate representation of color #DEAAD9: hue angle of 305.77º 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 #DEAAD9 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 217 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.13 |
| HSL | 305.77º | 0.44% | 0.77% | - |
| HSV(B) | 305.77º | 0.23% | 0.87% | - |
| XYZ | 57.02 | 49.29 | 72.15 | - |
| YUV | 190.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 217 | 0 | 0.23 | 0.02 | 0.13 | 305.77 | 0.44 | 0.77 |
| Hex | DE | AA | D9 | 0 | 17 | 2 | D | 132 | 2C | 4D |
| Octal | 336 | 252 | 331 | 0 | 27 | 2 | 15 | 462 | 54 | 115 |
| Binary | 11011110 | 10101010 | 11011001 | 0 | 10111 | 10 | 1101 | 100110010 | 101100 | 1001101 |
Color Harmonies of #DEAAD9
Complementary color
Monochromatic Colors of #DEAAD9
Black with #DEAAD9
Text Example
Text Example
White with #DEAAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAD9; }
p { color: rgb(222,170,217); }
H1.HeaderClassName
{
color: #DEAAD9;
}
.AnyTagClassName
{
color: #DEAAD9;
}
</style>
background-color css
<style>
a { background-color: #DEAAD9; }
a { background-color: rgb(222,170,217); }
div.DivClassName
{
background-color: #DEAAD9;
}
.BgClassName
{
background-color: #DEAAD9;
}
</style>
border-color css
<style>
span { border-color: #DEAAD9; }
span { border-color: rgb(222,170,217); }
td.TdClassName
{
border-color: #DEAAD9;
}
.TagClassName
{
border-color: #DEAAD9;
}
</style>