#EAAFDA

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

Shades of French Lilac #EAAFDA

Tints of French Lilac #EAAFDA

Color information

#EAAFDA (or 0xEAAFDA) is unknown color: approx French Lilac. HEX triplet: EA, AF and DA. RGB value is (234,175,218). Sum of RGB (Red+Green+Blue) = 234+175+218=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFDA is #155025. Grayscale: #C5C5C5. Windows color (decimal): -1396774 or 14331882. OLE color: 14331882.

HSL color Cylindrical-coordinate representation of color #EAAFDA: hue angle of 316.27º 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 #EAAFDA is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234175218-
CMYK00.250.070.08
HSL316.27º58.42%80.2%-
HSV(B)316.27º25.21%91.76%-
XYZ61.9253.2173.34-
YUV197.54139.55154-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 218 (85.55% from 255) = 34.77%
R=37.32%
G=27.91%
B=34.77%

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
Decimal23417521800.250.070.08316.2758.4280.2
HexEAAFDA0197813c3a50
Octal35225733203171047472120
Binary11101010101011111101101001100111110001001111001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFDA; }

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

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

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

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

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

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

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

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