Shades of French Lilac #DEABCE
Tints of French Lilac #DEABCE
RGB
CMYK
RGB Variations
Color information
#DEABCE (or 0xDEABCE) is known color: French Lilac. HEX triplet: DE, AB and CE. RGB value is (222,171,206). Sum of RGB (Red+Green+Blue) = 222+171+206=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABCE is #215431. Grayscale: #BEBEBE. Windows color (decimal): -2184242 or 13544414. OLE color: 13544414.
HSL color Cylindrical-coordinate representation of color #DEABCE: hue angle of 318.82º 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 #DEABCE is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 206 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.13 |
| HSL | 318.82º | 0.44% | 0.77% | - |
| HSV(B) | 318.82º | 0.23% | 0.87% | - |
| XYZ | 55.83 | 49.11 | 64.93 | - |
| YUV | 190.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 206 | 0 | 0.23 | 0.07 | 0.13 | 318.82 | 0.44 | 0.77 |
| Hex | DE | AB | CE | 0 | 17 | 7 | D | 13F | 2C | 4D |
| Octal | 336 | 253 | 316 | 0 | 27 | 7 | 15 | 477 | 54 | 115 |
| Binary | 11011110 | 10101011 | 11001110 | 0 | 10111 | 111 | 1101 | 100111111 | 101100 | 1001101 |
Color Harmonies of #DEABCE
Complementary color
Monochromatic Colors of #DEABCE
Black with #DEABCE
Text Example
Text Example
White with #DEABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABCE; }
p { color: rgb(222,171,206); }
H1.HeaderClassName
{
color: #DEABCE;
}
.AnyTagClassName
{
color: #DEABCE;
}
</style>
background-color css
<style>
a { background-color: #DEABCE; }
a { background-color: rgb(222,171,206); }
div.DivClassName
{
background-color: #DEABCE;
}
.BgClassName
{
background-color: #DEABCE;
}
</style>
border-color css
<style>
span { border-color: #DEABCE; }
span { border-color: rgb(222,171,206); }
td.TdClassName
{
border-color: #DEABCE;
}
.TagClassName
{
border-color: #DEABCE;
}
</style>