#EBBAE7

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

Shades of French Lilac #EBBAE7

Tints of French Lilac #EBBAE7

Color information

#EBBAE7 (or 0xEBBAE7) is unknown color: approx French Lilac. HEX triplet: EB, BA and E7. RGB value is (235,186,231). Sum of RGB (Red+Green+Blue) = 235+186+231=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAE7 is #144518. Grayscale: #CDCDCD. Windows color (decimal): -1328409 or 15186667. OLE color: 15186667.

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

Color convert

RGB235186231-
CMYK00.210.020.08
HSL304.9º55.06%82.55%-
HSV(B)304.9º20.85%92.16%-
XYZ66.2458.5583.41-
YUV205.78142.23148.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 186 (73.05% from 255) = 28.53%
BLUE value IS 231 (90.62% from 255) = 35.43%
R=36.04%
G=28.53%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518623100.210.020.08304.955.0682.55
HexEBBAE7015281313753
Octal35327234702521046167123
Binary1110101110111010111001110101011010001001100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAE7; }

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

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

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

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

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

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

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

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