#E7BCC4

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

Shades of Melanie #E7BCC4

Tints of Melanie #E7BCC4

Color information

#E7BCC4 (or 0xE7BCC4) is unknown color: approx Melanie. HEX triplet: E7, BC and C4. RGB value is (231,188,196). Sum of RGB (Red+Green+Blue) = 231+188+196=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCC4 is #18433B. Grayscale: #C9C9C9. Windows color (decimal): -1590076 or 12893415. OLE color: 12893415.

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

Color convert

RGB231188196-
CMYK00.190.150.09
HSL348.84º47.25%82.16%-
HSV(B)348.84º18.61%90.59%-
XYZ60.956.9460.01-
YUV201.77124.75148.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.56%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=37.56%
G=30.57%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118819600.190.150.09348.8447.2582.16
HexE7BCC4013F915d2f52
Octal347274304023171153557122
Binary111001111011110011000100010011111110011010111011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCC4; }

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

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

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

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

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

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

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

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