Shades of French Lilac #DEA6CD
Tints of French Lilac #DEA6CD
RGB
CMYK
RGB Variations
Color information
#DEA6CD (or 0xDEA6CD) is known color: French Lilac. HEX triplet: DE, A6 and CD. RGB value is (222,166,205). Sum of RGB (Red+Green+Blue) = 222+166+205=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6CD is #215932. Grayscale: #BBBBBB. Windows color (decimal): -2185523 or 13477598. OLE color: 13477598.
HSL color Cylindrical-coordinate representation of color #DEA6CD: hue angle of 318.21º degrees, saturation: 0.46, 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 #DEA6CD is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 205 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.13 |
| HSL | 318.21º | 0.46% | 0.76% | - |
| HSV(B) | 318.21º | 0.25% | 0.87% | - |
| XYZ | 54.78 | 47.21 | 63.98 | - |
| YUV | 187.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 205 | 0 | 0.25 | 0.08 | 0.13 | 318.21 | 0.46 | 0.76 |
| Hex | DE | A6 | CD | 0 | 19 | 8 | D | 13E | 2E | 4C |
| Octal | 336 | 246 | 315 | 0 | 31 | 10 | 15 | 476 | 56 | 114 |
| Binary | 11011110 | 10100110 | 11001101 | 0 | 11001 | 1000 | 1101 | 100111110 | 101110 | 1001100 |
Color Harmonies of #DEA6CD
Complementary color
Monochromatic Colors of #DEA6CD
Black with #DEA6CD
Text Example
Text Example
White with #DEA6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6CD; }
p { color: rgb(222,166,205); }
H1.HeaderClassName
{
color: #DEA6CD;
}
.AnyTagClassName
{
color: #DEA6CD;
}
</style>
background-color css
<style>
a { background-color: #DEA6CD; }
a { background-color: rgb(222,166,205); }
div.DivClassName
{
background-color: #DEA6CD;
}
.BgClassName
{
background-color: #DEA6CD;
}
</style>
border-color css
<style>
span { border-color: #DEA6CD; }
span { border-color: rgb(222,166,205); }
td.TdClassName
{
border-color: #DEA6CD;
}
.TagClassName
{
border-color: #DEA6CD;
}
</style>