#E7BDC4

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

Shades of Melanie #E7BDC4

Tints of Melanie #E7BDC4

Color information

#E7BDC4 (or 0xE7BDC4) is unknown color: approx Melanie. HEX triplet: E7, BD and C4. RGB value is (231,189,196). Sum of RGB (Red+Green+Blue) = 231+189+196=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDC4 is #18423B. Grayscale: #CACACA. Windows color (decimal): -1589820 or 12893671. OLE color: 12893671.

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

Color convert

RGB231189196-
CMYK00.180.150.09
HSL350º46.67%82.35%-
HSV(B)350º18.18%90.59%-
XYZ61.1257.3760.08-
YUV202.36124.41148.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.5%
GREEN value IS 189 (74.22% from 255) = 30.68%
BLUE value IS 196 (76.95% from 255) = 31.82%
R=37.5%
G=30.68%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118919600.180.150.0935046.6782.35
HexE7BDC4012F915e2f52
Octal347275304022171153657122
Binary111001111011110111000100010010111110011010111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDC4; }

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

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

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

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

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

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

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

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