#E3B0BD

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

Shades of Melanie #E3B0BD

Tints of Melanie #E3B0BD

Color information

#E3B0BD (or 0xE3B0BD) is unknown color: approx Melanie. HEX triplet: E3, B0 and BD. RGB value is (227,176,189). Sum of RGB (Red+Green+Blue) = 227+176+189=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3B0BD is #1C4F42. Grayscale: #C0C0C0. Windows color (decimal): -1855299 or 12431587. OLE color: 12431587.

HSL color Cylindrical-coordinate representation of color #E3B0BD: hue angle of 344.71º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3B0BD is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227176189-
CMYK00.220.170.11
HSL344.71º47.66%79.02%-
HSV(B)344.71º22.47%89.02%-
XYZ56.3951.0655.03-
YUV192.73125.9152.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.34%
GREEN value IS 176 (69.14% from 255) = 29.73%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=38.34%
G=29.73%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717618900.220.170.11344.7147.6679.02
HexE3B0BD01611B159304f
Octal343260275026211353160117
Binary1110001110110000101111010101101000110111010110011100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B0BD; }

 p { color: rgb(227,176,189); }

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

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

 a { background-color: rgb(227,176,189); }

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

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

 span { border-color: rgb(227,176,189); }

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