#EBB0E6

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

Shades of French Lilac #EBB0E6

Tints of French Lilac #EBB0E6

Color information

#EBB0E6 (or 0xEBB0E6) is unknown color: approx French Lilac. HEX triplet: EB, B0 and E6. RGB value is (235,176,230). Sum of RGB (Red+Green+Blue) = 235+176+230=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB0E6 is #144F19. Grayscale: #C7C7C7. Windows color (decimal): -1330970 or 15118571. OLE color: 15118571.

HSL color Cylindrical-coordinate representation of color #EBB0E6: hue angle of 305.08º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0E6 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235176230-
CMYK00.250.020.08
HSL305.08º59.6%80.59%-
HSV(B)305.08º25.11%92.16%-
XYZ64.0754.4381.99-
YUV199.8145.05153.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 176 (69.14% from 255) = 27.46%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=36.66%
G=27.46%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517623000.250.020.08305.0859.680.59
HexEBB0E6019281313c51
Octal35326034603121046174121
Binary1110101110110000111001100110011010001001100011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0E6; }

 p { color: rgb(235,176,230); }

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

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

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

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

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

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

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