#E6BBDA

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

Shades of French Lilac #E6BBDA

Tints of French Lilac #E6BBDA

Color information

#E6BBDA (or 0xE6BBDA) is unknown color: approx French Lilac. HEX triplet: E6, BB and DA. RGB value is (230,187,218). Sum of RGB (Red+Green+Blue) = 230+187+218=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBDA is #194425. Grayscale: #CBCBCB. Windows color (decimal): -1655846 or 14334950. OLE color: 14334950.

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

Color convert

RGB230187218-
CMYK00.190.050.10
HSL316.74º46.24%81.76%-
HSV(B)316.74º18.7%90.2%-
XYZ63.0657.4374.09-
YUV203.39136.25146.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.22%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=36.22%
G=29.45%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018721800.190.050.10316.7446.2481.76
HexE6BBDA0135A13d2e52
Octal34627333202351247556122
Binary11100110101110111101101001001110110101001111011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBDA; }

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

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

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

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

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

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

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

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