#E2ACCF

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

Shades of French Lilac #E2ACCF

Tints of French Lilac #E2ACCF

Color information

#E2ACCF (or 0xE2ACCF) is unknown color: approx French Lilac. HEX triplet: E2, AC and CF. RGB value is (226,172,207). Sum of RGB (Red+Green+Blue) = 226+172+207=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACCF is #1D5330. Grayscale: #C0C0C0. Windows color (decimal): -1921841 or 13610210. OLE color: 13610210.

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

Color convert

RGB226172207-
CMYK00.240.080.11
HSL321.11º48.21%78.04%-
HSV(B)321.11º23.89%88.63%-
XYZ57.3850.1865.69-
YUV192.14136.39152.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.36%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=37.36%
G=28.43%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617220700.240.080.11321.1148.2178.04
HexE2ACCF0188B141304e
Octal342254317030101350160116
Binary111000101010110011001111011000100010111010000011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACCF; }

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

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

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

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

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

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

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

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