Shades of French Lilac #DEADD7
Tints of French Lilac #DEADD7
RGB
CMYK
RGB Variations
Color information
#DEADD7 (or 0xDEADD7) is known color: French Lilac. HEX triplet: DE, AD and D7. RGB value is (222,173,215). Sum of RGB (Red+Green+Blue) = 222+173+215=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADD7 is #215228. Grayscale: #C0C0C0. Windows color (decimal): -2183721 or 14134750. OLE color: 14134750.
HSL color Cylindrical-coordinate representation of color #DEADD7: hue angle of 308.57º 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 #DEADD7 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 215 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.13 |
| HSL | 308.57º | 0.43% | 0.77% | - |
| HSV(B) | 308.57º | 0.22% | 0.87% | - |
| XYZ | 57.33 | 50.32 | 70.98 | - |
| YUV | 192.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 215 | 0 | 0.22 | 0.03 | 0.13 | 308.57 | 0.43 | 0.77 |
| Hex | DE | AD | D7 | 0 | 16 | 3 | D | 135 | 2B | 4D |
| Octal | 336 | 255 | 327 | 0 | 26 | 3 | 15 | 465 | 53 | 115 |
| Binary | 11011110 | 10101101 | 11010111 | 0 | 10110 | 11 | 1101 | 100110101 | 101011 | 1001101 |
Color Harmonies of #DEADD7
Complementary color
Monochromatic Colors of #DEADD7
Black with #DEADD7
Text Example
Text Example
White with #DEADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADD7; }
p { color: rgb(222,173,215); }
H1.HeaderClassName
{
color: #DEADD7;
}
.AnyTagClassName
{
color: #DEADD7;
}
</style>
background-color css
<style>
a { background-color: #DEADD7; }
a { background-color: rgb(222,173,215); }
div.DivClassName
{
background-color: #DEADD7;
}
.BgClassName
{
background-color: #DEADD7;
}
</style>
border-color css
<style>
span { border-color: #DEADD7; }
span { border-color: rgb(222,173,215); }
td.TdClassName
{
border-color: #DEADD7;
}
.TagClassName
{
border-color: #DEADD7;
}
</style>