#E6BBE1

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

Shades of French Lilac #E6BBE1

Tints of French Lilac #E6BBE1

Color information

#E6BBE1 (or 0xE6BBE1) is unknown color: approx French Lilac. HEX triplet: E6, BB and E1. RGB value is (230,187,225). Sum of RGB (Red+Green+Blue) = 230+187+225=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBE1 is #19441E. Grayscale: #CCCCCC. Windows color (decimal): -1655839 or 14793702. OLE color: 14793702.

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

Color convert

RGB230187225-
CMYK00.190.020.10
HSL306.98º46.24%81.76%-
HSV(B)306.98º18.7%90.2%-
XYZ63.9957.879.02-
YUV204.19139.75146.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.83%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=35.83%
G=29.13%
B=35.05%

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
Decimal23018722500.190.020.10306.9846.2481.76
HexE6BBE10132A1332e52
Octal34627334102321246356122
Binary1110011010111011111000010100111010101001100111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBE1; }

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

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

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

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

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

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

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

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