Shades of French Lilac #DEBBD5
Tints of French Lilac #DEBBD5
RGB
CMYK
RGB Variations
Color information
#DEBBD5 (or 0xDEBBD5) is known color: French Lilac. HEX triplet: DE, BB and D5. RGB value is (222,187,213). Sum of RGB (Red+Green+Blue) = 222+187+213=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBD5 is #21442A. Grayscale: #C8C8C8. Windows color (decimal): -2180139 or 14007262. OLE color: 14007262.
HSL color Cylindrical-coordinate representation of color #DEBBD5: hue angle of 315.43º 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 #DEBBD5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 213 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.13 |
| HSL | 315.43º | 0.35% | 0.8% | - |
| HSV(B) | 315.43º | 0.16% | 0.87% | - |
| XYZ | 59.9 | 55.87 | 70.58 | - |
| YUV | 200.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 213 | 0 | 0.16 | 0.04 | 0.13 | 315.43 | 0.35 | 0.8 |
| Hex | DE | BB | D5 | 0 | 10 | 4 | D | 13B | 23 | 50 |
| Octal | 336 | 273 | 325 | 0 | 20 | 4 | 15 | 473 | 43 | 120 |
| Binary | 11011110 | 10111011 | 11010101 | 0 | 10000 | 100 | 1101 | 100111011 | 100011 | 1010000 |
Color Harmonies of #DEBBD5
Complementary color
Monochromatic Colors of #DEBBD5
Black with #DEBBD5
Text Example
Text Example
White with #DEBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBD5; }
p { color: rgb(222,187,213); }
H1.HeaderClassName
{
color: #DEBBD5;
}
.AnyTagClassName
{
color: #DEBBD5;
}
</style>
background-color css
<style>
a { background-color: #DEBBD5; }
a { background-color: rgb(222,187,213); }
div.DivClassName
{
background-color: #DEBBD5;
}
.BgClassName
{
background-color: #DEBBD5;
}
</style>
border-color css
<style>
span { border-color: #DEBBD5; }
span { border-color: rgb(222,187,213); }
td.TdClassName
{
border-color: #DEBBD5;
}
.TagClassName
{
border-color: #DEBBD5;
}
</style>