Shades of French Lilac #DEB0DD
Tints of French Lilac #DEB0DD
RGB
CMYK
RGB Variations
Color information
#DEB0DD (or 0xDEB0DD) is known color: French Lilac. HEX triplet: DE, B0 and DD. RGB value is (222,176,221). Sum of RGB (Red+Green+Blue) = 222+176+221=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0DD is #214F22. Grayscale: #C2C2C2. Windows color (decimal): -2182947 or 14528734. OLE color: 14528734.
HSL color Cylindrical-coordinate representation of color #DEB0DD: hue angle of 301.3º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEB0DD is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 221 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.13 |
| HSL | 301.3º | 0.41% | 0.78% | - |
| HSV(B) | 301.3º | 0.21% | 0.87% | - |
| XYZ | 58.7 | 51.8 | 75.31 | - |
| YUV | 194.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 221 | 0 | 0.21 | 0.00 | 0.13 | 301.3 | 0.41 | 0.78 |
| Hex | DE | B0 | DD | 0 | 15 | 0 | D | 12D | 29 | 4E |
| Octal | 336 | 260 | 335 | 0 | 25 | 0 | 15 | 455 | 51 | 116 |
| Binary | 11011110 | 10110000 | 11011101 | 0 | 10101 | 0 | 1101 | 100101101 | 101001 | 1001110 |
Color Harmonies of #DEB0DD
Complementary color
Monochromatic Colors of #DEB0DD
Black with #DEB0DD
Text Example
Text Example
White with #DEB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0DD; }
p { color: rgb(222,176,221); }
H1.HeaderClassName
{
color: #DEB0DD;
}
.AnyTagClassName
{
color: #DEB0DD;
}
</style>
background-color css
<style>
a { background-color: #DEB0DD; }
a { background-color: rgb(222,176,221); }
div.DivClassName
{
background-color: #DEB0DD;
}
.BgClassName
{
background-color: #DEB0DD;
}
</style>
border-color css
<style>
span { border-color: #DEB0DD; }
span { border-color: rgb(222,176,221); }
td.TdClassName
{
border-color: #DEB0DD;
}
.TagClassName
{
border-color: #DEB0DD;
}
</style>