#EBC0E7

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

Shades of French Lilac #EBC0E7

Tints of French Lilac #EBC0E7

Color information

#EBC0E7 (or 0xEBC0E7) is unknown color: approx French Lilac. HEX triplet: EB, C0 and E7. RGB value is (235,192,231). Sum of RGB (Red+Green+Blue) = 235+192+231=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0E7 is #143F18. Grayscale: #D1D1D1. Windows color (decimal): -1326873 or 15188203. OLE color: 15188203.

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

Color convert

RGB235192231-
CMYK00.180.020.08
HSL305.58º51.81%83.73%-
HSV(B)305.58º18.3%92.16%-
XYZ67.5361.1383.84-
YUV209.3140.25146.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 192 (75.39% from 255) = 29.18%
BLUE value IS 231 (90.62% from 255) = 35.11%
R=35.71%
G=29.18%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519223100.180.020.08305.5851.8183.73
HexEBC0E7012281323454
Octal35330034702221046264124
Binary1110101111000000111001110100101010001001100101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0E7; }

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

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

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

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

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

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

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

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