#E6BBDF

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

Shades of French Lilac #E6BBDF

Tints of French Lilac #E6BBDF

Color information

#E6BBDF (or 0xE6BBDF) is unknown color: approx French Lilac. HEX triplet: E6, BB and DF. RGB value is (230,187,223). Sum of RGB (Red+Green+Blue) = 230+187+223=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBDF is #194420. Grayscale: #CBCBCB. Windows color (decimal): -1655841 or 14662630. OLE color: 14662630.

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

Color convert

RGB230187223-
CMYK00.190.030.10
HSL309.77º46.24%81.76%-
HSV(B)309.77º18.7%90.2%-
XYZ63.7257.6977.59-
YUV203.96138.75146.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.94%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=35.94%
G=29.22%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018722300.190.030.10309.7746.2481.76
HexE6BBDF0133A1362e52
Octal34627333702331246656122
Binary1110011010111011110111110100111110101001101101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBDF; }

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

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

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

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

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

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

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

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