Shades of French Lilac #DEAEDD
Tints of French Lilac #DEAEDD
RGB
CMYK
RGB Variations
Color information
#DEAEDD (or 0xDEAEDD) is known color: French Lilac. HEX triplet: DE, AE and DD. RGB value is (222,174,221). Sum of RGB (Red+Green+Blue) = 222+174+221=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEDD is #215122. Grayscale: #C1C1C1. Windows color (decimal): -2183459 or 14528222. OLE color: 14528222.
HSL color Cylindrical-coordinate representation of color #DEAEDD: hue angle of 301.25º 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 #DEAEDD is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 221 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.13 |
| HSL | 301.25º | 0.42% | 0.78% | - |
| HSV(B) | 301.25º | 0.22% | 0.87% | - |
| XYZ | 58.31 | 51.02 | 75.18 | - |
| YUV | 193.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 221 | 0 | 0.22 | 0.00 | 0.13 | 301.25 | 0.42 | 0.78 |
| Hex | DE | AE | DD | 0 | 16 | 0 | D | 12D | 2A | 4E |
| Octal | 336 | 256 | 335 | 0 | 26 | 0 | 15 | 455 | 52 | 116 |
| Binary | 11011110 | 10101110 | 11011101 | 0 | 10110 | 0 | 1101 | 100101101 | 101010 | 1001110 |
Color Harmonies of #DEAEDD
Complementary color
Monochromatic Colors of #DEAEDD
Black with #DEAEDD
Text Example
Text Example
White with #DEAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEDD; }
p { color: rgb(222,174,221); }
H1.HeaderClassName
{
color: #DEAEDD;
}
.AnyTagClassName
{
color: #DEAEDD;
}
</style>
background-color css
<style>
a { background-color: #DEAEDD; }
a { background-color: rgb(222,174,221); }
div.DivClassName
{
background-color: #DEAEDD;
}
.BgClassName
{
background-color: #DEAEDD;
}
</style>
border-color css
<style>
span { border-color: #DEAEDD; }
span { border-color: rgb(222,174,221); }
td.TdClassName
{
border-color: #DEAEDD;
}
.TagClassName
{
border-color: #DEAEDD;
}
</style>