Shades of French Lilac #DEAED0
Tints of French Lilac #DEAED0
RGB
CMYK
RGB Variations
Color information
#DEAED0 (or 0xDEAED0) is known color: French Lilac. HEX triplet: DE, AE and D0. RGB value is (222,174,208). Sum of RGB (Red+Green+Blue) = 222+174+208=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAED0 is #21512F. Grayscale: #C0C0C0. Windows color (decimal): -2183472 or 13676254. OLE color: 13676254.
HSL color Cylindrical-coordinate representation of color #DEAED0: hue angle of 317.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 #DEAED0 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 208 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.13 |
| HSL | 317.5º | 0.42% | 0.78% | - |
| HSV(B) | 317.5º | 0.22% | 0.87% | - |
| XYZ | 56.65 | 50.36 | 66.41 | - |
| YUV | 192.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 208 | 0 | 0.22 | 0.06 | 0.13 | 317.5 | 0.42 | 0.78 |
| Hex | DE | AE | D0 | 0 | 16 | 6 | D | 13E | 2A | 4E |
| Octal | 336 | 256 | 320 | 0 | 26 | 6 | 15 | 476 | 52 | 116 |
| Binary | 11011110 | 10101110 | 11010000 | 0 | 10110 | 110 | 1101 | 100111110 | 101010 | 1001110 |
Color Harmonies of #DEAED0
Complementary color
Monochromatic Colors of #DEAED0
Black with #DEAED0
Text Example
Text Example
White with #DEAED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAED0; }
p { color: rgb(222,174,208); }
H1.HeaderClassName
{
color: #DEAED0;
}
.AnyTagClassName
{
color: #DEAED0;
}
</style>
background-color css
<style>
a { background-color: #DEAED0; }
a { background-color: rgb(222,174,208); }
div.DivClassName
{
background-color: #DEAED0;
}
.BgClassName
{
background-color: #DEAED0;
}
</style>
border-color css
<style>
span { border-color: #DEAED0; }
span { border-color: rgb(222,174,208); }
td.TdClassName
{
border-color: #DEAED0;
}
.TagClassName
{
border-color: #DEAED0;
}
</style>