#EBBAEE

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

Shades of French Lilac #EBBAEE

Tints of French Lilac #EBBAEE

Color information

#EBBAEE (or 0xEBBAEE) is unknown color: approx French Lilac. HEX triplet: EB, BA and EE. RGB value is (235,186,238). Sum of RGB (Red+Green+Blue) = 235+186+238=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBBAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAEE is #144511. Grayscale: #CECECE. Windows color (decimal): -1328402 or 15645419. OLE color: 15645419.

HSL color Cylindrical-coordinate representation of color #EBBAEE: hue angle of 296.54º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBBAEE is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235186238-
CMYK0.010.2200.07
HSL296.54º60.47%83.14%-
HSV(B)296.54º21.85%93.33%-
XYZ67.2558.9588.72-
YUV206.58145.73148.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 186 (73.05% from 255) = 28.22%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=35.66%
G=28.22%
B=36.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351862380.010.2200.07296.5460.4783.14
HexEBBAEE116071293c53
Octal3532723561260745174123
Binary11101011101110101110111011011001111001010011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAEE; }

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

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

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

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

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

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

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

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