#E4BFC6

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

Shades of Melanie #E4BFC6

Tints of Melanie #E4BFC6

Color information

#E4BFC6 (or 0xE4BFC6) is unknown color: approx Melanie. HEX triplet: E4, BF and C6. RGB value is (228,191,198). Sum of RGB (Red+Green+Blue) = 228+191+198=617 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.95% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFC6 is #1B4039. Grayscale: #CACACA. Windows color (decimal): -1785914 or 13025252. OLE color: 13025252.

HSL color Cylindrical-coordinate representation of color #E4BFC6: hue angle of 348.65º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4BFC6 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB228191198-
CMYK00.160.130.11
HSL348.65º40.66%82.16%-
HSV(B)348.65º16.23%89.41%-
XYZ60.8257.8361.38-
YUV202.86125.26145.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.95%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 198 (77.73% from 255) = 32.09%
R=36.95%
G=30.96%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819119800.160.130.11348.6540.6682.16
HexE4BFC6010DB15d2952
Octal344277306020151353551122
Binary111001001011111111000110010000110110111010111011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFC6; }

 p { color: rgb(228,191,198); }

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

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

 a { background-color: rgb(228,191,198); }

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

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

 span { border-color: rgb(228,191,198); }

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