#E6BEDA

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

Shades of French Lilac #E6BEDA

Tints of French Lilac #E6BEDA

Color information

#E6BEDA (or 0xE6BEDA) is unknown color: approx French Lilac. HEX triplet: E6, BE and DA. RGB value is (230,190,218). Sum of RGB (Red+Green+Blue) = 230+190+218=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BEDA is #194125. Grayscale: #CDCDCD. Windows color (decimal): -1655078 or 14335718. OLE color: 14335718.

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

Color convert

RGB230190218-
CMYK00.170.050.10
HSL318º44.44%82.35%-
HSV(B)318º17.39%90.2%-
XYZ63.758.7174.3-
YUV205.15135.25145.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.05%
GREEN value IS 190 (74.61% from 255) = 29.78%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=36.05%
G=29.78%
B=34.17%

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
Decimal23019021800.170.050.1031844.4482.35
HexE6BEDA0115A13e2c52
Octal34627633202151247654122
Binary11100110101111101101101001000110110101001111101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEDA; }

 p { color: rgb(230,190,218); }

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

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

 a { background-color: rgb(230,190,218); }

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

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

 span { border-color: rgb(230,190,218); }

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