#EBB7F0

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

Shades of French Lilac #EBB7F0

Tints of French Lilac #EBB7F0

Color information

#EBB7F0 (or 0xEBB7F0) is unknown color: approx French Lilac. HEX triplet: EB, B7 and F0. RGB value is (235,183,240). Sum of RGB (Red+Green+Blue) = 235+183+240=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBB7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB7F0 is #14480F. Grayscale: #CCCCCC. Windows color (decimal): -1329168 or 15775723. OLE color: 15775723.

HSL color Cylindrical-coordinate representation of color #EBB7F0: hue angle of 294.74º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB7F0 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235183240-
CMYK0.020.2400.06
HSL294.74º65.52%82.94%-
HSV(B)294.74º23.75%94.12%-
XYZ66.9257.8290.07-
YUV205.05147.73149.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 183 (71.88% from 255) = 27.81%
BLUE value IS 240 (94.14% from 255) = 36.47%
R=35.71%
G=27.81%
B=36.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351832400.020.2400.06294.7465.5282.94
HexEBB7F0218061274253
Octal35326736023006447102123
Binary1110101110110111111100001011000011010010011110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7F0; }

 p { color: rgb(235,183,240); }

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

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

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

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

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

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

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