#E0BDC2

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

Shades of Melanie #E0BDC2

Tints of Melanie #E0BDC2

Color information

#E0BDC2 (or 0xE0BDC2) is unknown color: approx Melanie. HEX triplet: E0, BD and C2. RGB value is (224,189,194). Sum of RGB (Red+Green+Blue) = 224+189+194=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDC2 is #1F423D. Grayscale: #C8C8C8. Windows color (decimal): -2048574 or 12762592. OLE color: 12762592.

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

Color convert

RGB224189194-
CMYK00.160.130.12
HSL351.43º36.08%80.98%-
HSV(B)351.43º15.62%87.84%-
XYZ58.6856.1458.78-
YUV200.03124.6145.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 194 (76.17% from 255) = 31.96%
R=36.90%
G=31.14%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418919400.160.130.12351.4336.0880.98
HexE0BDC2010DC15f2451
Octal340275302020151453744121
Binary111000001011110111000010010000110111001010111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDC2; }

 p { color: rgb(224,189,194); }

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

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

 a { background-color: rgb(224,189,194); }

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

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

 span { border-color: rgb(224,189,194); }

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