#EBB2E6

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

Shades of French Lilac #EBB2E6

Tints of French Lilac #EBB2E6

Color information

#EBB2E6 (or 0xEBB2E6) is unknown color: approx French Lilac. HEX triplet: EB, B2 and E6. RGB value is (235,178,230). Sum of RGB (Red+Green+Blue) = 235+178+230=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB2E6 is #144D19. Grayscale: #C8C8C8. Windows color (decimal): -1330458 or 15119083. OLE color: 15119083.

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

Color convert

RGB235178230-
CMYK00.240.020.08
HSL305.26º58.76%80.98%-
HSV(B)305.26º24.26%92.16%-
XYZ64.4655.2282.12-
YUV200.97144.38152.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 178 (69.92% from 255) = 27.68%
BLUE value IS 230 (90.23% from 255) = 35.77%
R=36.55%
G=27.68%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517823000.240.020.08305.2658.7680.98
HexEBB2E6018281313b51
Octal35326234603021046173121
Binary1110101110110010111001100110001010001001100011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2E6; }

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

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

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

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

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

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

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

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