Shades of French Lilac #DEAAD6
Tints of French Lilac #DEAAD6
RGB
CMYK
RGB Variations
Color information
#DEAAD6 (or 0xDEAAD6) is known color: French Lilac. HEX triplet: DE, AA and D6. RGB value is (222,170,214). Sum of RGB (Red+Green+Blue) = 222+170+214=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAD6 is #215529. Grayscale: #BEBEBE. Windows color (decimal): -2184490 or 14068446. OLE color: 14068446.
HSL color Cylindrical-coordinate representation of color #DEAAD6: hue angle of 309.23º 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 #DEAAD6 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 214 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.13 |
| HSL | 309.23º | 0.44% | 0.77% | - |
| HSV(B) | 309.23º | 0.23% | 0.87% | - |
| XYZ | 56.64 | 49.13 | 70.12 | - |
| YUV | 190.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 214 | 0 | 0.23 | 0.04 | 0.13 | 309.23 | 0.44 | 0.77 |
| Hex | DE | AA | D6 | 0 | 17 | 4 | D | 135 | 2C | 4D |
| Octal | 336 | 252 | 326 | 0 | 27 | 4 | 15 | 465 | 54 | 115 |
| Binary | 11011110 | 10101010 | 11010110 | 0 | 10111 | 100 | 1101 | 100110101 | 101100 | 1001101 |
Color Harmonies of #DEAAD6
Complementary color
Monochromatic Colors of #DEAAD6
Black with #DEAAD6
Text Example
Text Example
White with #DEAAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAD6; }
p { color: rgb(222,170,214); }
H1.HeaderClassName
{
color: #DEAAD6;
}
.AnyTagClassName
{
color: #DEAAD6;
}
</style>
background-color css
<style>
a { background-color: #DEAAD6; }
a { background-color: rgb(222,170,214); }
div.DivClassName
{
background-color: #DEAAD6;
}
.BgClassName
{
background-color: #DEAAD6;
}
</style>
border-color css
<style>
span { border-color: #DEAAD6; }
span { border-color: rgb(222,170,214); }
td.TdClassName
{
border-color: #DEAAD6;
}
.TagClassName
{
border-color: #DEAAD6;
}
</style>