Shades of French Lilac #DEAEDB
Tints of French Lilac #DEAEDB
RGB
CMYK
RGB Variations
Color information
#DEAEDB (or 0xDEAEDB) is known color: French Lilac. HEX triplet: DE, AE and DB. RGB value is (222,174,219). Sum of RGB (Red+Green+Blue) = 222+174+219=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEDB is #215124. Grayscale: #C1C1C1. Windows color (decimal): -2183461 or 14397150. OLE color: 14397150.
HSL color Cylindrical-coordinate representation of color #DEAEDB: hue angle of 303.75º 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 #DEAEDB is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 219 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.13 |
| HSL | 303.75º | 0.42% | 0.78% | - |
| HSV(B) | 303.75º | 0.22% | 0.87% | - |
| XYZ | 58.05 | 50.92 | 73.79 | - |
| YUV | 193.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 219 | 0 | 0.22 | 0.01 | 0.13 | 303.75 | 0.42 | 0.78 |
| Hex | DE | AE | DB | 0 | 16 | 1 | D | 130 | 2A | 4E |
| Octal | 336 | 256 | 333 | 0 | 26 | 1 | 15 | 460 | 52 | 116 |
| Binary | 11011110 | 10101110 | 11011011 | 0 | 10110 | 1 | 1101 | 100110000 | 101010 | 1001110 |
Color Harmonies of #DEAEDB
Complementary color
Monochromatic Colors of #DEAEDB
Black with #DEAEDB
Text Example
Text Example
White with #DEAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEDB; }
p { color: rgb(222,174,219); }
H1.HeaderClassName
{
color: #DEAEDB;
}
.AnyTagClassName
{
color: #DEAEDB;
}
</style>
background-color css
<style>
a { background-color: #DEAEDB; }
a { background-color: rgb(222,174,219); }
div.DivClassName
{
background-color: #DEAEDB;
}
.BgClassName
{
background-color: #DEAEDB;
}
</style>
border-color css
<style>
span { border-color: #DEAEDB; }
span { border-color: rgb(222,174,219); }
td.TdClassName
{
border-color: #DEAEDB;
}
.TagClassName
{
border-color: #DEAEDB;
}
</style>