Shades of French Lilac #E2BFDF
Tints of French Lilac #E2BFDF
RGB
CMYK
RGB Variations
Color information
#E2BFDF (or 0xE2BFDF) is known color: French Lilac. HEX triplet: E2, BF and DF. RGB value is (226,191,223). Sum of RGB (Red+Green+Blue) = 226+191+223=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFDF is #1D4020. Grayscale: #CDCDCD. Windows color (decimal): -1916961 or 14663650. OLE color: 14663650.
HSL color Cylindrical-coordinate representation of color #E2BFDF: hue angle of 305.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2BFDF is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 223 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.11 |
| HSL | 305.14º | 0.38% | 0.82% | - |
| HSV(B) | 305.14º | 0.15% | 0.89% | - |
| XYZ | 63.31 | 58.76 | 77.82 | - |
| YUV | 205.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 223 | 0 | 0.15 | 0.01 | 0.11 | 305.14 | 0.38 | 0.82 |
| Hex | E2 | BF | DF | 0 | F | 1 | B | 131 | 26 | 52 |
| Octal | 342 | 277 | 337 | 0 | 17 | 1 | 13 | 461 | 46 | 122 |
| Binary | 11100010 | 10111111 | 11011111 | 0 | 1111 | 1 | 1011 | 100110001 | 100110 | 1010010 |
Color Harmonies of #E2BFDF
Complementary color
Monochromatic Colors of #E2BFDF
Black with #E2BFDF
Text Example
Text Example
White with #E2BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFDF; }
p { color: rgb(226,191,223); }
H1.HeaderClassName
{
color: #E2BFDF;
}
.AnyTagClassName
{
color: #E2BFDF;
}
</style>
background-color css
<style>
a { background-color: #E2BFDF; }
a { background-color: rgb(226,191,223); }
div.DivClassName
{
background-color: #E2BFDF;
}
.BgClassName
{
background-color: #E2BFDF;
}
</style>
border-color css
<style>
span { border-color: #E2BFDF; }
span { border-color: rgb(226,191,223); }
td.TdClassName
{
border-color: #E2BFDF;
}
.TagClassName
{
border-color: #E2BFDF;
}
</style>