Shades of French Lilac #DEA4CE
Tints of French Lilac #DEA4CE
RGB
CMYK
RGB Variations
Color information
#DEA4CE (or 0xDEA4CE) is known color: French Lilac. HEX triplet: DE, A4 and CE. RGB value is (222,164,206). Sum of RGB (Red+Green+Blue) = 222+164+206=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4CE is #215B31. Grayscale: #BABABA. Windows color (decimal): -2186034 or 13542622. OLE color: 13542622.
HSL color Cylindrical-coordinate representation of color #DEA4CE: hue angle of 316.55º 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 #DEA4CE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 164 | 206 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.13 |
| HSL | 316.55º | 0.47% | 0.76% | - |
| HSV(B) | 316.55º | 0.26% | 0.87% | - |
| XYZ | 54.54 | 46.54 | 64.5 | - |
| YUV | 186.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 206 | 0 | 0.26 | 0.07 | 0.13 | 316.55 | 0.47 | 0.76 |
| Hex | DE | A4 | CE | 0 | 1A | 7 | D | 13D | 2F | 4C |
| Octal | 336 | 244 | 316 | 0 | 32 | 7 | 15 | 475 | 57 | 114 |
| Binary | 11011110 | 10100100 | 11001110 | 0 | 11010 | 111 | 1101 | 100111101 | 101111 | 1001100 |
Color Harmonies of #DEA4CE
Complementary color
Monochromatic Colors of #DEA4CE
Black with #DEA4CE
Text Example
Text Example
White with #DEA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4CE; }
p { color: rgb(222,164,206); }
H1.HeaderClassName
{
color: #DEA4CE;
}
.AnyTagClassName
{
color: #DEA4CE;
}
</style>
background-color css
<style>
a { background-color: #DEA4CE; }
a { background-color: rgb(222,164,206); }
div.DivClassName
{
background-color: #DEA4CE;
}
.BgClassName
{
background-color: #DEA4CE;
}
</style>
border-color css
<style>
span { border-color: #DEA4CE; }
span { border-color: rgb(222,164,206); }
td.TdClassName
{
border-color: #DEA4CE;
}
.TagClassName
{
border-color: #DEA4CE;
}
</style>