#E6BAE4

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

Shades of French Lilac #E6BAE4

Tints of French Lilac #E6BAE4

Color information

#E6BAE4 (or 0xE6BAE4) is unknown color: approx French Lilac. HEX triplet: E6, BA and E4. RGB value is (230,186,228). Sum of RGB (Red+Green+Blue) = 230+186+228=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAE4 is #19451B. Grayscale: #CBCBCB. Windows color (decimal): -1656092 or 14990054. OLE color: 14990054.

HSL color Cylindrical-coordinate representation of color #E6BAE4: hue angle of 302.73º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BAE4 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB230186228-
CMYK00.190.010.10
HSL302.73º46.81%81.57%-
HSV(B)302.73º19.13%90.2%-
XYZ64.257.5481.12-
YUV203.94141.58146.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.71%
GREEN value IS 186 (73.05% from 255) = 28.88%
BLUE value IS 228 (89.45% from 255) = 35.40%
R=35.71%
G=28.88%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018622800.190.010.10302.7346.8181.57
HexE6BAE40131A12f2f52
Octal34627234402311245757122
Binary111001101011101011100100010011110101001011111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAE4; }

 p { color: rgb(230,186,228); }

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

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

 a { background-color: rgb(230,186,228); }

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

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

 span { border-color: rgb(230,186,228); }

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