Shades of French Lilac #DEC7D9
Tints of French Lilac #DEC7D9
RGB
CMYK
RGB Variations
Color information
#DEC7D9 (or 0xDEC7D9) is known color: French Lilac. HEX triplet: DE, C7 and D9. RGB value is (222,199,217). Sum of RGB (Red+Green+Blue) = 222+199+217=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7D9 is #213826. Grayscale: #CFCFCF. Windows color (decimal): -2177063 or 14272478. OLE color: 14272478.
HSL color Cylindrical-coordinate representation of color #DEC7D9: hue angle of 313.04º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC7D9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 217 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.13 |
| HSL | 313.04º | 0.26% | 0.83% | - |
| HSV(B) | 313.04º | 0.1% | 0.87% | - |
| XYZ | 63.07 | 61.39 | 74.17 | - |
| YUV | 207.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 217 | 0 | 0.10 | 0.02 | 0.13 | 313.04 | 0.26 | 0.83 |
| Hex | DE | C7 | D9 | 0 | A | 2 | D | 139 | 1A | 53 |
| Octal | 336 | 307 | 331 | 0 | 12 | 2 | 15 | 471 | 32 | 123 |
| Binary | 11011110 | 11000111 | 11011001 | 0 | 1010 | 10 | 1101 | 100111001 | 11010 | 1010011 |
Color Harmonies of #DEC7D9
Complementary color
Monochromatic Colors of #DEC7D9
Black with #DEC7D9
Text Example
Text Example
White with #DEC7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7D9; }
p { color: rgb(222,199,217); }
H1.HeaderClassName
{
color: #DEC7D9;
}
.AnyTagClassName
{
color: #DEC7D9;
}
</style>
background-color css
<style>
a { background-color: #DEC7D9; }
a { background-color: rgb(222,199,217); }
div.DivClassName
{
background-color: #DEC7D9;
}
.BgClassName
{
background-color: #DEC7D9;
}
</style>
border-color css
<style>
span { border-color: #DEC7D9; }
span { border-color: rgb(222,199,217); }
td.TdClassName
{
border-color: #DEC7D9;
}
.TagClassName
{
border-color: #DEC7D9;
}
</style>