Shades of French Lilac #DEA4CD
Tints of French Lilac #DEA4CD
RGB
CMYK
RGB Variations
Color information
#DEA4CD (or 0xDEA4CD) is known color: French Lilac. HEX triplet: DE, A4 and CD. RGB value is (222,164,205). Sum of RGB (Red+Green+Blue) = 222+164+205=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4CD is #215B32. Grayscale: #B9B9B9. Windows color (decimal): -2186035 or 13477086. OLE color: 13477086.
HSL color Cylindrical-coordinate representation of color #DEA4CD: hue angle of 317.59º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA4CD is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 205 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.13 |
| HSL | 317.59º | 0.47% | 0.76% | - |
| HSV(B) | 317.59º | 0.26% | 0.87% | - |
| XYZ | 54.42 | 46.49 | 63.86 | - |
| YUV | 186.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 205 | 0 | 0.26 | 0.08 | 0.13 | 317.59 | 0.47 | 0.76 |
| Hex | DE | A4 | CD | 0 | 1A | 8 | D | 13E | 2F | 4C |
| Octal | 336 | 244 | 315 | 0 | 32 | 10 | 15 | 476 | 57 | 114 |
| Binary | 11011110 | 10100100 | 11001101 | 0 | 11010 | 1000 | 1101 | 100111110 | 101111 | 1001100 |
Color Harmonies of #DEA4CD
Complementary color
Monochromatic Colors of #DEA4CD
Black with #DEA4CD
Text Example
Text Example
White with #DEA4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4CD; }
p { color: rgb(222,164,205); }
H1.HeaderClassName
{
color: #DEA4CD;
}
.AnyTagClassName
{
color: #DEA4CD;
}
</style>
background-color css
<style>
a { background-color: #DEA4CD; }
a { background-color: rgb(222,164,205); }
div.DivClassName
{
background-color: #DEA4CD;
}
.BgClassName
{
background-color: #DEA4CD;
}
</style>
border-color css
<style>
span { border-color: #DEA4CD; }
span { border-color: rgb(222,164,205); }
td.TdClassName
{
border-color: #DEA4CD;
}
.TagClassName
{
border-color: #DEA4CD;
}
</style>