Shades of French Lilac #DEADCE
Tints of French Lilac #DEADCE
RGB
CMYK
RGB Variations
Color information
#DEADCE (or 0xDEADCE) is known color: French Lilac. HEX triplet: DE, AD and CE. RGB value is (222,173,206). Sum of RGB (Red+Green+Blue) = 222+173+206=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADCE is #215231. Grayscale: #BFBFBF. Windows color (decimal): -2183730 or 13544926. OLE color: 13544926.
HSL color Cylindrical-coordinate representation of color #DEADCE: hue angle of 319.59º 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 #DEADCE is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 206 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.13 |
| HSL | 319.59º | 0.43% | 0.77% | - |
| HSV(B) | 319.59º | 0.22% | 0.87% | - |
| XYZ | 56.21 | 49.87 | 65.06 | - |
| YUV | 191.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 206 | 0 | 0.22 | 0.07 | 0.13 | 319.59 | 0.43 | 0.77 |
| Hex | DE | AD | CE | 0 | 16 | 7 | D | 140 | 2B | 4D |
| Octal | 336 | 255 | 316 | 0 | 26 | 7 | 15 | 500 | 53 | 115 |
| Binary | 11011110 | 10101101 | 11001110 | 0 | 10110 | 111 | 1101 | 101000000 | 101011 | 1001101 |
Color Harmonies of #DEADCE
Complementary color
Monochromatic Colors of #DEADCE
Black with #DEADCE
Text Example
Text Example
White with #DEADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADCE; }
p { color: rgb(222,173,206); }
H1.HeaderClassName
{
color: #DEADCE;
}
.AnyTagClassName
{
color: #DEADCE;
}
</style>
background-color css
<style>
a { background-color: #DEADCE; }
a { background-color: rgb(222,173,206); }
div.DivClassName
{
background-color: #DEADCE;
}
.BgClassName
{
background-color: #DEADCE;
}
</style>
border-color css
<style>
span { border-color: #DEADCE; }
span { border-color: rgb(222,173,206); }
td.TdClassName
{
border-color: #DEADCE;
}
.TagClassName
{
border-color: #DEADCE;
}
</style>