Shades of French Lilac #DEAAD1
Tints of French Lilac #DEAAD1
RGB
CMYK
RGB Variations
Color information
#DEAAD1 (or 0xDEAAD1) is known color: French Lilac. HEX triplet: DE, AA and D1. RGB value is (222,170,209). Sum of RGB (Red+Green+Blue) = 222+170+209=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAD1 is #21552E. Grayscale: #BDBDBD. Windows color (decimal): -2184495 or 13740766. OLE color: 13740766.
HSL color Cylindrical-coordinate representation of color #DEAAD1: hue angle of 315º 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 #DEAAD1 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 209 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.13 |
| HSL | 315º | 0.44% | 0.77% | - |
| HSV(B) | 315º | 0.23% | 0.87% | - |
| XYZ | 56.01 | 48.88 | 66.8 | - |
| YUV | 189.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 209 | 0 | 0.23 | 0.06 | 0.13 | 315 | 0.44 | 0.77 |
| Hex | DE | AA | D1 | 0 | 17 | 6 | D | 13B | 2C | 4D |
| Octal | 336 | 252 | 321 | 0 | 27 | 6 | 15 | 473 | 54 | 115 |
| Binary | 11011110 | 10101010 | 11010001 | 0 | 10111 | 110 | 1101 | 100111011 | 101100 | 1001101 |
Color Harmonies of #DEAAD1
Complementary color
Monochromatic Colors of #DEAAD1
Black with #DEAAD1
Text Example
Text Example
White with #DEAAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAD1; }
p { color: rgb(222,170,209); }
H1.HeaderClassName
{
color: #DEAAD1;
}
.AnyTagClassName
{
color: #DEAAD1;
}
</style>
background-color css
<style>
a { background-color: #DEAAD1; }
a { background-color: rgb(222,170,209); }
div.DivClassName
{
background-color: #DEAAD1;
}
.BgClassName
{
background-color: #DEAAD1;
}
</style>
border-color css
<style>
span { border-color: #DEAAD1; }
span { border-color: rgb(222,170,209); }
td.TdClassName
{
border-color: #DEAAD1;
}
.TagClassName
{
border-color: #DEAAD1;
}
</style>