#E5B6E6

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

Shades of French Lilac #E5B6E6

Tints of French Lilac #E5B6E6

Color information

#E5B6E6 (or 0xE5B6E6) is unknown color: approx French Lilac. HEX triplet: E5, B6 and E6. RGB value is (229,182,230). Sum of RGB (Red+Green+Blue) = 229+182+230=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5B6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B6E6 is #1A4919. Grayscale: #C9C9C9. Windows color (decimal): -1722650 or 15120101. OLE color: 15120101.

HSL color Cylindrical-coordinate representation of color #E5B6E6: hue angle of 298.75º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B6E6 is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB229182230-
CMYK0.000.2100.10
HSL298.75º48.98%80.78%-
HSV(B)298.75º20.87%90.2%-
XYZ63.3255.8382.3-
YUV201.52144.07147.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.73%
GREEN value IS 182 (71.48% from 255) = 28.39%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=35.73%
G=28.39%
B=35.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291822300.000.2100.10298.7548.9880.78
HexE5B6E60150A12b3151
Octal34526634602501245361121
Binary111001011011011011100110010101010101001010111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B6E6; }

 p { color: rgb(229,182,230); }

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

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

 a { background-color: rgb(229,182,230); }

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

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

 span { border-color: rgb(229,182,230); }

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