Shades of French Lilac #DEA9CD
Tints of French Lilac #DEA9CD
RGB
CMYK
RGB Variations
Color information
#DEA9CD (or 0xDEA9CD) is known color: French Lilac. HEX triplet: DE, A9 and CD. RGB value is (222,169,205). Sum of RGB (Red+Green+Blue) = 222+169+205=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9CD is #215632. Grayscale: #BCBCBC. Windows color (decimal): -2184755 or 13478366. OLE color: 13478366.
HSL color Cylindrical-coordinate representation of color #DEA9CD: hue angle of 319.25º 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 #DEA9CD is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 205 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.13 |
| HSL | 319.25º | 0.45% | 0.77% | - |
| HSV(B) | 319.25º | 0.24% | 0.87% | - |
| XYZ | 55.33 | 48.31 | 64.17 | - |
| YUV | 188.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 205 | 0 | 0.24 | 0.08 | 0.13 | 319.25 | 0.45 | 0.77 |
| Hex | DE | A9 | CD | 0 | 18 | 8 | D | 13F | 2D | 4D |
| Octal | 336 | 251 | 315 | 0 | 30 | 10 | 15 | 477 | 55 | 115 |
| Binary | 11011110 | 10101001 | 11001101 | 0 | 11000 | 1000 | 1101 | 100111111 | 101101 | 1001101 |
Color Harmonies of #DEA9CD
Complementary color
Monochromatic Colors of #DEA9CD
Black with #DEA9CD
Text Example
Text Example
White with #DEA9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA9CD; }
p { color: rgb(222,169,205); }
H1.HeaderClassName
{
color: #DEA9CD;
}
.AnyTagClassName
{
color: #DEA9CD;
}
</style>
background-color css
<style>
a { background-color: #DEA9CD; }
a { background-color: rgb(222,169,205); }
div.DivClassName
{
background-color: #DEA9CD;
}
.BgClassName
{
background-color: #DEA9CD;
}
</style>
border-color css
<style>
span { border-color: #DEA9CD; }
span { border-color: rgb(222,169,205); }
td.TdClassName
{
border-color: #DEA9CD;
}
.TagClassName
{
border-color: #DEA9CD;
}
</style>