Shades of French Lilac #DEB4DB
Tints of French Lilac #DEB4DB
RGB
CMYK
RGB Variations
Color information
#DEB4DB (or 0xDEB4DB) is known color: French Lilac. HEX triplet: DE, B4 and DB. RGB value is (222,180,219). Sum of RGB (Red+Green+Blue) = 222+180+219=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB4DB is #214B24. Grayscale: #C4C4C4. Windows color (decimal): -2181925 or 14398686. OLE color: 14398686.
HSL color Cylindrical-coordinate representation of color #DEB4DB: hue angle of 304.29º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEB4DB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 219 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.13 |
| HSL | 304.29º | 0.39% | 0.79% | - |
| HSV(B) | 304.29º | 0.19% | 0.87% | - |
| XYZ | 59.23 | 53.29 | 74.18 | - |
| YUV | 197 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 219 | 0 | 0.19 | 0.01 | 0.13 | 304.29 | 0.39 | 0.79 |
| Hex | DE | B4 | DB | 0 | 13 | 1 | D | 130 | 27 | 4F |
| Octal | 336 | 264 | 333 | 0 | 23 | 1 | 15 | 460 | 47 | 117 |
| Binary | 11011110 | 10110100 | 11011011 | 0 | 10011 | 1 | 1101 | 100110000 | 100111 | 1001111 |
Color Harmonies of #DEB4DB
Complementary color
Monochromatic Colors of #DEB4DB
Black with #DEB4DB
Text Example
Text Example
White with #DEB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB4DB; }
p { color: rgb(222,180,219); }
H1.HeaderClassName
{
color: #DEB4DB;
}
.AnyTagClassName
{
color: #DEB4DB;
}
</style>
background-color css
<style>
a { background-color: #DEB4DB; }
a { background-color: rgb(222,180,219); }
div.DivClassName
{
background-color: #DEB4DB;
}
.BgClassName
{
background-color: #DEB4DB;
}
</style>
border-color css
<style>
span { border-color: #DEB4DB; }
span { border-color: rgb(222,180,219); }
td.TdClassName
{
border-color: #DEB4DB;
}
.TagClassName
{
border-color: #DEB4DB;
}
</style>