Shades of French Lilac #DEADD5
Tints of French Lilac #DEADD5
RGB
CMYK
RGB Variations
Color information
#DEADD5 (or 0xDEADD5) is known color: French Lilac. HEX triplet: DE, AD and D5. RGB value is (222,173,213). Sum of RGB (Red+Green+Blue) = 222+173+213=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADD5 is #21522A. Grayscale: #C0C0C0. Windows color (decimal): -2183723 or 14003678. OLE color: 14003678.
HSL color Cylindrical-coordinate representation of color #DEADD5: hue angle of 311.02º 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 #DEADD5 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 213 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.13 |
| HSL | 311.02º | 0.43% | 0.77% | - |
| HSV(B) | 311.02º | 0.22% | 0.87% | - |
| XYZ | 57.08 | 50.22 | 69.64 | - |
| YUV | 192.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 213 | 0 | 0.22 | 0.04 | 0.13 | 311.02 | 0.43 | 0.77 |
| Hex | DE | AD | D5 | 0 | 16 | 4 | D | 137 | 2B | 4D |
| Octal | 336 | 255 | 325 | 0 | 26 | 4 | 15 | 467 | 53 | 115 |
| Binary | 11011110 | 10101101 | 11010101 | 0 | 10110 | 100 | 1101 | 100110111 | 101011 | 1001101 |
Color Harmonies of #DEADD5
Complementary color
Monochromatic Colors of #DEADD5
Black with #DEADD5
Text Example
Text Example
White with #DEADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADD5; }
p { color: rgb(222,173,213); }
H1.HeaderClassName
{
color: #DEADD5;
}
.AnyTagClassName
{
color: #DEADD5;
}
</style>
background-color css
<style>
a { background-color: #DEADD5; }
a { background-color: rgb(222,173,213); }
div.DivClassName
{
background-color: #DEADD5;
}
.BgClassName
{
background-color: #DEADD5;
}
</style>
border-color css
<style>
span { border-color: #DEADD5; }
span { border-color: rgb(222,173,213); }
td.TdClassName
{
border-color: #DEADD5;
}
.TagClassName
{
border-color: #DEADD5;
}
</style>