#EBADE5

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

Shades of French Lilac #EBADE5

Tints of French Lilac #EBADE5

Color information

#EBADE5 (or 0xEBADE5) is unknown color: approx French Lilac. HEX triplet: EB, AD and E5. RGB value is (235,173,229). Sum of RGB (Red+Green+Blue) = 235+173+229=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADE5 is #14521A. Grayscale: #C5C5C5. Windows color (decimal): -1331739 or 15052267. OLE color: 15052267.

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

Color convert

RGB235173229-
CMYK00.260.030.08
HSL305.81º60.78%80%-
HSV(B)305.81º26.38%92.16%-
XYZ63.3553.2181.06-
YUV197.92145.54154.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=36.89%
G=27.16%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517322900.260.030.08305.8160.7880
HexEBADE501A381323d50
Octal35325534503231046275120
Binary1110101110101101111001010110101110001001100101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADE5; }

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

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

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

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

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

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

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

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