#EAB3D8

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

Shades of French Lilac #EAB3D8

Tints of French Lilac #EAB3D8

Color information

#EAB3D8 (or 0xEAB3D8) is unknown color: approx French Lilac. HEX triplet: EA, B3 and D8. RGB value is (234,179,216). Sum of RGB (Red+Green+Blue) = 234+179+216=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3D8 is #154C27. Grayscale: #C7C7C7. Windows color (decimal): -1395752 or 14201834. OLE color: 14201834.

HSL color Cylindrical-coordinate representation of color #EAB3D8: hue angle of 319.64º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB3D8 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB234179216-
CMYK00.240.080.08
HSL319.64º56.7%80.98%-
HSV(B)319.64º23.5%91.76%-
XYZ62.4554.6972.23-
YUV199.66137.22152.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 179 (70.31% from 255) = 28.46%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=37.20%
G=28.46%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417921600.240.080.08319.6456.780.98
HexEAB3D8018881403951
Octal352263330030101050071121
Binary111010101011001111011000011000100010001010000001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3D8; }

 p { color: rgb(234,179,216); }

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

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

 a { background-color: rgb(234,179,216); }

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

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

 span { border-color: rgb(234,179,216); }

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