Shades of French Lilac #DEB1D1
Tints of French Lilac #DEB1D1
RGB
CMYK
RGB Variations
Color information
#DEB1D1 (or 0xDEB1D1) is known color: French Lilac. HEX triplet: DE, B1 and D1. RGB value is (222,177,209). Sum of RGB (Red+Green+Blue) = 222+177+209=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1D1 is #214E2E. Grayscale: #C2C2C2. Windows color (decimal): -2182703 or 13742558. OLE color: 13742558.
HSL color Cylindrical-coordinate representation of color #DEB1D1: hue angle of 317.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB1D1 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 209 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.13 |
| HSL | 317.33º | 0.41% | 0.78% | - |
| HSV(B) | 317.33º | 0.2% | 0.87% | - |
| XYZ | 57.35 | 51.58 | 67.25 | - |
| YUV | 194.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 209 | 0 | 0.20 | 0.06 | 0.13 | 317.33 | 0.41 | 0.78 |
| Hex | DE | B1 | D1 | 0 | 14 | 6 | D | 13D | 29 | 4E |
| Octal | 336 | 261 | 321 | 0 | 24 | 6 | 15 | 475 | 51 | 116 |
| Binary | 11011110 | 10110001 | 11010001 | 0 | 10100 | 110 | 1101 | 100111101 | 101001 | 1001110 |
Color Harmonies of #DEB1D1
Complementary color
Monochromatic Colors of #DEB1D1
Black with #DEB1D1
Text Example
Text Example
White with #DEB1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1D1; }
p { color: rgb(222,177,209); }
H1.HeaderClassName
{
color: #DEB1D1;
}
.AnyTagClassName
{
color: #DEB1D1;
}
</style>
background-color css
<style>
a { background-color: #DEB1D1; }
a { background-color: rgb(222,177,209); }
div.DivClassName
{
background-color: #DEB1D1;
}
.BgClassName
{
background-color: #DEB1D1;
}
</style>
border-color css
<style>
span { border-color: #DEB1D1; }
span { border-color: rgb(222,177,209); }
td.TdClassName
{
border-color: #DEB1D1;
}
.TagClassName
{
border-color: #DEB1D1;
}
</style>