#EBBFEB

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

Shades of French Lilac #EBBFEB

Tints of French Lilac #EBBFEB

Color information

#EBBFEB (or 0xEBBFEB) is unknown color: approx French Lilac. HEX triplet: EB, BF and EB. RGB value is (235,191,235). Sum of RGB (Red+Green+Blue) = 235+191+235=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBBFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFEB is #144014. Grayscale: #D1D1D1. Windows color (decimal): -1327125 or 15450091. OLE color: 15450091.

HSL color Cylindrical-coordinate representation of color #EBBFEB: hue angle of 300º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFEB is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235191235-
CMYK00.1900.08
HSL300º52.38%83.53%-
HSV(B)300º18.72%92.16%-
XYZ67.8960.9286.78-
YUV209.17142.58146.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 191 (75% from 255) = 28.90%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=35.55%
G=28.90%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519123500.1900.0830052.3883.53
HexEBBFEB0130812c3454
Octal35327735302301045464124
Binary111010111011111111101011010011010001001011001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFEB; }

 p { color: rgb(235,191,235); }

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

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

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

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

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

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

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