#E6BCDD

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

Shades of French Lilac #E6BCDD

Tints of French Lilac #E6BCDD

Color information

#E6BCDD (or 0xE6BCDD) is unknown color: approx French Lilac. HEX triplet: E6, BC and DD. RGB value is (230,188,221). Sum of RGB (Red+Green+Blue) = 230+188+221=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCDD is #194322. Grayscale: #CCCCCC. Windows color (decimal): -1655587 or 14531814. OLE color: 14531814.

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

Color convert

RGB230188221-
CMYK00.180.040.10
HSL312.86º45.65%81.96%-
HSV(B)312.86º18.26%90.2%-
XYZ63.6758.0176.25-
YUV204.32137.41146.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.99%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=35.99%
G=29.42%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018822100.180.040.10312.8645.6581.96
HexE6BCDD0124A1392e52
Octal34627433502241247156122
Binary11100110101111001101110101001010010101001110011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCDD; }

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

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

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

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

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

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

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

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