Shades of French Lilac #DEBADC
Tints of French Lilac #DEBADC
RGB
CMYK
RGB Variations
Color information
#DEBADC (or 0xDEBADC) is known color: French Lilac. HEX triplet: DE, BA and DC. RGB value is (222,186,220). Sum of RGB (Red+Green+Blue) = 222+186+220=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBADC is #214523. Grayscale: #C8C8C8. Windows color (decimal): -2180388 or 14465758. OLE color: 14465758.
HSL color Cylindrical-coordinate representation of color #DEBADC: hue angle of 303.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBADC is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 220 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.13 |
| HSL | 303.33º | 0.35% | 0.8% | - |
| HSV(B) | 303.33º | 0.16% | 0.87% | - |
| XYZ | 60.6 | 55.81 | 75.29 | - |
| YUV | 200.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 220 | 0 | 0.16 | 0.01 | 0.13 | 303.33 | 0.35 | 0.8 |
| Hex | DE | BA | DC | 0 | 10 | 1 | D | 12F | 23 | 50 |
| Octal | 336 | 272 | 334 | 0 | 20 | 1 | 15 | 457 | 43 | 120 |
| Binary | 11011110 | 10111010 | 11011100 | 0 | 10000 | 1 | 1101 | 100101111 | 100011 | 1010000 |
Color Harmonies of #DEBADC
Complementary color
Monochromatic Colors of #DEBADC
Black with #DEBADC
Text Example
Text Example
White with #DEBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBADC; }
p { color: rgb(222,186,220); }
H1.HeaderClassName
{
color: #DEBADC;
}
.AnyTagClassName
{
color: #DEBADC;
}
</style>
background-color css
<style>
a { background-color: #DEBADC; }
a { background-color: rgb(222,186,220); }
div.DivClassName
{
background-color: #DEBADC;
}
.BgClassName
{
background-color: #DEBADC;
}
</style>
border-color css
<style>
span { border-color: #DEBADC; }
span { border-color: rgb(222,186,220); }
td.TdClassName
{
border-color: #DEBADC;
}
.TagClassName
{
border-color: #DEBADC;
}
</style>