Shades of French Lilac #DEADDB
Tints of French Lilac #DEADDB
RGB
CMYK
RGB Variations
Color information
#DEADDB (or 0xDEADDB) is known color: French Lilac. HEX triplet: DE, AD and DB. RGB value is (222,173,219). Sum of RGB (Red+Green+Blue) = 222+173+219=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADDB is #215224. Grayscale: #C0C0C0. Windows color (decimal): -2183717 or 14396894. OLE color: 14396894.
HSL color Cylindrical-coordinate representation of color #DEADDB: hue angle of 303.67º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADDB is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 219 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.13 |
| HSL | 303.67º | 0.43% | 0.77% | - |
| HSV(B) | 303.67º | 0.22% | 0.87% | - |
| XYZ | 57.85 | 50.53 | 73.72 | - |
| YUV | 192.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 219 | 0 | 0.22 | 0.01 | 0.13 | 303.67 | 0.43 | 0.77 |
| Hex | DE | AD | DB | 0 | 16 | 1 | D | 130 | 2B | 4D |
| Octal | 336 | 255 | 333 | 0 | 26 | 1 | 15 | 460 | 53 | 115 |
| Binary | 11011110 | 10101101 | 11011011 | 0 | 10110 | 1 | 1101 | 100110000 | 101011 | 1001101 |
Color Harmonies of #DEADDB
Complementary color
Monochromatic Colors of #DEADDB
Black with #DEADDB
Text Example
Text Example
White with #DEADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADDB; }
p { color: rgb(222,173,219); }
H1.HeaderClassName
{
color: #DEADDB;
}
.AnyTagClassName
{
color: #DEADDB;
}
</style>
background-color css
<style>
a { background-color: #DEADDB; }
a { background-color: rgb(222,173,219); }
div.DivClassName
{
background-color: #DEADDB;
}
.BgClassName
{
background-color: #DEADDB;
}
</style>
border-color css
<style>
span { border-color: #DEADDB; }
span { border-color: rgb(222,173,219); }
td.TdClassName
{
border-color: #DEADDB;
}
.TagClassName
{
border-color: #DEADDB;
}
</style>