Shades of French Lilac #DEAED7
Tints of French Lilac #DEAED7
RGB
CMYK
RGB Variations
Color information
#DEAED7 (or 0xDEAED7) is known color: French Lilac. HEX triplet: DE, AE and D7. RGB value is (222,174,215). Sum of RGB (Red+Green+Blue) = 222+174+215=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAED7 is #215128. Grayscale: #C0C0C0. Windows color (decimal): -2183465 or 14135006. OLE color: 14135006.
HSL color Cylindrical-coordinate representation of color #DEAED7: hue angle of 308.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEAED7 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 215 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.13 |
| HSL | 308.75º | 0.42% | 0.78% | - |
| HSV(B) | 308.75º | 0.22% | 0.87% | - |
| XYZ | 57.53 | 50.71 | 71.05 | - |
| YUV | 193.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 215 | 0 | 0.22 | 0.03 | 0.13 | 308.75 | 0.42 | 0.78 |
| Hex | DE | AE | D7 | 0 | 16 | 3 | D | 135 | 2A | 4E |
| Octal | 336 | 256 | 327 | 0 | 26 | 3 | 15 | 465 | 52 | 116 |
| Binary | 11011110 | 10101110 | 11010111 | 0 | 10110 | 11 | 1101 | 100110101 | 101010 | 1001110 |
Color Harmonies of #DEAED7
Complementary color
Monochromatic Colors of #DEAED7
Black with #DEAED7
Text Example
Text Example
White with #DEAED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAED7; }
p { color: rgb(222,174,215); }
H1.HeaderClassName
{
color: #DEAED7;
}
.AnyTagClassName
{
color: #DEAED7;
}
</style>
background-color css
<style>
a { background-color: #DEAED7; }
a { background-color: rgb(222,174,215); }
div.DivClassName
{
background-color: #DEAED7;
}
.BgClassName
{
background-color: #DEAED7;
}
</style>
border-color css
<style>
span { border-color: #DEAED7; }
span { border-color: rgb(222,174,215); }
td.TdClassName
{
border-color: #DEAED7;
}
.TagClassName
{
border-color: #DEAED7;
}
</style>