#E7BEDD

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

Shades of French Lilac #E7BEDD

Tints of French Lilac #E7BEDD

Color information

#E7BEDD (or 0xE7BEDD) is unknown color: approx French Lilac. HEX triplet: E7, BE and DD. RGB value is (231,190,221). Sum of RGB (Red+Green+Blue) = 231+190+221=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BEDD is #184122. Grayscale: #CDCDCD. Windows color (decimal): -1589539 or 14532327. OLE color: 14532327.

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

Color convert

RGB231190221-
CMYK00.180.040.09
HSL314.63º46.07%82.55%-
HSV(B)314.63º17.75%90.59%-
XYZ64.4259.0476.41-
YUV205.79136.58145.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.98%
GREEN value IS 190 (74.61% from 255) = 29.60%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=35.98%
G=29.60%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119022100.180.040.09314.6346.0782.55
HexE7BEDD0124913b2e53
Octal34727633502241147356123
Binary11100111101111101101110101001010010011001110111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BEDD; }

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

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

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

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

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

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

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

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