Shades of French Lilac #DEBDD6
Tints of French Lilac #DEBDD6
RGB
CMYK
RGB Variations
Color information
#DEBDD6 (or 0xDEBDD6) is known color: French Lilac. HEX triplet: DE, BD and D6. RGB value is (222,189,214). Sum of RGB (Red+Green+Blue) = 222+189+214=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDD6 is #214229. Grayscale: #C9C9C9. Windows color (decimal): -2179626 or 14073310. OLE color: 14073310.
HSL color Cylindrical-coordinate representation of color #DEBDD6: hue angle of 314.55º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBDD6 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 214 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.13 |
| HSL | 314.55º | 0.33% | 0.81% | - |
| HSV(B) | 314.55º | 0.15% | 0.87% | - |
| XYZ | 60.46 | 56.78 | 71.39 | - |
| YUV | 201.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 214 | 0 | 0.15 | 0.04 | 0.13 | 314.55 | 0.33 | 0.81 |
| Hex | DE | BD | D6 | 0 | F | 4 | D | 13B | 21 | 51 |
| Octal | 336 | 275 | 326 | 0 | 17 | 4 | 15 | 473 | 41 | 121 |
| Binary | 11011110 | 10111101 | 11010110 | 0 | 1111 | 100 | 1101 | 100111011 | 100001 | 1010001 |
Color Harmonies of #DEBDD6
Complementary color
Monochromatic Colors of #DEBDD6
Black with #DEBDD6
Text Example
Text Example
White with #DEBDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDD6; }
p { color: rgb(222,189,214); }
H1.HeaderClassName
{
color: #DEBDD6;
}
.AnyTagClassName
{
color: #DEBDD6;
}
</style>
background-color css
<style>
a { background-color: #DEBDD6; }
a { background-color: rgb(222,189,214); }
div.DivClassName
{
background-color: #DEBDD6;
}
.BgClassName
{
background-color: #DEBDD6;
}
</style>
border-color css
<style>
span { border-color: #DEBDD6; }
span { border-color: rgb(222,189,214); }
td.TdClassName
{
border-color: #DEBDD6;
}
.TagClassName
{
border-color: #DEBDD6;
}
</style>