#E7BFE2

Color #E7BFE2 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #E7BFE2

Tints of French Lilac #E7BFE2

Color information

#E7BFE2 (or 0xE7BFE2) is unknown color: approx French Lilac. HEX triplet: E7, BF and E2. RGB value is (231,191,226). Sum of RGB (Red+Green+Blue) = 231+191+226=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFE2 is #18401D. Grayscale: #CECECE. Windows color (decimal): -1589278 or 14860263. OLE color: 14860263.

HSL color Cylindrical-coordinate representation of color #E7BFE2: hue angle of 307.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7BFE2 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB231191226-
CMYK00.170.020.09
HSL307.5º45.45%82.75%-
HSV(B)307.5º17.32%90.59%-
XYZ65.3159.7480.04-
YUV206.95138.75145.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 35.65%
GREEN value IS 191 (75% from 255) = 29.48%
BLUE value IS 226 (88.67% from 255) = 34.88%
R=35.65%
G=29.48%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119122600.170.020.09307.545.4582.75
HexE7BFE2011291342d53
Octal34727734202121146455123
Binary1110011110111111111000100100011010011001101001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFE2; }

 p { color: rgb(231,191,226); }

 H1.HeaderClassName
 {
   color: #E7BFE2;
 }
 .AnyTagClassName
 {
   color: #E7BFE2;
 }
</style>
background-color css

<style>
 a { background-color: #E7BFE2; }

 a { background-color: rgb(231,191,226); }

 div.DivClassName
 {
   background-color: #E7BFE2;
 }
 .BgClassName
 {
   background-color: #E7BFE2;
 }
</style>
border-color css

<style>
 span { border-color: #E7BFE2; }

 span { border-color: rgb(231,191,226); }

 td.TdClassName
 {
   border-color: #E7BFE2;
 }
 .TagClassName
 {
   border-color: #E7BFE2;
 }
</style>