Shades of French Lilac #DEC1DA
Tints of French Lilac #DEC1DA
RGB
CMYK
RGB Variations
Color information
#DEC1DA (or 0xDEC1DA) is known color: French Lilac. HEX triplet: DE, C1 and DA. RGB value is (222,193,218). Sum of RGB (Red+Green+Blue) = 222+193+218=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1DA is #213E25. Grayscale: #CCCCCC. Windows color (decimal): -2178598 or 14336478. OLE color: 14336478.
HSL color Cylindrical-coordinate representation of color #DEC1DA: hue angle of 308.28º 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 #DEC1DA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 218 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.13 |
| HSL | 308.28º | 0.31% | 0.81% | - |
| HSV(B) | 308.28º | 0.13% | 0.87% | - |
| XYZ | 61.85 | 58.73 | 74.41 | - |
| YUV | 204.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 218 | 0 | 0.13 | 0.02 | 0.13 | 308.28 | 0.31 | 0.81 |
| Hex | DE | C1 | DA | 0 | D | 2 | D | 134 | 1F | 51 |
| Octal | 336 | 301 | 332 | 0 | 15 | 2 | 15 | 464 | 37 | 121 |
| Binary | 11011110 | 11000001 | 11011010 | 0 | 1101 | 10 | 1101 | 100110100 | 11111 | 1010001 |
Color Harmonies of #DEC1DA
Complementary color
Monochromatic Colors of #DEC1DA
Black with #DEC1DA
Text Example
Text Example
White with #DEC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1DA; }
p { color: rgb(222,193,218); }
H1.HeaderClassName
{
color: #DEC1DA;
}
.AnyTagClassName
{
color: #DEC1DA;
}
</style>
background-color css
<style>
a { background-color: #DEC1DA; }
a { background-color: rgb(222,193,218); }
div.DivClassName
{
background-color: #DEC1DA;
}
.BgClassName
{
background-color: #DEC1DA;
}
</style>
border-color css
<style>
span { border-color: #DEC1DA; }
span { border-color: rgb(222,193,218); }
td.TdClassName
{
border-color: #DEC1DA;
}
.TagClassName
{
border-color: #DEC1DA;
}
</style>