#EBB5DF

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

Shades of French Lilac #EBB5DF

Tints of French Lilac #EBB5DF

Color information

#EBB5DF (or 0xEBB5DF) is unknown color: approx French Lilac. HEX triplet: EB, B5 and DF. RGB value is (235,181,223). Sum of RGB (Red+Green+Blue) = 235+181+223=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5DF is #144A20. Grayscale: #C9C9C9. Windows color (decimal): -1329697 or 14661099. OLE color: 14661099.

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

Color convert

RGB235181223-
CMYK00.230.050.08
HSL313.33º57.45%81.57%-
HSV(B)313.33º22.98%92.16%-
XYZ64.156.0477.25-
YUV201.93139.89151.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 181 (71.09% from 255) = 28.33%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=36.78%
G=28.33%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518122300.230.050.08313.3357.4581.57
HexEBB5DF017581393952
Octal35326533702751047171122
Binary11101011101101011101111101011110110001001110011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5DF; }

 p { color: rgb(235,181,223); }

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

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

 a { background-color: rgb(235,181,223); }

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

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

 span { border-color: rgb(235,181,223); }

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