#EBC3E7

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

Shades of French Lilac #EBC3E7

Tints of French Lilac #EBC3E7

Color information

#EBC3E7 (or 0xEBC3E7) is unknown color: approx French Lilac. HEX triplet: EB, C3 and E7. RGB value is (235,195,231). Sum of RGB (Red+Green+Blue) = 235+195+231=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 195 (76.56% from 255 or 29.50% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3E7 is #143C18. Grayscale: #D2D2D2. Windows color (decimal): -1326105 or 15188971. OLE color: 15188971.

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

Color convert

RGB235195231-
CMYK00.170.020.08
HSL306º50%84.31%-
HSV(B)306º17.02%92.16%-
XYZ68.262.4684.06-
YUV211.06139.25145.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 195 (76.56% from 255) = 29.50%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=35.55%
G=29.50%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519523100.170.020.083065084.31
HexEBC3E7011281323254
Octal35330334702121046262124
Binary1110101111000011111001110100011010001001100101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3E7; }

 p { color: rgb(235,195,231); }

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

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

 a { background-color: rgb(235,195,231); }

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

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

 span { border-color: rgb(235,195,231); }

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