Shades of French Lilac #DEA6CF
Tints of French Lilac #DEA6CF
RGB
CMYK
RGB Variations
Color information
#DEA6CF (or 0xDEA6CF) is known color: French Lilac. HEX triplet: DE, A6 and CF. RGB value is (222,166,207). Sum of RGB (Red+Green+Blue) = 222+166+207=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6CF is #215930. Grayscale: #BBBBBB. Windows color (decimal): -2185521 or 13608670. OLE color: 13608670.
HSL color Cylindrical-coordinate representation of color #DEA6CF: hue angle of 316.07º 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 #DEA6CF is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 207 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.13 |
| HSL | 316.07º | 0.46% | 0.76% | - |
| HSV(B) | 316.07º | 0.25% | 0.87% | - |
| XYZ | 55.02 | 47.31 | 65.26 | - |
| YUV | 187.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 207 | 0 | 0.25 | 0.07 | 0.13 | 316.07 | 0.46 | 0.76 |
| Hex | DE | A6 | CF | 0 | 19 | 7 | D | 13C | 2E | 4C |
| Octal | 336 | 246 | 317 | 0 | 31 | 7 | 15 | 474 | 56 | 114 |
| Binary | 11011110 | 10100110 | 11001111 | 0 | 11001 | 111 | 1101 | 100111100 | 101110 | 1001100 |
Color Harmonies of #DEA6CF
Complementary color
Monochromatic Colors of #DEA6CF
Black with #DEA6CF
Text Example
Text Example
White with #DEA6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6CF; }
p { color: rgb(222,166,207); }
H1.HeaderClassName
{
color: #DEA6CF;
}
.AnyTagClassName
{
color: #DEA6CF;
}
</style>
background-color css
<style>
a { background-color: #DEA6CF; }
a { background-color: rgb(222,166,207); }
div.DivClassName
{
background-color: #DEA6CF;
}
.BgClassName
{
background-color: #DEA6CF;
}
</style>
border-color css
<style>
span { border-color: #DEA6CF; }
span { border-color: rgb(222,166,207); }
td.TdClassName
{
border-color: #DEA6CF;
}
.TagClassName
{
border-color: #DEA6CF;
}
</style>