#EAABDE

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

Shades of French Lilac #EAABDE

Tints of French Lilac #EAABDE

Color information

#EAABDE (or 0xEAABDE) is unknown color: approx French Lilac. HEX triplet: EA, AB and DE. RGB value is (234,171,222). Sum of RGB (Red+Green+Blue) = 234+171+222=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABDE is #155421. Grayscale: #C3C3C3. Windows color (decimal): -1397794 or 14593002. OLE color: 14593002.

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

Color convert

RGB234171222-
CMYK00.270.050.08
HSL311.43º60%79.41%-
HSV(B)311.43º26.92%91.76%-
XYZ61.6851.8975.87-
YUV195.65142.87155.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 171 (67.19% from 255) = 27.27%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=37.32%
G=27.27%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417122200.270.050.08311.436079.41
HexEAABDE01B581373c4f
Octal35225333603351046774117
Binary11101010101010111101111001101110110001001101111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABDE; }

 p { color: rgb(234,171,222); }

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

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

 a { background-color: rgb(234,171,222); }

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

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

 span { border-color: rgb(234,171,222); }

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