#E7BDDC

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

Shades of French Lilac #E7BDDC

Tints of French Lilac #E7BDDC

Color information

#E7BDDC (or 0xE7BDDC) is unknown color: approx French Lilac. HEX triplet: E7, BD and DC. RGB value is (231,189,220). Sum of RGB (Red+Green+Blue) = 231+189+220=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDDC is #184223. Grayscale: #CDCDCD. Windows color (decimal): -1589796 or 14466535. OLE color: 14466535.

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

Color convert

RGB231189220-
CMYK00.180.050.09
HSL315.71º46.67%82.35%-
HSV(B)315.71º18.18%90.59%-
XYZ64.0758.5575.63-
YUV205.09136.41146.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=36.09%
G=29.53%
B=34.38%

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
Decimal23118922000.180.050.09315.7146.6782.35
HexE7BDDC0125913c2f52
Octal34727533402251147457122
Binary11100111101111011101110001001010110011001111001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDDC; }

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

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

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

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

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

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

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

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