Shades of French Lilac #DEAAD7
Tints of French Lilac #DEAAD7
RGB
CMYK
RGB Variations
Color information
#DEAAD7 (or 0xDEAAD7) is known color: French Lilac. HEX triplet: DE, AA and D7. RGB value is (222,170,215). Sum of RGB (Red+Green+Blue) = 222+170+215=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAD7 is #215528. Grayscale: #BEBEBE. Windows color (decimal): -2184489 or 14133982. OLE color: 14133982.
HSL color Cylindrical-coordinate representation of color #DEAAD7: hue angle of 308.08º 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 #DEAAD7 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 215 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.13 |
| HSL | 308.08º | 0.44% | 0.77% | - |
| HSV(B) | 308.08º | 0.23% | 0.87% | - |
| XYZ | 56.76 | 49.19 | 70.79 | - |
| YUV | 190.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 215 | 0 | 0.23 | 0.03 | 0.13 | 308.08 | 0.44 | 0.77 |
| Hex | DE | AA | D7 | 0 | 17 | 3 | D | 134 | 2C | 4D |
| Octal | 336 | 252 | 327 | 0 | 27 | 3 | 15 | 464 | 54 | 115 |
| Binary | 11011110 | 10101010 | 11010111 | 0 | 10111 | 11 | 1101 | 100110100 | 101100 | 1001101 |
Color Harmonies of #DEAAD7
Complementary color
Monochromatic Colors of #DEAAD7
Black with #DEAAD7
Text Example
Text Example
White with #DEAAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAD7; }
p { color: rgb(222,170,215); }
H1.HeaderClassName
{
color: #DEAAD7;
}
.AnyTagClassName
{
color: #DEAAD7;
}
</style>
background-color css
<style>
a { background-color: #DEAAD7; }
a { background-color: rgb(222,170,215); }
div.DivClassName
{
background-color: #DEAAD7;
}
.BgClassName
{
background-color: #DEAAD7;
}
</style>
border-color css
<style>
span { border-color: #DEAAD7; }
span { border-color: rgb(222,170,215); }
td.TdClassName
{
border-color: #DEAAD7;
}
.TagClassName
{
border-color: #DEAAD7;
}
</style>