Shades of French Lilac #DEC0DB
Tints of French Lilac #DEC0DB
RGB
CMYK
RGB Variations
Color information
#DEC0DB (or 0xDEC0DB) is known color: French Lilac. HEX triplet: DE, C0 and DB. RGB value is (222,192,219). Sum of RGB (Red+Green+Blue) = 222+192+219=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0DB is #213F24. Grayscale: #CBCBCB. Windows color (decimal): -2178853 or 14401758. OLE color: 14401758.
HSL color Cylindrical-coordinate representation of color #DEC0DB: hue angle of 306º 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 #DEC0DB is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 219 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.13 |
| HSL | 306º | 0.31% | 0.81% | - |
| HSV(B) | 306º | 0.14% | 0.87% | - |
| XYZ | 61.76 | 58.34 | 75.02 | - |
| YUV | 204.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 219 | 0 | 0.14 | 0.01 | 0.13 | 306 | 0.31 | 0.81 |
| Hex | DE | C0 | DB | 0 | E | 1 | D | 132 | 1F | 51 |
| Octal | 336 | 300 | 333 | 0 | 16 | 1 | 15 | 462 | 37 | 121 |
| Binary | 11011110 | 11000000 | 11011011 | 0 | 1110 | 1 | 1101 | 100110010 | 11111 | 1010001 |
Color Harmonies of #DEC0DB
Complementary color
Monochromatic Colors of #DEC0DB
Black with #DEC0DB
Text Example
Text Example
White with #DEC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0DB; }
p { color: rgb(222,192,219); }
H1.HeaderClassName
{
color: #DEC0DB;
}
.AnyTagClassName
{
color: #DEC0DB;
}
</style>
background-color css
<style>
a { background-color: #DEC0DB; }
a { background-color: rgb(222,192,219); }
div.DivClassName
{
background-color: #DEC0DB;
}
.BgClassName
{
background-color: #DEC0DB;
}
</style>
border-color css
<style>
span { border-color: #DEC0DB; }
span { border-color: rgb(222,192,219); }
td.TdClassName
{
border-color: #DEC0DB;
}
.TagClassName
{
border-color: #DEC0DB;
}
</style>