#ebb3da

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

Shades of French Lilac #EBB3DA

Tints of French Lilac #EBB3DA

Color information

#EBB3DA (or 0xEBB3DA) is unknown color: approx French Lilac. HEX triplet: EB, B3 and DA. RGB value is (235,179,218). Sum of RGB (Red+Green+Blue) = 235+179+218=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3DA is #144C25. Grayscale: #C8C8C8. Windows color (decimal): -1330214 or 14332907. OLE color: 14332907.

HSL color Cylindrical-coordinate representation of color #EBB3DA: hue angle of 318.21º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3DA is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235179218-
CMYK00.240.070.08
HSL318.21º58.33%81.18%-
HSV(B)318.21º23.83%92.16%-
XYZ63.0454.9673.62-
YUV200.19138.05152.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 179 (70.31% from 255) = 28.32%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=37.18%
G=28.32%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517921800.240.070.08318.2158.3381.18
HexEBB3DA0187813e3a51
Octal35326333203071047672121
Binary11101011101100111101101001100011110001001111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb3da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb3da; }

 p { color: rgb(235,179,218); }

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

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

 a { background-color: rgb(235,179,218); }

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

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

 span { border-color: rgb(235,179,218); }

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