Shades of French Lilac #DEB0D7
Tints of French Lilac #DEB0D7
RGB
CMYK
RGB Variations
Color information
#DEB0D7 (or 0xDEB0D7) is known color: French Lilac. HEX triplet: DE, B0 and D7. RGB value is (222,176,215). Sum of RGB (Red+Green+Blue) = 222+176+215=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0D7 is #214F28. Grayscale: #C2C2C2. Windows color (decimal): -2182953 or 14135518. OLE color: 14135518.
HSL color Cylindrical-coordinate representation of color #DEB0D7: hue angle of 309.13º 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 #DEB0D7 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 215 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.13 |
| HSL | 309.13º | 0.41% | 0.78% | - |
| HSV(B) | 309.13º | 0.21% | 0.87% | - |
| XYZ | 57.92 | 51.49 | 71.18 | - |
| YUV | 194.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 215 | 0 | 0.21 | 0.03 | 0.13 | 309.13 | 0.41 | 0.78 |
| Hex | DE | B0 | D7 | 0 | 15 | 3 | D | 135 | 29 | 4E |
| Octal | 336 | 260 | 327 | 0 | 25 | 3 | 15 | 465 | 51 | 116 |
| Binary | 11011110 | 10110000 | 11010111 | 0 | 10101 | 11 | 1101 | 100110101 | 101001 | 1001110 |
Color Harmonies of #DEB0D7
Complementary color
Monochromatic Colors of #DEB0D7
Black with #DEB0D7
Text Example
Text Example
White with #DEB0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0D7; }
p { color: rgb(222,176,215); }
H1.HeaderClassName
{
color: #DEB0D7;
}
.AnyTagClassName
{
color: #DEB0D7;
}
</style>
background-color css
<style>
a { background-color: #DEB0D7; }
a { background-color: rgb(222,176,215); }
div.DivClassName
{
background-color: #DEB0D7;
}
.BgClassName
{
background-color: #DEB0D7;
}
</style>
border-color css
<style>
span { border-color: #DEB0D7; }
span { border-color: rgb(222,176,215); }
td.TdClassName
{
border-color: #DEB0D7;
}
.TagClassName
{
border-color: #DEB0D7;
}
</style>