Shades of French Lilac #DEA9D3
Tints of French Lilac #DEA9D3
RGB
CMYK
RGB Variations
Color information
#DEA9D3 (or 0xDEA9D3) is known color: French Lilac. HEX triplet: DE, A9 and D3. RGB value is (222,169,211). Sum of RGB (Red+Green+Blue) = 222+169+211=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9D3 is #21562C. Grayscale: #BDBDBD. Windows color (decimal): -2184749 or 13871582. OLE color: 13871582.
HSL color Cylindrical-coordinate representation of color #DEA9D3: hue angle of 312.45º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9D3 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 211 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.13 |
| HSL | 312.45º | 0.45% | 0.77% | - |
| HSV(B) | 312.45º | 0.24% | 0.87% | - |
| XYZ | 56.07 | 48.61 | 68.06 | - |
| YUV | 189.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 211 | 0 | 0.24 | 0.05 | 0.13 | 312.45 | 0.45 | 0.77 |
| Hex | DE | A9 | D3 | 0 | 18 | 5 | D | 138 | 2D | 4D |
| Octal | 336 | 251 | 323 | 0 | 30 | 5 | 15 | 470 | 55 | 115 |
| Binary | 11011110 | 10101001 | 11010011 | 0 | 11000 | 101 | 1101 | 100111000 | 101101 | 1001101 |
Color Harmonies of #DEA9D3
Complementary color
Monochromatic Colors of #DEA9D3
Black with #DEA9D3
Text Example
Text Example
White with #DEA9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9D3; }
p { color: rgb(222,169,211); }
H1.HeaderClassName
{
color: #DEA9D3;
}
.AnyTagClassName
{
color: #DEA9D3;
}
</style>
background-color css
<style>
a { background-color: #DEA9D3; }
a { background-color: rgb(222,169,211); }
div.DivClassName
{
background-color: #DEA9D3;
}
.BgClassName
{
background-color: #DEA9D3;
}
</style>
border-color css
<style>
span { border-color: #DEA9D3; }
span { border-color: rgb(222,169,211); }
td.TdClassName
{
border-color: #DEA9D3;
}
.TagClassName
{
border-color: #DEA9D3;
}
</style>