Shades of French Lilac #DEBBD3
Tints of French Lilac #DEBBD3
RGB
CMYK
RGB Variations
Color information
#DEBBD3 (or 0xDEBBD3) is known color: French Lilac. HEX triplet: DE, BB and D3. RGB value is (222,187,211). Sum of RGB (Red+Green+Blue) = 222+187+211=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBD3 is #21442C. Grayscale: #C8C8C8. Windows color (decimal): -2180141 or 13876190. OLE color: 13876190.
HSL color Cylindrical-coordinate representation of color #DEBBD3: hue angle of 318.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 #DEBBD3 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 211 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.13 |
| HSL | 318.86º | 0.35% | 0.8% | - |
| HSV(B) | 318.86º | 0.16% | 0.87% | - |
| XYZ | 59.65 | 55.77 | 69.25 | - |
| YUV | 200.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 211 | 0 | 0.16 | 0.05 | 0.13 | 318.86 | 0.35 | 0.8 |
| Hex | DE | BB | D3 | 0 | 10 | 5 | D | 13F | 23 | 50 |
| Octal | 336 | 273 | 323 | 0 | 20 | 5 | 15 | 477 | 43 | 120 |
| Binary | 11011110 | 10111011 | 11010011 | 0 | 10000 | 101 | 1101 | 100111111 | 100011 | 1010000 |
Color Harmonies of #DEBBD3
Complementary color
Monochromatic Colors of #DEBBD3
Black with #DEBBD3
Text Example
Text Example
White with #DEBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBD3; }
p { color: rgb(222,187,211); }
H1.HeaderClassName
{
color: #DEBBD3;
}
.AnyTagClassName
{
color: #DEBBD3;
}
</style>
background-color css
<style>
a { background-color: #DEBBD3; }
a { background-color: rgb(222,187,211); }
div.DivClassName
{
background-color: #DEBBD3;
}
.BgClassName
{
background-color: #DEBBD3;
}
</style>
border-color css
<style>
span { border-color: #DEBBD3; }
span { border-color: rgb(222,187,211); }
td.TdClassName
{
border-color: #DEBBD3;
}
.TagClassName
{
border-color: #DEBBD3;
}
</style>