Shades of French Lilac #DEB0D8
Tints of French Lilac #DEB0D8
RGB
CMYK
RGB Variations
Color information
#DEB0D8 (or 0xDEB0D8) is known color: French Lilac. HEX triplet: DE, B0 and D8. RGB value is (222,176,216). Sum of RGB (Red+Green+Blue) = 222+176+216=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0D8 is #214F27. Grayscale: #C2C2C2. Windows color (decimal): -2182952 or 14201054. OLE color: 14201054.
HSL color Cylindrical-coordinate representation of color #DEB0D8: hue angle of 307.83º 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 #DEB0D8 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 216 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.13 |
| HSL | 307.83º | 0.41% | 0.78% | - |
| HSV(B) | 307.83º | 0.21% | 0.87% | - |
| XYZ | 58.04 | 51.54 | 71.85 | - |
| YUV | 194.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 216 | 0 | 0.21 | 0.03 | 0.13 | 307.83 | 0.41 | 0.78 |
| Hex | DE | B0 | D8 | 0 | 15 | 3 | D | 134 | 29 | 4E |
| Octal | 336 | 260 | 330 | 0 | 25 | 3 | 15 | 464 | 51 | 116 |
| Binary | 11011110 | 10110000 | 11011000 | 0 | 10101 | 11 | 1101 | 100110100 | 101001 | 1001110 |
Color Harmonies of #DEB0D8
Complementary color
Monochromatic Colors of #DEB0D8
Black with #DEB0D8
Text Example
Text Example
White with #DEB0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0D8; }
p { color: rgb(222,176,216); }
H1.HeaderClassName
{
color: #DEB0D8;
}
.AnyTagClassName
{
color: #DEB0D8;
}
</style>
background-color css
<style>
a { background-color: #DEB0D8; }
a { background-color: rgb(222,176,216); }
div.DivClassName
{
background-color: #DEB0D8;
}
.BgClassName
{
background-color: #DEB0D8;
}
</style>
border-color css
<style>
span { border-color: #DEB0D8; }
span { border-color: rgb(222,176,216); }
td.TdClassName
{
border-color: #DEB0D8;
}
.TagClassName
{
border-color: #DEB0D8;
}
</style>