Shades of French Lilac #DEA9D5
Tints of French Lilac #DEA9D5
RGB
CMYK
RGB Variations
Color information
#DEA9D5 (or 0xDEA9D5) is known color: French Lilac. HEX triplet: DE, A9 and D5. RGB value is (222,169,213). Sum of RGB (Red+Green+Blue) = 222+169+213=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9D5 is #21562A. Grayscale: #BDBDBD. Windows color (decimal): -2184747 or 14002654. OLE color: 14002654.
HSL color Cylindrical-coordinate representation of color #DEA9D5: hue angle of 310.19º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9D5 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 213 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.13 |
| HSL | 310.19º | 0.45% | 0.77% | - |
| HSV(B) | 310.19º | 0.24% | 0.87% | - |
| XYZ | 56.32 | 48.71 | 69.38 | - |
| YUV | 189.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 213 | 0 | 0.24 | 0.04 | 0.13 | 310.19 | 0.45 | 0.77 |
| Hex | DE | A9 | D5 | 0 | 18 | 4 | D | 136 | 2D | 4D |
| Octal | 336 | 251 | 325 | 0 | 30 | 4 | 15 | 466 | 55 | 115 |
| Binary | 11011110 | 10101001 | 11010101 | 0 | 11000 | 100 | 1101 | 100110110 | 101101 | 1001101 |
Color Harmonies of #DEA9D5
Complementary color
Monochromatic Colors of #DEA9D5
Black with #DEA9D5
Text Example
Text Example
White with #DEA9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9D5; }
p { color: rgb(222,169,213); }
H1.HeaderClassName
{
color: #DEA9D5;
}
.AnyTagClassName
{
color: #DEA9D5;
}
</style>
background-color css
<style>
a { background-color: #DEA9D5; }
a { background-color: rgb(222,169,213); }
div.DivClassName
{
background-color: #DEA9D5;
}
.BgClassName
{
background-color: #DEA9D5;
}
</style>
border-color css
<style>
span { border-color: #DEA9D5; }
span { border-color: rgb(222,169,213); }
td.TdClassName
{
border-color: #DEA9D5;
}
.TagClassName
{
border-color: #DEA9D5;
}
</style>