Shades of French Lilac #DEAAD2
Tints of French Lilac #DEAAD2
RGB
CMYK
RGB Variations
Color information
#DEAAD2 (or 0xDEAAD2) is known color: French Lilac. HEX triplet: DE, AA and D2. RGB value is (222,170,210). Sum of RGB (Red+Green+Blue) = 222+170+210=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAD2 is #21552D. Grayscale: #BDBDBD. Windows color (decimal): -2184494 or 13806302. OLE color: 13806302.
HSL color Cylindrical-coordinate representation of color #DEAAD2: hue angle of 313.85º 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 #DEAAD2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 210 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.13 |
| HSL | 313.85º | 0.44% | 0.77% | - |
| HSV(B) | 313.85º | 0.23% | 0.87% | - |
| XYZ | 56.13 | 48.93 | 67.46 | - |
| YUV | 190.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 210 | 0 | 0.23 | 0.05 | 0.13 | 313.85 | 0.44 | 0.77 |
| Hex | DE | AA | D2 | 0 | 17 | 5 | D | 13A | 2C | 4D |
| Octal | 336 | 252 | 322 | 0 | 27 | 5 | 15 | 472 | 54 | 115 |
| Binary | 11011110 | 10101010 | 11010010 | 0 | 10111 | 101 | 1101 | 100111010 | 101100 | 1001101 |
Color Harmonies of #DEAAD2
Complementary color
Monochromatic Colors of #DEAAD2
Black with #DEAAD2
Text Example
Text Example
White with #DEAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAD2; }
p { color: rgb(222,170,210); }
H1.HeaderClassName
{
color: #DEAAD2;
}
.AnyTagClassName
{
color: #DEAAD2;
}
</style>
background-color css
<style>
a { background-color: #DEAAD2; }
a { background-color: rgb(222,170,210); }
div.DivClassName
{
background-color: #DEAAD2;
}
.BgClassName
{
background-color: #DEAAD2;
}
</style>
border-color css
<style>
span { border-color: #DEAAD2; }
span { border-color: rgb(222,170,210); }
td.TdClassName
{
border-color: #DEAAD2;
}
.TagClassName
{
border-color: #DEAAD2;
}
</style>