#EBB9EA

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

Shades of French Lilac #EBB9EA

Tints of French Lilac #EBB9EA

Color information

#EBB9EA (or 0xEBB9EA) is unknown color: approx French Lilac. HEX triplet: EB, B9 and EA. RGB value is (235,185,234). Sum of RGB (Red+Green+Blue) = 235+185+234=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB9EA is #144615. Grayscale: #CDCDCD. Windows color (decimal): -1328662 or 15383019. OLE color: 15383019.

HSL color Cylindrical-coordinate representation of color #EBB9EA: hue angle of 301.2º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9EA is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235185234-
CMYK00.210.000.08
HSL301.2º55.56%82.35%-
HSV(B)301.2º21.28%92.16%-
XYZ66.4658.385.59-
YUV205.54144.06149.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 185 (72.66% from 255) = 28.29%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=35.93%
G=28.29%
B=35.78%

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
Decimal23518523400.210.000.08301.255.5682.35
HexEBB9EA0150812d3852
Octal35327135202501045570122
Binary111010111011100111101010010101010001001011011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9EA; }

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

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

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

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

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

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

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

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