Shades of French Lilac #DEAED4
Tints of French Lilac #DEAED4
RGB
CMYK
RGB Variations
Color information
#DEAED4 (or 0xDEAED4) is known color: French Lilac. HEX triplet: DE, AE and D4. RGB value is (222,174,212). Sum of RGB (Red+Green+Blue) = 222+174+212=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAED4 is #21512B. Grayscale: #C0C0C0. Windows color (decimal): -2183468 or 13938398. OLE color: 13938398.
HSL color Cylindrical-coordinate representation of color #DEAED4: hue angle of 312.5º 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 #DEAED4 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 212 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.13 |
| HSL | 312.5º | 0.42% | 0.78% | - |
| HSV(B) | 312.5º | 0.22% | 0.87% | - |
| XYZ | 57.14 | 50.56 | 69.03 | - |
| YUV | 192.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 212 | 0 | 0.22 | 0.05 | 0.13 | 312.5 | 0.42 | 0.78 |
| Hex | DE | AE | D4 | 0 | 16 | 5 | D | 138 | 2A | 4E |
| Octal | 336 | 256 | 324 | 0 | 26 | 5 | 15 | 470 | 52 | 116 |
| Binary | 11011110 | 10101110 | 11010100 | 0 | 10110 | 101 | 1101 | 100111000 | 101010 | 1001110 |
Color Harmonies of #DEAED4
Complementary color
Monochromatic Colors of #DEAED4
Black with #DEAED4
Text Example
Text Example
White with #DEAED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAED4; }
p { color: rgb(222,174,212); }
H1.HeaderClassName
{
color: #DEAED4;
}
.AnyTagClassName
{
color: #DEAED4;
}
</style>
background-color css
<style>
a { background-color: #DEAED4; }
a { background-color: rgb(222,174,212); }
div.DivClassName
{
background-color: #DEAED4;
}
.BgClassName
{
background-color: #DEAED4;
}
</style>
border-color css
<style>
span { border-color: #DEAED4; }
span { border-color: rgb(222,174,212); }
td.TdClassName
{
border-color: #DEAED4;
}
.TagClassName
{
border-color: #DEAED4;
}
</style>