#EBC1E1

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

Shades of French Lilac #EBC1E1

Tints of French Lilac #EBC1E1

Color information

#EBC1E1 (or 0xEBC1E1) is unknown color: approx French Lilac. HEX triplet: EB, C1 and E1. RGB value is (235,193,225). Sum of RGB (Red+Green+Blue) = 235+193+225=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1E1 is #143E1E. Grayscale: #D1D1D1. Windows color (decimal): -1326623 or 14795243. OLE color: 14795243.

HSL color Cylindrical-coordinate representation of color #EBC1E1: hue angle of 314.29º 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 #EBC1E1 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235193225-
CMYK00.180.040.08
HSL314.29º51.22%83.92%-
HSV(B)314.29º17.87%92.16%-
XYZ66.9261.2479.53-
YUV209.21136.91146.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 193 (75.78% from 255) = 29.56%
BLUE value IS 225 (88.28% from 255) = 34.46%
R=35.99%
G=29.56%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519322500.180.040.08314.2951.2283.92
HexEBC1E10124813a3354
Octal35330134102241047263124
Binary11101011110000011110000101001010010001001110101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1E1; }

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

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

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

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

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

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

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

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