#E6BAE1

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

Shades of French Lilac #E6BAE1

Tints of French Lilac #E6BAE1

Color information

#E6BAE1 (or 0xE6BAE1) is unknown color: approx French Lilac. HEX triplet: E6, BA and E1. RGB value is (230,186,225). Sum of RGB (Red+Green+Blue) = 230+186+225=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAE1 is #19451E. Grayscale: #CBCBCB. Windows color (decimal): -1656095 or 14793446. OLE color: 14793446.

HSL color Cylindrical-coordinate representation of color #E6BAE1: hue angle of 306.82º 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 #E6BAE1 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB230186225-
CMYK00.190.020.10
HSL306.82º46.81%81.57%-
HSV(B)306.82º19.13%90.2%-
XYZ63.7857.3878.95-
YUV203.6140.08146.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 225 (88.28% from 255) = 35.10%
R=35.88%
G=29.02%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018622500.190.020.10306.8246.8181.57
HexE6BAE10132A1332f52
Octal34627234102321246357122
Binary1110011010111010111000010100111010101001100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAE1; }

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

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

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

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

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

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

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

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