#E0BFC6

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

Shades of Melanie #E0BFC6

Tints of Melanie #E0BFC6

Color information

#E0BFC6 (or 0xE0BFC6) is unknown color: approx Melanie. HEX triplet: E0, BF and C6. RGB value is (224,191,198). Sum of RGB (Red+Green+Blue) = 224+191+198=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFC6 is #1F4039. Grayscale: #C9C9C9. Windows color (decimal): -2048058 or 13025248. OLE color: 13025248.

HSL color Cylindrical-coordinate representation of color #E0BFC6: hue angle of 347.27º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFC6 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB224191198-
CMYK00.150.120.12
HSL347.27º34.74%81.37%-
HSV(B)347.27º14.73%87.84%-
XYZ59.5657.1961.32-
YUV201.66125.93143.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.54%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=36.54%
G=31.16%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419119800.150.120.12347.2734.7481.37
HexE0BFC60FCC15b2351
Octal340277306017141453343121
Binary11100000101111111100011001111110011001010110111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFC6; }

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

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

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

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

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

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

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

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