Shades of French Lilac #DEA8D1
Tints of French Lilac #DEA8D1
RGB
CMYK
RGB Variations
Color information
#DEA8D1 (or 0xDEA8D1) is known color: French Lilac. HEX triplet: DE, A8 and D1. RGB value is (222,168,209). Sum of RGB (Red+Green+Blue) = 222+168+209=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8D1 is #21572E. Grayscale: #BCBCBC. Windows color (decimal): -2185007 or 13740254. OLE color: 13740254.
HSL color Cylindrical-coordinate representation of color #DEA8D1: hue angle of 314.44º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA8D1 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 209 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.13 |
| HSL | 314.44º | 0.45% | 0.76% | - |
| HSV(B) | 314.44º | 0.24% | 0.87% | - |
| XYZ | 55.64 | 48.14 | 66.68 | - |
| YUV | 188.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 209 | 0 | 0.24 | 0.06 | 0.13 | 314.44 | 0.45 | 0.76 |
| Hex | DE | A8 | D1 | 0 | 18 | 6 | D | 13A | 2D | 4C |
| Octal | 336 | 250 | 321 | 0 | 30 | 6 | 15 | 472 | 55 | 114 |
| Binary | 11011110 | 10101000 | 11010001 | 0 | 11000 | 110 | 1101 | 100111010 | 101101 | 1001100 |
Color Harmonies of #DEA8D1
Complementary color
Monochromatic Colors of #DEA8D1
Black with #DEA8D1
Text Example
Text Example
White with #DEA8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8D1; }
p { color: rgb(222,168,209); }
H1.HeaderClassName
{
color: #DEA8D1;
}
.AnyTagClassName
{
color: #DEA8D1;
}
</style>
background-color css
<style>
a { background-color: #DEA8D1; }
a { background-color: rgb(222,168,209); }
div.DivClassName
{
background-color: #DEA8D1;
}
.BgClassName
{
background-color: #DEA8D1;
}
</style>
border-color css
<style>
span { border-color: #DEA8D1; }
span { border-color: rgb(222,168,209); }
td.TdClassName
{
border-color: #DEA8D1;
}
.TagClassName
{
border-color: #DEA8D1;
}
</style>