#EAAFD9

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

Shades of French Lilac #EAAFD9

Tints of French Lilac #EAAFD9

Color information

#EAAFD9 (or 0xEAAFD9) is unknown color: approx French Lilac. HEX triplet: EA, AF and D9. RGB value is (234,175,217). Sum of RGB (Red+Green+Blue) = 234+175+217=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFD9 is #155026. Grayscale: #C5C5C5. Windows color (decimal): -1396775 or 14266346. OLE color: 14266346.

HSL color Cylindrical-coordinate representation of color #EAAFD9: hue angle of 317.29º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFD9 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234175217-
CMYK00.250.070.08
HSL317.29º58.42%80.2%-
HSV(B)317.29º25.21%91.76%-
XYZ61.7953.1672.65-
YUV197.43139.05154.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 217 (85.16% from 255) = 34.66%
R=37.38%
G=27.96%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417521700.250.070.08317.2958.4280.2
HexEAAFD90197813d3a50
Octal35225733103171047572120
Binary11101010101011111101100101100111110001001111011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFD9; }

 p { color: rgb(234,175,217); }

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

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

 a { background-color: rgb(234,175,217); }

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

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

 span { border-color: rgb(234,175,217); }

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