Shades of French Lilac #DEADD9
Tints of French Lilac #DEADD9
RGB
CMYK
RGB Variations
Color information
#DEADD9 (or 0xDEADD9) is known color: French Lilac. HEX triplet: DE, AD and D9. RGB value is (222,173,217). Sum of RGB (Red+Green+Blue) = 222+173+217=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADD9 is #215226. Grayscale: #C0C0C0. Windows color (decimal): -2183719 or 14265822. OLE color: 14265822.
HSL color Cylindrical-coordinate representation of color #DEADD9: hue angle of 306.12º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADD9 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 217 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.13 |
| HSL | 306.12º | 0.43% | 0.77% | - |
| HSV(B) | 306.12º | 0.22% | 0.87% | - |
| XYZ | 57.59 | 50.43 | 72.34 | - |
| YUV | 192.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 217 | 0 | 0.22 | 0.02 | 0.13 | 306.12 | 0.43 | 0.77 |
| Hex | DE | AD | D9 | 0 | 16 | 2 | D | 132 | 2B | 4D |
| Octal | 336 | 255 | 331 | 0 | 26 | 2 | 15 | 462 | 53 | 115 |
| Binary | 11011110 | 10101101 | 11011001 | 0 | 10110 | 10 | 1101 | 100110010 | 101011 | 1001101 |
Color Harmonies of #DEADD9
Complementary color
Monochromatic Colors of #DEADD9
Black with #DEADD9
Text Example
Text Example
White with #DEADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADD9; }
p { color: rgb(222,173,217); }
H1.HeaderClassName
{
color: #DEADD9;
}
.AnyTagClassName
{
color: #DEADD9;
}
</style>
background-color css
<style>
a { background-color: #DEADD9; }
a { background-color: rgb(222,173,217); }
div.DivClassName
{
background-color: #DEADD9;
}
.BgClassName
{
background-color: #DEADD9;
}
</style>
border-color css
<style>
span { border-color: #DEADD9; }
span { border-color: rgb(222,173,217); }
td.TdClassName
{
border-color: #DEADD9;
}
.TagClassName
{
border-color: #DEADD9;
}
</style>