#E1ACCF

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

Shades of French Lilac #E1ACCF

Tints of French Lilac #E1ACCF

Color information

#E1ACCF (or 0xE1ACCF) is unknown color: approx French Lilac. HEX triplet: E1, AC and CF. RGB value is (225,172,207). Sum of RGB (Red+Green+Blue) = 225+172+207=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACCF is #1E5330. Grayscale: #BFBFBF. Windows color (decimal): -1987377 or 13610209. OLE color: 13610209.

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

Color convert

RGB225172207-
CMYK00.240.080.12
HSL320.38º46.9%77.84%-
HSV(B)320.38º23.56%88.24%-
XYZ57.0750.0265.68-
YUV191.84136.56151.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=37.25%
G=28.48%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517220700.240.080.12320.3846.977.84
HexE1ACCF0188C1402f4e
Octal341254317030101450057116
Binary111000011010110011001111011000100011001010000001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACCF; }

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

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

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

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

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

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

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

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