#EBC0E9

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

Shades of French Lilac #EBC0E9

Tints of French Lilac #EBC0E9

Color information

#EBC0E9 (or 0xEBC0E9) is unknown color: approx French Lilac. HEX triplet: EB, C0 and E9. RGB value is (235,192,233). Sum of RGB (Red+Green+Blue) = 235+192+233=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0E9 is #143F16. Grayscale: #D1D1D1. Windows color (decimal): -1326871 or 15319275. OLE color: 15319275.

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

Color convert

RGB235192233-
CMYK00.180.010.08
HSL302.79º51.81%83.73%-
HSV(B)302.79º18.3%92.16%-
XYZ67.8261.2485.34-
YUV209.53141.25146.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 192 (75.39% from 255) = 29.09%
BLUE value IS 233 (91.41% from 255) = 35.30%
R=35.61%
G=29.09%
B=35.30%

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
Decimal23519223300.180.010.08302.7951.8183.73
HexEBC0E90121812f3454
Octal35330035102211045764124
Binary111010111100000011101001010010110001001011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0E9; }

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

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

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

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

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

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

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

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