Shades of French Lilac #DEB6D1
Tints of French Lilac #DEB6D1
RGB
CMYK
RGB Variations
Color information
#DEB6D1 (or 0xDEB6D1) is known color: French Lilac. HEX triplet: DE, B6 and D1. RGB value is (222,182,209). Sum of RGB (Red+Green+Blue) = 222+182+209=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB6D1 is #21492E. Grayscale: #C4C4C4. Windows color (decimal): -2181423 or 13743838. OLE color: 13743838.
HSL color Cylindrical-coordinate representation of color #DEB6D1: hue angle of 319.5º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEB6D1 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 182 | 209 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.13 |
| HSL | 319.5º | 0.38% | 0.79% | - |
| HSV(B) | 319.5º | 0.18% | 0.87% | - |
| XYZ | 58.36 | 53.59 | 67.59 | - |
| YUV | 197.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 209 | 0 | 0.18 | 0.06 | 0.13 | 319.5 | 0.38 | 0.79 |
| Hex | DE | B6 | D1 | 0 | 12 | 6 | D | 140 | 26 | 4F |
| Octal | 336 | 266 | 321 | 0 | 22 | 6 | 15 | 500 | 46 | 117 |
| Binary | 11011110 | 10110110 | 11010001 | 0 | 10010 | 110 | 1101 | 101000000 | 100110 | 1001111 |
Color Harmonies of #DEB6D1
Complementary color
Monochromatic Colors of #DEB6D1
Black with #DEB6D1
Text Example
Text Example
White with #DEB6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB6D1; }
p { color: rgb(222,182,209); }
H1.HeaderClassName
{
color: #DEB6D1;
}
.AnyTagClassName
{
color: #DEB6D1;
}
</style>
background-color css
<style>
a { background-color: #DEB6D1; }
a { background-color: rgb(222,182,209); }
div.DivClassName
{
background-color: #DEB6D1;
}
.BgClassName
{
background-color: #DEB6D1;
}
</style>
border-color css
<style>
span { border-color: #DEB6D1; }
span { border-color: rgb(222,182,209); }
td.TdClassName
{
border-color: #DEB6D1;
}
.TagClassName
{
border-color: #DEB6D1;
}
</style>