Shades of French Lilac #DEAED2
Tints of French Lilac #DEAED2
RGB
CMYK
RGB Variations
Color information
#DEAED2 (or 0xDEAED2) is known color: French Lilac. HEX triplet: DE, AE and D2. RGB value is (222,174,210). Sum of RGB (Red+Green+Blue) = 222+174+210=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAED2 is #21512D. Grayscale: #C0C0C0. Windows color (decimal): -2183470 or 13807326. OLE color: 13807326.
HSL color Cylindrical-coordinate representation of color #DEAED2: hue angle of 315º 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 #DEAED2 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 210 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.13 |
| HSL | 315º | 0.42% | 0.78% | - |
| HSV(B) | 315º | 0.22% | 0.87% | - |
| XYZ | 56.89 | 50.45 | 67.71 | - |
| YUV | 192.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 210 | 0 | 0.22 | 0.05 | 0.13 | 315 | 0.42 | 0.78 |
| Hex | DE | AE | D2 | 0 | 16 | 5 | D | 13B | 2A | 4E |
| Octal | 336 | 256 | 322 | 0 | 26 | 5 | 15 | 473 | 52 | 116 |
| Binary | 11011110 | 10101110 | 11010010 | 0 | 10110 | 101 | 1101 | 100111011 | 101010 | 1001110 |
Color Harmonies of #DEAED2
Complementary color
Monochromatic Colors of #DEAED2
Black with #DEAED2
Text Example
Text Example
White with #DEAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAED2; }
p { color: rgb(222,174,210); }
H1.HeaderClassName
{
color: #DEAED2;
}
.AnyTagClassName
{
color: #DEAED2;
}
</style>
background-color css
<style>
a { background-color: #DEAED2; }
a { background-color: rgb(222,174,210); }
div.DivClassName
{
background-color: #DEAED2;
}
.BgClassName
{
background-color: #DEAED2;
}
</style>
border-color css
<style>
span { border-color: #DEAED2; }
span { border-color: rgb(222,174,210); }
td.TdClassName
{
border-color: #DEAED2;
}
.TagClassName
{
border-color: #DEAED2;
}
</style>