Shades of French Lilac #DEC1D6
Tints of French Lilac #DEC1D6
RGB
CMYK
RGB Variations
Color information
#DEC1D6 (or 0xDEC1D6) is known color: French Lilac. HEX triplet: DE, C1 and D6. RGB value is (222,193,214). Sum of RGB (Red+Green+Blue) = 222+193+214=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1D6 is #213E29. Grayscale: #CCCCCC. Windows color (decimal): -2178602 or 14074334. OLE color: 14074334.
HSL color Cylindrical-coordinate representation of color #DEC1D6: hue angle of 316.55º 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 #DEC1D6 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 214 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.13 |
| HSL | 316.55º | 0.31% | 0.81% | - |
| HSV(B) | 316.55º | 0.13% | 0.87% | - |
| XYZ | 61.33 | 58.52 | 71.68 | - |
| YUV | 204.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 214 | 0 | 0.13 | 0.04 | 0.13 | 316.55 | 0.31 | 0.81 |
| Hex | DE | C1 | D6 | 0 | D | 4 | D | 13D | 1F | 51 |
| Octal | 336 | 301 | 326 | 0 | 15 | 4 | 15 | 475 | 37 | 121 |
| Binary | 11011110 | 11000001 | 11010110 | 0 | 1101 | 100 | 1101 | 100111101 | 11111 | 1010001 |
Color Harmonies of #DEC1D6
Complementary color
Monochromatic Colors of #DEC1D6
Black with #DEC1D6
Text Example
Text Example
White with #DEC1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1D6; }
p { color: rgb(222,193,214); }
H1.HeaderClassName
{
color: #DEC1D6;
}
.AnyTagClassName
{
color: #DEC1D6;
}
</style>
background-color css
<style>
a { background-color: #DEC1D6; }
a { background-color: rgb(222,193,214); }
div.DivClassName
{
background-color: #DEC1D6;
}
.BgClassName
{
background-color: #DEC1D6;
}
</style>
border-color css
<style>
span { border-color: #DEC1D6; }
span { border-color: rgb(222,193,214); }
td.TdClassName
{
border-color: #DEC1D6;
}
.TagClassName
{
border-color: #DEC1D6;
}
</style>