#E0BDC1

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

Shades of Melanie #E0BDC1

Tints of Melanie #E0BDC1

Color information

#E0BDC1 (or 0xE0BDC1) is unknown color: approx Melanie. HEX triplet: E0, BD and C1. RGB value is (224,189,193). Sum of RGB (Red+Green+Blue) = 224+189+193=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDC1 is #1F423E. Grayscale: #C7C7C7. Windows color (decimal): -2048575 or 12697056. OLE color: 12697056.

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

Color convert

RGB224189193-
CMYK00.160.140.12
HSL353.14º36.08%80.98%-
HSV(B)353.14º15.62%87.84%-
XYZ58.5656.0958.19-
YUV199.92124.1145.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.96%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 193 (75.78% from 255) = 31.85%
R=36.96%
G=31.19%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418919300.160.140.12353.1436.0880.98
HexE0BDC1010EC1612451
Octal340275301020161454144121
Binary111000001011110111000001010000111011001011000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDC1; }

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

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

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

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

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

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

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

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