#EAC3E6

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

Shades of French Lilac #EAC3E6

Tints of French Lilac #EAC3E6

Color information

#EAC3E6 (or 0xEAC3E6) is unknown color: approx French Lilac. HEX triplet: EA, C3 and E6. RGB value is (234,195,230). Sum of RGB (Red+Green+Blue) = 234+195+230=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 195 (76.56% from 255 or 29.59% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC3E6 is #153C19. Grayscale: #D2D2D2. Windows color (decimal): -1391642 or 15123434. OLE color: 15123434.

HSL color Cylindrical-coordinate representation of color #EAC3E6: hue angle of 306.15º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC3E6 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB234195230-
CMYK00.170.020.08
HSL306.15º48.15%84.12%-
HSV(B)306.15º16.67%91.76%-
XYZ67.7362.2483.31-
YUV210.65138.92144.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 195 (76.56% from 255) = 29.59%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=35.51%
G=29.59%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419523000.170.020.08306.1548.1584.12
HexEAC3E6011281323054
Octal35230334602121046260124
Binary1110101011000011111001100100011010001001100101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3E6; }

 p { color: rgb(234,195,230); }

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

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

 a { background-color: rgb(234,195,230); }

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

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

 span { border-color: rgb(234,195,230); }

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