Shades of French Lilac #E6BBDF
Tints of French Lilac #E6BBDF
RGB
CMYK
RGB Variations
Color information
#E6BBDF (or 0xE6BBDF) is known color: French Lilac. HEX triplet: E6, BB and DF. RGB value is (230,187,223). Sum of RGB (Red+Green+Blue) = 230+187+223=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBDF is #194420. Grayscale: #CBCBCB. Windows color (decimal): -1655841 or 14662630. OLE color: 14662630.
HSL color Cylindrical-coordinate representation of color #E6BBDF: hue angle of 309.77º degrees, saturation: 0.46, 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 #E6BBDF is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 223 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.10 |
| HSL | 309.77º | 0.46% | 0.82% | - |
| HSV(B) | 309.77º | 0.19% | 0.9% | - |
| XYZ | 63.72 | 57.69 | 77.59 | - |
| YUV | 203.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 223 | 0 | 0.19 | 0.03 | 0.10 | 309.77 | 0.46 | 0.82 |
| Hex | E6 | BB | DF | 0 | 13 | 3 | A | 136 | 2E | 52 |
| Octal | 346 | 273 | 337 | 0 | 23 | 3 | 12 | 466 | 56 | 122 |
| Binary | 11100110 | 10111011 | 11011111 | 0 | 10011 | 11 | 1010 | 100110110 | 101110 | 1010010 |
Color Harmonies of #E6BBDF
Complementary color
Monochromatic Colors of #E6BBDF
Black with #E6BBDF
Text Example
Text Example
White with #E6BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBDF; }
p { color: rgb(230,187,223); }
H1.HeaderClassName
{
color: #E6BBDF;
}
.AnyTagClassName
{
color: #E6BBDF;
}
</style>
background-color css
<style>
a { background-color: #E6BBDF; }
a { background-color: rgb(230,187,223); }
div.DivClassName
{
background-color: #E6BBDF;
}
.BgClassName
{
background-color: #E6BBDF;
}
</style>
border-color css
<style>
span { border-color: #E6BBDF; }
span { border-color: rgb(230,187,223); }
td.TdClassName
{
border-color: #E6BBDF;
}
.TagClassName
{
border-color: #E6BBDF;
}
</style>