#EBBDEA

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

Shades of French Lilac #EBBDEA

Tints of French Lilac #EBBDEA

Color information

#EBBDEA (or 0xEBBDEA) is unknown color: approx French Lilac. HEX triplet: EB, BD and EA. RGB value is (235,189,234). Sum of RGB (Red+Green+Blue) = 235+189+234=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBDEA is #144215. Grayscale: #CFCFCF. Windows color (decimal): -1327638 or 15384043. OLE color: 15384043.

HSL color Cylindrical-coordinate representation of color #EBBDEA: hue angle of 301.3º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDEA is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235189234-
CMYK00.200.000.08
HSL301.3º53.49%83.14%-
HSV(B)301.3º19.57%92.16%-
XYZ67.316085.88-
YUV207.88142.74147.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 189 (74.22% from 255) = 28.72%
BLUE value IS 234 (91.80% from 255) = 35.56%
R=35.71%
G=28.72%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518923400.200.000.08301.353.4983.14
HexEBBDEA0140812d3553
Octal35327535202401045565123
Binary111010111011110111101010010100010001001011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDEA; }

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

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

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

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

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

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

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

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