Shades of French Lilac #E6BADD
Tints of French Lilac #E6BADD
RGB
CMYK
RGB Variations
Color information
#E6BADD (or 0xE6BADD) is known color: French Lilac. HEX triplet: E6, BA and DD. RGB value is (230,186,221). Sum of RGB (Red+Green+Blue) = 230+186+221=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BADD is #194522. Grayscale: #CBCBCB. Windows color (decimal): -1656099 or 14531302. OLE color: 14531302.
HSL color Cylindrical-coordinate representation of color #E6BADD: hue angle of 312.27º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BADD is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 221 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.10 |
| HSL | 312.27º | 0.47% | 0.82% | - |
| HSV(B) | 312.27º | 0.19% | 0.9% | - |
| XYZ | 63.24 | 57.16 | 76.11 | - |
| YUV | 203.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 221 | 0 | 0.19 | 0.04 | 0.10 | 312.27 | 0.47 | 0.82 |
| Hex | E6 | BA | DD | 0 | 13 | 4 | A | 138 | 2F | 52 |
| Octal | 346 | 272 | 335 | 0 | 23 | 4 | 12 | 470 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11011101 | 0 | 10011 | 100 | 1010 | 100111000 | 101111 | 1010010 |
Color Harmonies of #E6BADD
Complementary color
Monochromatic Colors of #E6BADD
Black with #E6BADD
Text Example
Text Example
White with #E6BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BADD; }
p { color: rgb(230,186,221); }
H1.HeaderClassName
{
color: #E6BADD;
}
.AnyTagClassName
{
color: #E6BADD;
}
</style>
background-color css
<style>
a { background-color: #E6BADD; }
a { background-color: rgb(230,186,221); }
div.DivClassName
{
background-color: #E6BADD;
}
.BgClassName
{
background-color: #E6BADD;
}
</style>
border-color css
<style>
span { border-color: #E6BADD; }
span { border-color: rgb(230,186,221); }
td.TdClassName
{
border-color: #E6BADD;
}
.TagClassName
{
border-color: #E6BADD;
}
</style>