#E6BCDF

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

Shades of French Lilac #E6BCDF

Tints of French Lilac #E6BCDF

Color information

#E6BCDF (or 0xE6BCDF) is unknown color: approx French Lilac. HEX triplet: E6, BC and DF. RGB value is (230,188,223). Sum of RGB (Red+Green+Blue) = 230+188+223=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCDF is #194320. Grayscale: #CCCCCC. Windows color (decimal): -1655585 or 14662886. OLE color: 14662886.

HSL color Cylindrical-coordinate representation of color #E6BCDF: hue angle of 310º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BCDF is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230188223-
CMYK00.180.030.10
HSL310º45.65%81.96%-
HSV(B)310º18.26%90.2%-
XYZ63.9458.1277.66-
YUV204.55138.41146.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 188 (73.83% from 255) = 29.33%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=35.88%
G=29.33%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018822300.180.030.1031045.6581.96
HexE6BCDF0123A1362e52
Octal34627433702231246656122
Binary1110011010111100110111110100101110101001101101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCDF; }

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

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

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

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

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

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

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

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