Shades of French Lilac #DEBBDA
Tints of French Lilac #DEBBDA
RGB
CMYK
RGB Variations
Color information
#DEBBDA (or 0xDEBBDA) is known color: French Lilac. HEX triplet: DE, BB and DA. RGB value is (222,187,218). Sum of RGB (Red+Green+Blue) = 222+187+218=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBDA is #214425. Grayscale: #C8C8C8. Windows color (decimal): -2180134 or 14334942. OLE color: 14334942.
HSL color Cylindrical-coordinate representation of color #DEBBDA: hue angle of 306.86º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBBDA is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 218 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.13 |
| HSL | 306.86º | 0.35% | 0.8% | - |
| HSV(B) | 306.86º | 0.16% | 0.87% | - |
| XYZ | 60.55 | 56.13 | 73.97 | - |
| YUV | 201 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 218 | 0 | 0.16 | 0.02 | 0.13 | 306.86 | 0.35 | 0.8 |
| Hex | DE | BB | DA | 0 | 10 | 2 | D | 133 | 23 | 50 |
| Octal | 336 | 273 | 332 | 0 | 20 | 2 | 15 | 463 | 43 | 120 |
| Binary | 11011110 | 10111011 | 11011010 | 0 | 10000 | 10 | 1101 | 100110011 | 100011 | 1010000 |
Color Harmonies of #DEBBDA
Complementary color
Monochromatic Colors of #DEBBDA
Black with #DEBBDA
Text Example
Text Example
White with #DEBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBDA; }
p { color: rgb(222,187,218); }
H1.HeaderClassName
{
color: #DEBBDA;
}
.AnyTagClassName
{
color: #DEBBDA;
}
</style>
background-color css
<style>
a { background-color: #DEBBDA; }
a { background-color: rgb(222,187,218); }
div.DivClassName
{
background-color: #DEBBDA;
}
.BgClassName
{
background-color: #DEBBDA;
}
</style>
border-color css
<style>
span { border-color: #DEBBDA; }
span { border-color: rgb(222,187,218); }
td.TdClassName
{
border-color: #DEBBDA;
}
.TagClassName
{
border-color: #DEBBDA;
}
</style>