Shades of French Lilac #DEB1DC
Tints of French Lilac #DEB1DC
RGB
CMYK
RGB Variations
Color information
#DEB1DC (or 0xDEB1DC) is known color: French Lilac. HEX triplet: DE, B1 and DC. RGB value is (222,177,220). Sum of RGB (Red+Green+Blue) = 222+177+220=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1DC is #214E23. Grayscale: #C3C3C3. Windows color (decimal): -2182692 or 14463454. OLE color: 14463454.
HSL color Cylindrical-coordinate representation of color #DEB1DC: hue angle of 302.67º 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 #DEB1DC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 220 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.13 |
| HSL | 302.67º | 0.41% | 0.78% | - |
| HSV(B) | 302.67º | 0.2% | 0.87% | - |
| XYZ | 58.76 | 52.14 | 74.68 | - |
| YUV | 195.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 220 | 0 | 0.20 | 0.01 | 0.13 | 302.67 | 0.41 | 0.78 |
| Hex | DE | B1 | DC | 0 | 14 | 1 | D | 12F | 29 | 4E |
| Octal | 336 | 261 | 334 | 0 | 24 | 1 | 15 | 457 | 51 | 116 |
| Binary | 11011110 | 10110001 | 11011100 | 0 | 10100 | 1 | 1101 | 100101111 | 101001 | 1001110 |
Color Harmonies of #DEB1DC
Complementary color
Monochromatic Colors of #DEB1DC
Black with #DEB1DC
Text Example
Text Example
White with #DEB1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB1DC; }
p { color: rgb(222,177,220); }
H1.HeaderClassName
{
color: #DEB1DC;
}
.AnyTagClassName
{
color: #DEB1DC;
}
</style>
background-color css
<style>
a { background-color: #DEB1DC; }
a { background-color: rgb(222,177,220); }
div.DivClassName
{
background-color: #DEB1DC;
}
.BgClassName
{
background-color: #DEB1DC;
}
</style>
border-color css
<style>
span { border-color: #DEB1DC; }
span { border-color: rgb(222,177,220); }
td.TdClassName
{
border-color: #DEB1DC;
}
.TagClassName
{
border-color: #DEB1DC;
}
</style>