Shades of French Lilac #DEB0DF
Tints of French Lilac #DEB0DF
RGB
CMYK
RGB Variations
Color information
#DEB0DF (or 0xDEB0DF) is known color: French Lilac. HEX triplet: DE, B0 and DF. RGB value is (222,176,223). Sum of RGB (Red+Green+Blue) = 222+176+223=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0DF is #214F20. Grayscale: #C2C2C2. Windows color (decimal): -2182945 or 14659806. OLE color: 14659806.
HSL color Cylindrical-coordinate representation of color #DEB0DF: hue angle of 298.72º degrees, saturation: 0.42, 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 #DEB0DF is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 223 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.13 |
| HSL | 298.72º | 0.42% | 0.78% | - |
| HSV(B) | 298.72º | 0.21% | 0.87% | - |
| XYZ | 58.97 | 51.91 | 76.72 | - |
| YUV | 195.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 223 | 0.00 | 0.21 | 0 | 0.13 | 298.72 | 0.42 | 0.78 |
| Hex | DE | B0 | DF | 0 | 15 | 0 | D | 12B | 2A | 4E |
| Octal | 336 | 260 | 337 | 0 | 25 | 0 | 15 | 453 | 52 | 116 |
| Binary | 11011110 | 10110000 | 11011111 | 0 | 10101 | 0 | 1101 | 100101011 | 101010 | 1001110 |
Color Harmonies of #DEB0DF
Complementary color
Monochromatic Colors of #DEB0DF
Black with #DEB0DF
Text Example
Text Example
White with #DEB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0DF; }
p { color: rgb(222,176,223); }
H1.HeaderClassName
{
color: #DEB0DF;
}
.AnyTagClassName
{
color: #DEB0DF;
}
</style>
background-color css
<style>
a { background-color: #DEB0DF; }
a { background-color: rgb(222,176,223); }
div.DivClassName
{
background-color: #DEB0DF;
}
.BgClassName
{
background-color: #DEB0DF;
}
</style>
border-color css
<style>
span { border-color: #DEB0DF; }
span { border-color: rgb(222,176,223); }
td.TdClassName
{
border-color: #DEB0DF;
}
.TagClassName
{
border-color: #DEB0DF;
}
</style>