#E9AFDF

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

Shades of French Lilac #E9AFDF

Tints of French Lilac #E9AFDF

Color information

#E9AFDF (or 0xE9AFDF) is unknown color: approx French Lilac. HEX triplet: E9, AF and DF. RGB value is (233,175,223). Sum of RGB (Red+Green+Blue) = 233+175+223=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFDF is #165020. Grayscale: #C5C5C5. Windows color (decimal): -1462305 or 14659561. OLE color: 14659561.

HSL color Cylindrical-coordinate representation of color #E9AFDF: hue angle of 310.34º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AFDF is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB233175223-
CMYK00.250.040.09
HSL310.34º56.86%80%-
HSV(B)310.34º24.89%91.37%-
XYZ62.2553.3176.82-
YUV197.81142.22153.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.93%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=36.93%
G=27.73%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317522300.250.040.09310.3456.8680
HexE9AFDF019491363950
Octal35125733703141146671120
Binary11101001101011111101111101100110010011001101101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFDF; }

 p { color: rgb(233,175,223); }

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

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

 a { background-color: rgb(233,175,223); }

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

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

 span { border-color: rgb(233,175,223); }

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