#EBC1E9

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

Shades of French Lilac #EBC1E9

Tints of French Lilac #EBC1E9

Color information

#EBC1E9 (or 0xEBC1E9) is unknown color: approx French Lilac. HEX triplet: EB, C1 and E9. RGB value is (235,193,233). Sum of RGB (Red+Green+Blue) = 235+193+233=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1E9 is #143E16. Grayscale: #D2D2D2. Windows color (decimal): -1326615 or 15319531. OLE color: 15319531.

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

Color convert

RGB235193233-
CMYK00.180.010.08
HSL302.86º51.22%83.92%-
HSV(B)302.86º17.87%92.16%-
XYZ68.0461.6985.41-
YUV210.12140.91145.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 193 (75.78% from 255) = 29.20%
BLUE value IS 233 (91.41% from 255) = 35.25%
R=35.55%
G=29.20%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519323300.180.010.08302.8651.2283.92
HexEBC1E90121812f3354
Octal35330135102211045763124
Binary111010111100000111101001010010110001001011111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1E9; }

 p { color: rgb(235,193,233); }

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

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

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

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

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

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

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