#E7BDC2

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

Shades of Melanie #E7BDC2

Tints of Melanie #E7BDC2

Color information

#E7BDC2 (or 0xE7BDC2) is unknown color: approx Melanie. HEX triplet: E7, BD and C2. RGB value is (231,189,194). Sum of RGB (Red+Green+Blue) = 231+189+194=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDC2 is #18423D. Grayscale: #CACACA. Windows color (decimal): -1589822 or 12762599. OLE color: 12762599.

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

Color convert

RGB231189194-
CMYK00.180.160.09
HSL352.86º46.67%82.35%-
HSV(B)352.86º18.18%90.59%-
XYZ60.8957.2858.89-
YUV202.13123.41148.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.62%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 194 (76.17% from 255) = 31.60%
R=37.62%
G=30.78%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118919400.180.160.09352.8646.6782.35
HexE7BDC20121091612f52
Octal347275302022201154157122
Binary1110011110111101110000100100101000010011011000011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDC2; }

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

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

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

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

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

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

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

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