Shades of French Lilac #DEBBDC
Tints of French Lilac #DEBBDC
RGB
CMYK
RGB Variations
Color information
#DEBBDC (or 0xDEBBDC) is known color: French Lilac. HEX triplet: DE, BB and DC. RGB value is (222,187,220). Sum of RGB (Red+Green+Blue) = 222+187+220=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBDC is #214423. Grayscale: #C9C9C9. Windows color (decimal): -2180132 or 14466014. OLE color: 14466014.
HSL color Cylindrical-coordinate representation of color #DEBBDC: hue angle of 303.43º 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 #DEBBDC is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 220 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.13 |
| HSL | 303.43º | 0.35% | 0.8% | - |
| HSV(B) | 303.43º | 0.16% | 0.87% | - |
| XYZ | 60.81 | 56.24 | 75.36 | - |
| YUV | 201.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 220 | 0 | 0.16 | 0.01 | 0.13 | 303.43 | 0.35 | 0.8 |
| Hex | DE | BB | DC | 0 | 10 | 1 | D | 12F | 23 | 50 |
| Octal | 336 | 273 | 334 | 0 | 20 | 1 | 15 | 457 | 43 | 120 |
| Binary | 11011110 | 10111011 | 11011100 | 0 | 10000 | 1 | 1101 | 100101111 | 100011 | 1010000 |
Color Harmonies of #DEBBDC
Complementary color
Monochromatic Colors of #DEBBDC
Black with #DEBBDC
Text Example
Text Example
White with #DEBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBDC; }
p { color: rgb(222,187,220); }
H1.HeaderClassName
{
color: #DEBBDC;
}
.AnyTagClassName
{
color: #DEBBDC;
}
</style>
background-color css
<style>
a { background-color: #DEBBDC; }
a { background-color: rgb(222,187,220); }
div.DivClassName
{
background-color: #DEBBDC;
}
.BgClassName
{
background-color: #DEBBDC;
}
</style>
border-color css
<style>
span { border-color: #DEBBDC; }
span { border-color: rgb(222,187,220); }
td.TdClassName
{
border-color: #DEBBDC;
}
.TagClassName
{
border-color: #DEBBDC;
}
</style>