#EBBFEA

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

Shades of French Lilac #EBBFEA

Tints of French Lilac #EBBFEA

Color information

#EBBFEA (or 0xEBBFEA) is unknown color: approx French Lilac. HEX triplet: EB, BF and EA. RGB value is (235,191,234). Sum of RGB (Red+Green+Blue) = 235+191+234=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFEA is #144015. Grayscale: #D0D0D0. Windows color (decimal): -1327126 or 15384555. OLE color: 15384555.

HSL color Cylindrical-coordinate representation of color #EBBFEA: hue angle of 301.36º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFEA is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235191234-
CMYK00.190.000.08
HSL301.36º52.38%83.53%-
HSV(B)301.36º18.72%92.16%-
XYZ67.7460.8686.02-
YUV209.06142.08146.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 191 (75% from 255) = 28.94%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=35.61%
G=28.94%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519123400.190.000.08301.3652.3883.53
HexEBBFEA0130812d3454
Octal35327735202301045564124
Binary111010111011111111101010010011010001001011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFEA; }

 p { color: rgb(235,191,234); }

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

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

 a { background-color: rgb(235,191,234); }

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

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

 span { border-color: rgb(235,191,234); }

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