Shades of French Lilac #DEA7CE
Tints of French Lilac #DEA7CE
RGB
CMYK
RGB Variations
Color information
#DEA7CE (or 0xDEA7CE) is known color: French Lilac. HEX triplet: DE, A7 and CE. RGB value is (222,167,206). Sum of RGB (Red+Green+Blue) = 222+167+206=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7CE is #215831. Grayscale: #BBBBBB. Windows color (decimal): -2185266 or 13543390. OLE color: 13543390.
HSL color Cylindrical-coordinate representation of color #DEA7CE: hue angle of 317.45º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEA7CE is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 167 | 206 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.13 |
| HSL | 317.45º | 0.45% | 0.76% | - |
| HSV(B) | 317.45º | 0.25% | 0.87% | - |
| XYZ | 55.08 | 47.62 | 64.68 | - |
| YUV | 187.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 167 | 206 | 0 | 0.25 | 0.07 | 0.13 | 317.45 | 0.45 | 0.76 |
| Hex | DE | A7 | CE | 0 | 19 | 7 | D | 13D | 2D | 4C |
| Octal | 336 | 247 | 316 | 0 | 31 | 7 | 15 | 475 | 55 | 114 |
| Binary | 11011110 | 10100111 | 11001110 | 0 | 11001 | 111 | 1101 | 100111101 | 101101 | 1001100 |
Color Harmonies of #DEA7CE
Complementary color
Monochromatic Colors of #DEA7CE
Black with #DEA7CE
Text Example
Text Example
White with #DEA7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA7CE; }
p { color: rgb(222,167,206); }
H1.HeaderClassName
{
color: #DEA7CE;
}
.AnyTagClassName
{
color: #DEA7CE;
}
</style>
background-color css
<style>
a { background-color: #DEA7CE; }
a { background-color: rgb(222,167,206); }
div.DivClassName
{
background-color: #DEA7CE;
}
.BgClassName
{
background-color: #DEA7CE;
}
</style>
border-color css
<style>
span { border-color: #DEA7CE; }
span { border-color: rgb(222,167,206); }
td.TdClassName
{
border-color: #DEA7CE;
}
.TagClassName
{
border-color: #DEA7CE;
}
</style>