#EBBAE2

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

Shades of French Lilac #EBBAE2

Tints of French Lilac #EBBAE2

Color information

#EBBAE2 (or 0xEBBAE2) is unknown color: approx French Lilac. HEX triplet: EB, BA and E2. RGB value is (235,186,226). Sum of RGB (Red+Green+Blue) = 235+186+226=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAE2 is #14451D. Grayscale: #CDCDCD. Windows color (decimal): -1328414 or 14858987. OLE color: 14858987.

HSL color Cylindrical-coordinate representation of color #EBBAE2: hue angle of 311.02º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBAE2 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235186226-
CMYK00.210.040.08
HSL311.02º55.06%82.55%-
HSV(B)311.02º20.85%92.16%-
XYZ65.5558.2779.74-
YUV205.21139.73149.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 186 (73.05% from 255) = 28.75%
BLUE value IS 226 (88.67% from 255) = 34.93%
R=36.32%
G=28.75%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518622600.210.040.08311.0255.0682.55
HexEBBAE2015481373753
Octal35327234202541046767123
Binary11101011101110101110001001010110010001001101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAE2; }

 p { color: rgb(235,186,226); }

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

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

 a { background-color: rgb(235,186,226); }

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

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

 span { border-color: rgb(235,186,226); }

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