#EBAEDB

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

Shades of French Lilac #EBAEDB

Tints of French Lilac #EBAEDB

Color information

#EBAEDB (or 0xEBAEDB) is unknown color: approx French Lilac. HEX triplet: EB, AE and DB. RGB value is (235,174,219). Sum of RGB (Red+Green+Blue) = 235+174+219=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEDB is #145124. Grayscale: #C5C5C5. Windows color (decimal): -1331493 or 14397163. OLE color: 14397163.

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

Color convert

RGB235174219-
CMYK00.260.070.08
HSL315.74º60.4%80.2%-
HSV(B)315.74º25.96%92.16%-
XYZ62.1853.0573.98-
YUV197.37140.21154.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 174 (68.36% from 255) = 27.71%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=37.42%
G=27.71%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517421900.260.070.08315.7460.480.2
HexEBAEDB01A7813c3c50
Octal35325633303271047474120
Binary11101011101011101101101101101011110001001111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEDB; }

 p { color: rgb(235,174,219); }

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

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

 a { background-color: rgb(235,174,219); }

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

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

 span { border-color: rgb(235,174,219); }

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