#EBBAE4

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

Shades of French Lilac #EBBAE4

Tints of French Lilac #EBBAE4

Color information

#EBBAE4 (or 0xEBBAE4) is unknown color: approx French Lilac. HEX triplet: EB, BA and E4. RGB value is (235,186,228). Sum of RGB (Red+Green+Blue) = 235+186+228=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAE4 is #14451B. Grayscale: #CDCDCD. Windows color (decimal): -1328412 or 14990059. OLE color: 14990059.

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

Color convert

RGB235186228-
CMYK00.210.030.08
HSL308.57º55.06%82.55%-
HSV(B)308.57º20.85%92.16%-
XYZ65.8258.3881.2-
YUV205.44140.73149.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 186 (73.05% from 255) = 28.66%
BLUE value IS 228 (89.45% from 255) = 35.13%
R=36.21%
G=28.66%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518622800.210.030.08308.5755.0682.55
HexEBBAE4015381353753
Octal35327234402531046567123
Binary1110101110111010111001000101011110001001101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAE4; }

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

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

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

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

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

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

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

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