#EBB6E8

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

Shades of French Lilac #EBB6E8

Tints of French Lilac #EBB6E8

Color information

#EBB6E8 (or 0xEBB6E8) is unknown color: approx French Lilac. HEX triplet: EB, B6 and E8. RGB value is (235,182,232). Sum of RGB (Red+Green+Blue) = 235+182+232=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6E8 is #144917. Grayscale: #CBCBCB. Windows color (decimal): -1329432 or 15251179. OLE color: 15251179.

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

Color convert

RGB235182232-
CMYK00.230.010.08
HSL303.4º56.99%81.76%-
HSV(B)303.4º22.55%92.16%-
XYZ65.5556.9483.88-
YUV203.55144.06150.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 182 (71.48% from 255) = 28.04%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=36.21%
G=28.04%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518223200.230.010.08303.456.9981.76
HexEBB6E80171812f3952
Octal35326635002711045771122
Binary111010111011011011101000010111110001001011111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6E8; }

 p { color: rgb(235,182,232); }

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

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

 a { background-color: rgb(235,182,232); }

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

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

 span { border-color: rgb(235,182,232); }

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