#E1A8CF

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

Shades of French Lilac #E1A8CF

Tints of French Lilac #E1A8CF

Color information

#E1A8CF (or 0xE1A8CF) is unknown color: approx French Lilac. HEX triplet: E1, A8 and CF. RGB value is (225,168,207). Sum of RGB (Red+Green+Blue) = 225+168+207=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8CF is #1E5730. Grayscale: #BDBDBD. Windows color (decimal): -1988401 or 13609185. OLE color: 13609185.

HSL color Cylindrical-coordinate representation of color #E1A8CF: hue angle of 318.95º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A8CF is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225168207-
CMYK00.250.080.12
HSL318.95º48.72%77.06%-
HSV(B)318.95º25.33%88.24%-
XYZ56.3248.5265.43-
YUV189.49137.88153.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.5%
GREEN value IS 168 (66.02% from 255) = 28%
BLUE value IS 207 (81.25% from 255) = 34.5%
R=37.5%
G=28%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516820700.250.080.12318.9548.7277.06
HexE1A8CF0198C13f314d
Octal341250317031101447761115
Binary111000011010100011001111011001100011001001111111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A8CF; }

 p { color: rgb(225,168,207); }

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

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

 a { background-color: rgb(225,168,207); }

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

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

 span { border-color: rgb(225,168,207); }

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