#EBC2E6

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

Shades of French Lilac #EBC2E6

Tints of French Lilac #EBC2E6

Color information

#EBC2E6 (or 0xEBC2E6) is unknown color: approx French Lilac. HEX triplet: EB, C2 and E6. RGB value is (235,194,230). Sum of RGB (Red+Green+Blue) = 235+194+230=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2E6 is #143D19. Grayscale: #D2D2D2. Windows color (decimal): -1326362 or 15123179. OLE color: 15123179.

HSL color Cylindrical-coordinate representation of color #EBC2E6: hue angle of 307.32º degrees, saturation: 0.51, 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 #EBC2E6 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235194230-
CMYK00.170.020.08
HSL307.32º50.62%84.12%-
HSV(B)307.32º17.45%92.16%-
XYZ67.8461.9683.25-
YUV210.36139.08145.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 194 (76.17% from 255) = 29.44%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=35.66%
G=29.44%
B=34.90%

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
Decimal23519423000.170.020.08307.3250.6284.12
HexEBC2E6011281333354
Octal35330234602121046363124
Binary1110101111000010111001100100011010001001100111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2E6; }

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

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

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

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

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

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

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

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