#EBBAE1

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

Shades of French Lilac #EBBAE1

Tints of French Lilac #EBBAE1

Color information

#EBBAE1 (or 0xEBBAE1) is unknown color: approx French Lilac. HEX triplet: EB, BA and E1. RGB value is (235,186,225). Sum of RGB (Red+Green+Blue) = 235+186+225=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAE1 is #14451E. Grayscale: #CCCCCC. Windows color (decimal): -1328415 or 14793451. OLE color: 14793451.

HSL color Cylindrical-coordinate representation of color #EBBAE1: hue angle of 312.24º 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 #EBBAE1 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235186225-
CMYK00.210.040.08
HSL312.24º55.06%82.55%-
HSV(B)312.24º20.85%92.16%-
XYZ65.4158.2279.02-
YUV205.1139.23149.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 186 (73.05% from 255) = 28.79%
BLUE value IS 225 (88.28% from 255) = 34.83%
R=36.38%
G=28.79%
B=34.83%

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
Decimal23518622500.210.040.08312.2455.0682.55
HexEBBAE1015481383753
Octal35327234102541047067123
Binary11101011101110101110000101010110010001001110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAE1; }

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

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

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

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

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

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

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

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