Shades of French Lilac #DEABD9
Tints of French Lilac #DEABD9
RGB
CMYK
RGB Variations
Color information
#DEABD9 (or 0xDEABD9) is known color: French Lilac. HEX triplet: DE, AB and D9. RGB value is (222,171,217). Sum of RGB (Red+Green+Blue) = 222+171+217=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABD9 is #215426. Grayscale: #BFBFBF. Windows color (decimal): -2184231 or 14265310. OLE color: 14265310.
HSL color Cylindrical-coordinate representation of color #DEABD9: hue angle of 305.88º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEABD9 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 217 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.13 |
| HSL | 305.88º | 0.44% | 0.77% | - |
| HSV(B) | 305.88º | 0.23% | 0.87% | - |
| XYZ | 57.21 | 49.67 | 72.22 | - |
| YUV | 191.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 217 | 0 | 0.23 | 0.02 | 0.13 | 305.88 | 0.44 | 0.77 |
| Hex | DE | AB | D9 | 0 | 17 | 2 | D | 132 | 2C | 4D |
| Octal | 336 | 253 | 331 | 0 | 27 | 2 | 15 | 462 | 54 | 115 |
| Binary | 11011110 | 10101011 | 11011001 | 0 | 10111 | 10 | 1101 | 100110010 | 101100 | 1001101 |
Color Harmonies of #DEABD9
Complementary color
Monochromatic Colors of #DEABD9
Black with #DEABD9
Text Example
Text Example
White with #DEABD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABD9; }
p { color: rgb(222,171,217); }
H1.HeaderClassName
{
color: #DEABD9;
}
.AnyTagClassName
{
color: #DEABD9;
}
</style>
background-color css
<style>
a { background-color: #DEABD9; }
a { background-color: rgb(222,171,217); }
div.DivClassName
{
background-color: #DEABD9;
}
.BgClassName
{
background-color: #DEABD9;
}
</style>
border-color css
<style>
span { border-color: #DEABD9; }
span { border-color: rgb(222,171,217); }
td.TdClassName
{
border-color: #DEABD9;
}
.TagClassName
{
border-color: #DEABD9;
}
</style>