Shades of French Lilac #DEC1DB
Tints of French Lilac #DEC1DB
RGB
CMYK
RGB Variations
Color information
#DEC1DB (or 0xDEC1DB) is known color: French Lilac. HEX triplet: DE, C1 and DB. RGB value is (222,193,219). Sum of RGB (Red+Green+Blue) = 222+193+219=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1DB is #213E24. Grayscale: #CCCCCC. Windows color (decimal): -2178597 or 14402014. OLE color: 14402014.
HSL color Cylindrical-coordinate representation of color #DEC1DB: hue angle of 306.21º 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 #DEC1DB is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 219 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.13 |
| HSL | 306.21º | 0.31% | 0.81% | - |
| HSV(B) | 306.21º | 0.13% | 0.87% | - |
| XYZ | 61.98 | 58.78 | 75.1 | - |
| YUV | 204.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 219 | 0 | 0.13 | 0.01 | 0.13 | 306.21 | 0.31 | 0.81 |
| Hex | DE | C1 | DB | 0 | D | 1 | D | 132 | 1F | 51 |
| Octal | 336 | 301 | 333 | 0 | 15 | 1 | 15 | 462 | 37 | 121 |
| Binary | 11011110 | 11000001 | 11011011 | 0 | 1101 | 1 | 1101 | 100110010 | 11111 | 1010001 |
Color Harmonies of #DEC1DB
Complementary color
Monochromatic Colors of #DEC1DB
Black with #DEC1DB
Text Example
Text Example
White with #DEC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1DB; }
p { color: rgb(222,193,219); }
H1.HeaderClassName
{
color: #DEC1DB;
}
.AnyTagClassName
{
color: #DEC1DB;
}
</style>
background-color css
<style>
a { background-color: #DEC1DB; }
a { background-color: rgb(222,193,219); }
div.DivClassName
{
background-color: #DEC1DB;
}
.BgClassName
{
background-color: #DEC1DB;
}
</style>
border-color css
<style>
span { border-color: #DEC1DB; }
span { border-color: rgb(222,193,219); }
td.TdClassName
{
border-color: #DEC1DB;
}
.TagClassName
{
border-color: #DEC1DB;
}
</style>