Shades of French Lilac #DEC0DA
Tints of French Lilac #DEC0DA
RGB
CMYK
RGB Variations
Color information
#DEC0DA (or 0xDEC0DA) is known color: French Lilac. HEX triplet: DE, C0 and DA. RGB value is (222,192,218). Sum of RGB (Red+Green+Blue) = 222+192+218=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0DA is #213F25. Grayscale: #CBCBCB. Windows color (decimal): -2178854 or 14336222. OLE color: 14336222.
HSL color Cylindrical-coordinate representation of color #DEC0DA: hue angle of 308º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC0DA is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 218 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.13 |
| HSL | 308º | 0.31% | 0.81% | - |
| HSV(B) | 308º | 0.14% | 0.87% | - |
| XYZ | 61.63 | 58.29 | 74.33 | - |
| YUV | 203.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 218 | 0 | 0.14 | 0.02 | 0.13 | 308 | 0.31 | 0.81 |
| Hex | DE | C0 | DA | 0 | E | 2 | D | 134 | 1F | 51 |
| Octal | 336 | 300 | 332 | 0 | 16 | 2 | 15 | 464 | 37 | 121 |
| Binary | 11011110 | 11000000 | 11011010 | 0 | 1110 | 10 | 1101 | 100110100 | 11111 | 1010001 |
Color Harmonies of #DEC0DA
Complementary color
Monochromatic Colors of #DEC0DA
Black with #DEC0DA
Text Example
Text Example
White with #DEC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0DA; }
p { color: rgb(222,192,218); }
H1.HeaderClassName
{
color: #DEC0DA;
}
.AnyTagClassName
{
color: #DEC0DA;
}
</style>
background-color css
<style>
a { background-color: #DEC0DA; }
a { background-color: rgb(222,192,218); }
div.DivClassName
{
background-color: #DEC0DA;
}
.BgClassName
{
background-color: #DEC0DA;
}
</style>
border-color css
<style>
span { border-color: #DEC0DA; }
span { border-color: rgb(222,192,218); }
td.TdClassName
{
border-color: #DEC0DA;
}
.TagClassName
{
border-color: #DEC0DA;
}
</style>