#EBADE1

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

Shades of French Lilac #EBADE1

Tints of French Lilac #EBADE1

Color information

#EBADE1 (or 0xEBADE1) is unknown color: approx French Lilac. HEX triplet: EB, AD and E1. RGB value is (235,173,225). Sum of RGB (Red+Green+Blue) = 235+173+225=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADE1 is #14521E. Grayscale: #C5C5C5. Windows color (decimal): -1331743 or 14790123. OLE color: 14790123.

HSL color Cylindrical-coordinate representation of color #EBADE1: hue angle of 309.68º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADE1 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235173225-
CMYK00.260.040.08
HSL309.68º60.78%80%-
HSV(B)309.68º26.38%92.16%-
XYZ62.852.9978.15-
YUV197.47143.54154.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 173 (67.97% from 255) = 27.33%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=37.12%
G=27.33%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517322500.260.040.08309.6860.7880
HexEBADE101A481363d50
Octal35325534103241046675120
Binary11101011101011011110000101101010010001001101101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADE1; }

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

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

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

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

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

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

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

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