#EAC6E6

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

Shades of French Lilac #EAC6E6

Tints of French Lilac #EAC6E6

Color information

#EAC6E6 (or 0xEAC6E6) is unknown color: approx French Lilac. HEX triplet: EA, C6 and E6. RGB value is (234,198,230). Sum of RGB (Red+Green+Blue) = 234+198+230=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6E6 is #153919. Grayscale: #D4D4D4. Windows color (decimal): -1390874 or 15124202. OLE color: 15124202.

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

Color convert

RGB234198230-
CMYK00.150.020.08
HSL306.67º46.15%84.71%-
HSV(B)306.67º15.38%91.76%-
XYZ68.4163.5983.53-
YUV212.41137.93143.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 198 (77.73% from 255) = 29.91%
BLUE value IS 230 (90.23% from 255) = 34.74%
R=35.35%
G=29.91%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419823000.150.020.08306.6746.1584.71
HexEAC6E60F281332e55
Octal35230634601721046356125
Binary111010101100011011100110011111010001001100111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6E6; }

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

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

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

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

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

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

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

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