#EBBAEA

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

Shades of French Lilac #EBBAEA

Tints of French Lilac #EBBAEA

Color information

#EBBAEA (or 0xEBBAEA) is unknown color: approx French Lilac. HEX triplet: EB, BA and EA. RGB value is (235,186,234). Sum of RGB (Red+Green+Blue) = 235+186+234=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAEA is #144515. Grayscale: #CDCDCD. Windows color (decimal): -1328406 or 15383275. OLE color: 15383275.

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

Color convert

RGB235186234-
CMYK00.210.000.08
HSL301.22º55.06%82.55%-
HSV(B)301.22º20.85%92.16%-
XYZ66.6758.7285.66-
YUV206.12143.73148.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 186 (73.05% from 255) = 28.40%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=35.88%
G=28.40%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518623400.210.000.08301.2255.0682.55
HexEBBAEA0150812d3753
Octal35327235202501045567123
Binary111010111011101011101010010101010001001011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAEA; }

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

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

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

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

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

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

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

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