#EBB5D8

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

Shades of French Lilac #EBB5D8

Tints of French Lilac #EBB5D8

Color information

#EBB5D8 (or 0xEBB5D8) is unknown color: approx French Lilac. HEX triplet: EB, B5 and D8. RGB value is (235,181,216). Sum of RGB (Red+Green+Blue) = 235+181+216=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5D8 is #144A27. Grayscale: #C9C9C9. Windows color (decimal): -1329704 or 14202347. OLE color: 14202347.

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

Color convert

RGB235181216-
CMYK00.230.080.08
HSL321.11º57.45%81.57%-
HSV(B)321.11º22.98%92.16%-
XYZ63.1855.6772.38-
YUV201.14136.39152.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 181 (71.09% from 255) = 28.64%
BLUE value IS 216 (84.77% from 255) = 34.18%
R=37.18%
G=28.64%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518121600.230.080.08321.1157.4581.57
HexEBB5D8017881413952
Octal353265330027101050171122
Binary111010111011010111011000010111100010001010000011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5D8; }

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

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

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

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

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

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

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

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