Shades of French Lilac #DEBFDB
Tints of French Lilac #DEBFDB
RGB
CMYK
RGB Variations
Color information
#DEBFDB (or 0xDEBFDB) is known color: French Lilac. HEX triplet: DE, BF and DB. RGB value is (222,191,219). Sum of RGB (Red+Green+Blue) = 222+191+219=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFDB is #214024. Grayscale: #CBCBCB. Windows color (decimal): -2179109 or 14401502. OLE color: 14401502.
HSL color Cylindrical-coordinate representation of color #DEBFDB: hue angle of 305.81º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEBFDB is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 219 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.13 |
| HSL | 305.81º | 0.32% | 0.81% | - |
| HSV(B) | 305.81º | 0.14% | 0.87% | - |
| XYZ | 61.54 | 57.91 | 74.95 | - |
| YUV | 203.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 219 | 0 | 0.14 | 0.01 | 0.13 | 305.81 | 0.32 | 0.81 |
| Hex | DE | BF | DB | 0 | E | 1 | D | 132 | 20 | 51 |
| Octal | 336 | 277 | 333 | 0 | 16 | 1 | 15 | 462 | 40 | 121 |
| Binary | 11011110 | 10111111 | 11011011 | 0 | 1110 | 1 | 1101 | 100110010 | 100000 | 1010001 |
Color Harmonies of #DEBFDB
Complementary color
Monochromatic Colors of #DEBFDB
Black with #DEBFDB
Text Example
Text Example
White with #DEBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFDB; }
p { color: rgb(222,191,219); }
H1.HeaderClassName
{
color: #DEBFDB;
}
.AnyTagClassName
{
color: #DEBFDB;
}
</style>
background-color css
<style>
a { background-color: #DEBFDB; }
a { background-color: rgb(222,191,219); }
div.DivClassName
{
background-color: #DEBFDB;
}
.BgClassName
{
background-color: #DEBFDB;
}
</style>
border-color css
<style>
span { border-color: #DEBFDB; }
span { border-color: rgb(222,191,219); }
td.TdClassName
{
border-color: #DEBFDB;
}
.TagClassName
{
border-color: #DEBFDB;
}
</style>