#E6BFDB

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

Shades of French Lilac #E6BFDB

Tints of French Lilac #E6BFDB

Color information

#E6BFDB (or 0xE6BFDB) is unknown color: approx French Lilac. HEX triplet: E6, BF and DB. RGB value is (230,191,219). Sum of RGB (Red+Green+Blue) = 230+191+219=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFDB is #194024. Grayscale: #CDCDCD. Windows color (decimal): -1654821 or 14401510. OLE color: 14401510.

HSL color Cylindrical-coordinate representation of color #E6BFDB: hue angle of 316.92º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFDB is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230191219-
CMYK00.170.050.10
HSL316.92º43.82%82.55%-
HSV(B)316.92º16.96%90.2%-
XYZ64.0559.275.07-
YUV205.85135.42145.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.94%
GREEN value IS 191 (75% from 255) = 29.84%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=35.94%
G=29.84%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019121900.170.050.10316.9243.8282.55
HexE6BFDB0115A13d2c53
Octal34627733302151247554123
Binary11100110101111111101101101000110110101001111011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFDB; }

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

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

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

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

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

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

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

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