Shades of French Lilac #DEA5CD
Tints of French Lilac #DEA5CD
RGB
CMYK
RGB Variations
Color information
#DEA5CD (or 0xDEA5CD) is known color: French Lilac. HEX triplet: DE, A5 and CD. RGB value is (222,165,205). Sum of RGB (Red+Green+Blue) = 222+165+205=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5CD is #215A32. Grayscale: #BABABA. Windows color (decimal): -2185779 or 13477342. OLE color: 13477342.
HSL color Cylindrical-coordinate representation of color #DEA5CD: hue angle of 317.89º degrees, saturation: 0.46, 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 #DEA5CD is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 165 | 205 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.13 |
| HSL | 317.89º | 0.46% | 0.76% | - |
| HSV(B) | 317.89º | 0.26% | 0.87% | - |
| XYZ | 54.6 | 46.85 | 63.92 | - |
| YUV | 186.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 205 | 0 | 0.26 | 0.08 | 0.13 | 317.89 | 0.46 | 0.76 |
| Hex | DE | A5 | CD | 0 | 1A | 8 | D | 13E | 2E | 4C |
| Octal | 336 | 245 | 315 | 0 | 32 | 10 | 15 | 476 | 56 | 114 |
| Binary | 11011110 | 10100101 | 11001101 | 0 | 11010 | 1000 | 1101 | 100111110 | 101110 | 1001100 |
Color Harmonies of #DEA5CD
Complementary color
Monochromatic Colors of #DEA5CD
Black with #DEA5CD
Text Example
Text Example
White with #DEA5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA5CD; }
p { color: rgb(222,165,205); }
H1.HeaderClassName
{
color: #DEA5CD;
}
.AnyTagClassName
{
color: #DEA5CD;
}
</style>
background-color css
<style>
a { background-color: #DEA5CD; }
a { background-color: rgb(222,165,205); }
div.DivClassName
{
background-color: #DEA5CD;
}
.BgClassName
{
background-color: #DEA5CD;
}
</style>
border-color css
<style>
span { border-color: #DEA5CD; }
span { border-color: rgb(222,165,205); }
td.TdClassName
{
border-color: #DEA5CD;
}
.TagClassName
{
border-color: #DEA5CD;
}
</style>