Shades of French Lilac #DEC1D9
Tints of French Lilac #DEC1D9
RGB
CMYK
RGB Variations
Color information
#DEC1D9 (or 0xDEC1D9) is known color: French Lilac. HEX triplet: DE, C1 and D9. RGB value is (222,193,217). Sum of RGB (Red+Green+Blue) = 222+193+217=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1D9 is #213E26. Grayscale: #CCCCCC. Windows color (decimal): -2178599 or 14270942. OLE color: 14270942.
HSL color Cylindrical-coordinate representation of color #DEC1D9: hue angle of 310.34º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC1D9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 217 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.13 |
| HSL | 310.34º | 0.31% | 0.81% | - |
| HSV(B) | 310.34º | 0.13% | 0.87% | - |
| XYZ | 61.72 | 58.68 | 73.72 | - |
| YUV | 204.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 217 | 0 | 0.13 | 0.02 | 0.13 | 310.34 | 0.31 | 0.81 |
| Hex | DE | C1 | D9 | 0 | D | 2 | D | 136 | 1F | 51 |
| Octal | 336 | 301 | 331 | 0 | 15 | 2 | 15 | 466 | 37 | 121 |
| Binary | 11011110 | 11000001 | 11011001 | 0 | 1101 | 10 | 1101 | 100110110 | 11111 | 1010001 |
Color Harmonies of #DEC1D9
Complementary color
Monochromatic Colors of #DEC1D9
Black with #DEC1D9
Text Example
Text Example
White with #DEC1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1D9; }
p { color: rgb(222,193,217); }
H1.HeaderClassName
{
color: #DEC1D9;
}
.AnyTagClassName
{
color: #DEC1D9;
}
</style>
background-color css
<style>
a { background-color: #DEC1D9; }
a { background-color: rgb(222,193,217); }
div.DivClassName
{
background-color: #DEC1D9;
}
.BgClassName
{
background-color: #DEC1D9;
}
</style>
border-color css
<style>
span { border-color: #DEC1D9; }
span { border-color: rgb(222,193,217); }
td.TdClassName
{
border-color: #DEC1D9;
}
.TagClassName
{
border-color: #DEC1D9;
}
</style>