Shades of French Lilac #DEB6DA
Tints of French Lilac #DEB6DA
RGB
CMYK
RGB Variations
Color information
#DEB6DA (or 0xDEB6DA) is known color: French Lilac. HEX triplet: DE, B6 and DA. RGB value is (222,182,218). Sum of RGB (Red+Green+Blue) = 222+182+218=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB6DA is #214925. Grayscale: #C5C5C5. Windows color (decimal): -2181414 or 14333662. OLE color: 14333662.
HSL color Cylindrical-coordinate representation of color #DEB6DA: hue angle of 306º 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 #DEB6DA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 182 | 218 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.13 |
| HSL | 306º | 0.38% | 0.79% | - |
| HSV(B) | 306º | 0.18% | 0.87% | - |
| XYZ | 59.51 | 54.05 | 73.63 | - |
| YUV | 198.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 218 | 0 | 0.18 | 0.02 | 0.13 | 306 | 0.38 | 0.79 |
| Hex | DE | B6 | DA | 0 | 12 | 2 | D | 132 | 26 | 4F |
| Octal | 336 | 266 | 332 | 0 | 22 | 2 | 15 | 462 | 46 | 117 |
| Binary | 11011110 | 10110110 | 11011010 | 0 | 10010 | 10 | 1101 | 100110010 | 100110 | 1001111 |
Color Harmonies of #DEB6DA
Complementary color
Monochromatic Colors of #DEB6DA
Black with #DEB6DA
Text Example
Text Example
White with #DEB6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB6DA; }
p { color: rgb(222,182,218); }
H1.HeaderClassName
{
color: #DEB6DA;
}
.AnyTagClassName
{
color: #DEB6DA;
}
</style>
background-color css
<style>
a { background-color: #DEB6DA; }
a { background-color: rgb(222,182,218); }
div.DivClassName
{
background-color: #DEB6DA;
}
.BgClassName
{
background-color: #DEB6DA;
}
</style>
border-color css
<style>
span { border-color: #DEB6DA; }
span { border-color: rgb(222,182,218); }
td.TdClassName
{
border-color: #DEB6DA;
}
.TagClassName
{
border-color: #DEB6DA;
}
</style>