#E7BEDC

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

Shades of French Lilac #E7BEDC

Tints of French Lilac #E7BEDC

Color information

#E7BEDC (or 0xE7BEDC) is unknown color: approx French Lilac. HEX triplet: E7, BE and DC. RGB value is (231,190,220). Sum of RGB (Red+Green+Blue) = 231+190+220=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BEDC is #184123. Grayscale: #CDCDCD. Windows color (decimal): -1589540 or 14466791. OLE color: 14466791.

HSL color Cylindrical-coordinate representation of color #E7BEDC: hue angle of 316.1º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7BEDC is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231190220-
CMYK00.180.050.09
HSL316.1º46.07%82.55%-
HSV(B)316.1º17.75%90.59%-
XYZ64.2958.9875.71-
YUV205.68136.08146.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=36.04%
G=29.64%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119022000.180.050.09316.146.0782.55
HexE7BEDC0125913c2e53
Octal34727633402251147456123
Binary11100111101111101101110001001010110011001111001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BEDC; }

 p { color: rgb(231,190,220); }

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

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

 a { background-color: rgb(231,190,220); }

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

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

 span { border-color: rgb(231,190,220); }

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