Shades of French Lilac #DEA7D5
Tints of French Lilac #DEA7D5
RGB
CMYK
RGB Variations
Color information
#DEA7D5 (or 0xDEA7D5) is known color: French Lilac. HEX triplet: DE, A7 and D5. RGB value is (222,167,213). Sum of RGB (Red+Green+Blue) = 222+167+213=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA7D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7D5 is #21582A. Grayscale: #BCBCBC. Windows color (decimal): -2185259 or 14002142. OLE color: 14002142.
HSL color Cylindrical-coordinate representation of color #DEA7D5: hue angle of 309.82º 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 #DEA7D5 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 167 | 213 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.13 |
| HSL | 309.82º | 0.45% | 0.76% | - |
| HSV(B) | 309.82º | 0.25% | 0.87% | - |
| XYZ | 55.95 | 47.97 | 69.26 | - |
| YUV | 188.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 167 | 213 | 0 | 0.25 | 0.04 | 0.13 | 309.82 | 0.45 | 0.76 |
| Hex | DE | A7 | D5 | 0 | 19 | 4 | D | 136 | 2D | 4C |
| Octal | 336 | 247 | 325 | 0 | 31 | 4 | 15 | 466 | 55 | 114 |
| Binary | 11011110 | 10100111 | 11010101 | 0 | 11001 | 100 | 1101 | 100110110 | 101101 | 1001100 |
Color Harmonies of #DEA7D5
Complementary color
Monochromatic Colors of #DEA7D5
Black with #DEA7D5
Text Example
Text Example
White with #DEA7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA7D5; }
p { color: rgb(222,167,213); }
H1.HeaderClassName
{
color: #DEA7D5;
}
.AnyTagClassName
{
color: #DEA7D5;
}
</style>
background-color css
<style>
a { background-color: #DEA7D5; }
a { background-color: rgb(222,167,213); }
div.DivClassName
{
background-color: #DEA7D5;
}
.BgClassName
{
background-color: #DEA7D5;
}
</style>
border-color css
<style>
span { border-color: #DEA7D5; }
span { border-color: rgb(222,167,213); }
td.TdClassName
{
border-color: #DEA7D5;
}
.TagClassName
{
border-color: #DEA7D5;
}
</style>