#EBC3E0

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

Shades of French Lilac #EBC3E0

Tints of French Lilac #EBC3E0

Color information

#EBC3E0 (or 0xEBC3E0) is unknown color: approx French Lilac. HEX triplet: EB, C3 and E0. RGB value is (235,195,224). Sum of RGB (Red+Green+Blue) = 235+195+224=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3E0 is #143C1F. Grayscale: #D2D2D2. Windows color (decimal): -1326112 or 14730219. OLE color: 14730219.

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

Color convert

RGB235195224-
CMYK00.170.050.08
HSL316.5º50%84.31%-
HSV(B)316.5º17.02%92.16%-
XYZ67.2362.0778.96-
YUV210.27135.75145.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 195 (76.56% from 255) = 29.82%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=35.93%
G=29.82%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519522400.170.050.08316.55084.31
HexEBC3E00115813c3254
Octal35330334002151047462124
Binary11101011110000111110000001000110110001001111001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3E0; }

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

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

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

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

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

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

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

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