Shades of French Lilac #DEBEDB
Tints of French Lilac #DEBEDB
RGB
CMYK
RGB Variations
Color information
#DEBEDB (or 0xDEBEDB) is known color: French Lilac. HEX triplet: DE, BE and DB. RGB value is (222,190,219). Sum of RGB (Red+Green+Blue) = 222+190+219=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEDB is #214124. Grayscale: #CACACA. Windows color (decimal): -2179365 or 14401246. OLE color: 14401246.
HSL color Cylindrical-coordinate representation of color #DEBEDB: hue angle of 305.62º degrees, saturation: 0.33, 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 #DEBEDB is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 219 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.13 |
| HSL | 305.63º | 0.33% | 0.81% | - |
| HSV(B) | 305.63º | 0.14% | 0.87% | - |
| XYZ | 61.32 | 57.47 | 74.88 | - |
| YUV | 202.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 219 | 0 | 0.14 | 0.01 | 0.13 | 305.63 | 0.33 | 0.81 |
| Hex | DE | BE | DB | 0 | E | 1 | D | 132 | 21 | 51 |
| Octal | 336 | 276 | 333 | 0 | 16 | 1 | 15 | 462 | 41 | 121 |
| Binary | 11011110 | 10111110 | 11011011 | 0 | 1110 | 1 | 1101 | 100110010 | 100001 | 1010001 |
Color Harmonies of #DEBEDB
Complementary color
Monochromatic Colors of #DEBEDB
Black with #DEBEDB
Text Example
Text Example
White with #DEBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEDB; }
p { color: rgb(222,190,219); }
H1.HeaderClassName
{
color: #DEBEDB;
}
.AnyTagClassName
{
color: #DEBEDB;
}
</style>
background-color css
<style>
a { background-color: #DEBEDB; }
a { background-color: rgb(222,190,219); }
div.DivClassName
{
background-color: #DEBEDB;
}
.BgClassName
{
background-color: #DEBEDB;
}
</style>
border-color css
<style>
span { border-color: #DEBEDB; }
span { border-color: rgb(222,190,219); }
td.TdClassName
{
border-color: #DEBEDB;
}
.TagClassName
{
border-color: #DEBEDB;
}
</style>