#E6BBDB

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

Shades of French Lilac #E6BBDB

Tints of French Lilac #E6BBDB

Color information

#E6BBDB (or 0xE6BBDB) is unknown color: approx French Lilac. HEX triplet: E6, BB and DB. RGB value is (230,187,219). Sum of RGB (Red+Green+Blue) = 230+187+219=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBDB is #194424. Grayscale: #CBCBCB. Windows color (decimal): -1655845 or 14400486. OLE color: 14400486.

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

Color convert

RGB230187219-
CMYK00.190.050.10
HSL315.35º46.24%81.76%-
HSV(B)315.35º18.7%90.2%-
XYZ63.1957.4874.78-
YUV203.5136.75146.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.16%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=36.16%
G=29.40%
B=34.43%

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
Decimal23018721900.190.050.10315.3546.2481.76
HexE6BBDB0135A13b2e52
Octal34627333302351247356122
Binary11100110101110111101101101001110110101001110111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBDB; }

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

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

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

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

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

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

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

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