Shades of French Lilac #DEC9DA
Tints of French Lilac #DEC9DA
RGB
CMYK
RGB Variations
Color information
#DEC9DA (or 0xDEC9DA) is known color: French Lilac. HEX triplet: DE, C9 and DA. RGB value is (222,201,218). Sum of RGB (Red+Green+Blue) = 222+201+218=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9DA is #213625. Grayscale: #D1D1D1. Windows color (decimal): -2176550 or 14338526. OLE color: 14338526.
HSL color Cylindrical-coordinate representation of color #DEC9DA: hue angle of 311.43º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEC9DA is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 218 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.13 |
| HSL | 311.43º | 0.24% | 0.83% | - |
| HSV(B) | 311.43º | 0.09% | 0.87% | - |
| XYZ | 63.67 | 62.36 | 75.01 | - |
| YUV | 209.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 218 | 0 | 0.09 | 0.02 | 0.13 | 311.43 | 0.24 | 0.83 |
| Hex | DE | C9 | DA | 0 | 9 | 2 | D | 137 | 18 | 53 |
| Octal | 336 | 311 | 332 | 0 | 11 | 2 | 15 | 467 | 30 | 123 |
| Binary | 11011110 | 11001001 | 11011010 | 0 | 1001 | 10 | 1101 | 100110111 | 11000 | 1010011 |
Color Harmonies of #DEC9DA
Complementary color
Monochromatic Colors of #DEC9DA
Black with #DEC9DA
Text Example
Text Example
White with #DEC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9DA; }
p { color: rgb(222,201,218); }
H1.HeaderClassName
{
color: #DEC9DA;
}
.AnyTagClassName
{
color: #DEC9DA;
}
</style>
background-color css
<style>
a { background-color: #DEC9DA; }
a { background-color: rgb(222,201,218); }
div.DivClassName
{
background-color: #DEC9DA;
}
.BgClassName
{
background-color: #DEC9DA;
}
</style>
border-color css
<style>
span { border-color: #DEC9DA; }
span { border-color: rgb(222,201,218); }
td.TdClassName
{
border-color: #DEC9DA;
}
.TagClassName
{
border-color: #DEC9DA;
}
</style>