#E0BEC1

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

Shades of Melanie #E0BEC1

Tints of Melanie #E0BEC1

Color information

#E0BEC1 (or 0xE0BEC1) is unknown color: approx Melanie. HEX triplet: E0, BE and C1. RGB value is (224,190,193). Sum of RGB (Red+Green+Blue) = 224+190+193=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEC1 is #1F413E. Grayscale: #C8C8C8. Windows color (decimal): -2048319 or 12697312. OLE color: 12697312.

HSL color Cylindrical-coordinate representation of color #E0BEC1: hue angle of 354.71º 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 #E0BEC1 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB224190193-
CMYK00.150.140.12
HSL354.71º35.42%81.18%-
HSV(B)354.71º15.18%87.84%-
XYZ58.7856.5258.26-
YUV200.51123.76144.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=36.90%
G=31.30%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419019300.150.140.12354.7135.4281.18
HexE0BEC10FEC1632351
Octal340276301017161454343121
Binary11100000101111101100000101111111011001011000111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEC1; }

 p { color: rgb(224,190,193); }

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

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

 a { background-color: rgb(224,190,193); }

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

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

 span { border-color: rgb(224,190,193); }

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