#EBAADE

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

Shades of French Lilac #EBAADE

Tints of French Lilac #EBAADE

Color information

#EBAADE (or 0xEBAADE) is unknown color: approx French Lilac. HEX triplet: EB, AA and DE. RGB value is (235,170,222). Sum of RGB (Red+Green+Blue) = 235+170+222=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAADE is #145521. Grayscale: #C3C3C3. Windows color (decimal): -1332514 or 14592747. OLE color: 14592747.

HSL color Cylindrical-coordinate representation of color #EBAADE: hue angle of 312º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAADE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235170222-
CMYK00.280.060.08
HSL312º61.9%79.41%-
HSV(B)312º27.66%92.16%-
XYZ61.8251.6975.83-
YUV195.36143.03156.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 170 (66.80% from 255) = 27.11%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=37.48%
G=27.11%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517022200.280.060.0831261.979.41
HexEBAADE01C681383e4f
Octal35325233603461047076117
Binary11101011101010101101111001110011010001001110001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAADE; }

 p { color: rgb(235,170,222); }

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

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

 a { background-color: rgb(235,170,222); }

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

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

 span { border-color: rgb(235,170,222); }

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