#E1BDC1

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

Shades of Melanie #E1BDC1

Tints of Melanie #E1BDC1

Color information

#E1BDC1 (or 0xE1BDC1) is unknown color: approx Melanie. HEX triplet: E1, BD and C1. RGB value is (225,189,193). Sum of RGB (Red+Green+Blue) = 225+189+193=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDC1 is #1E423E. Grayscale: #C8C8C8. Windows color (decimal): -1983039 or 12697057. OLE color: 12697057.

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

Color convert

RGB225189193-
CMYK00.160.140.12
HSL353.33º37.5%81.18%-
HSV(B)353.33º16%88.24%-
XYZ58.8756.2558.21-
YUV200.22123.93145.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=37.07%
G=31.14%
B=31.80%

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
Decimal22518919300.160.140.12353.3337.581.18
HexE1BDC1010EC1612651
Octal341275301020161454146121
Binary111000011011110111000001010000111011001011000011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDC1; }

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

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

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

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

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

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

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

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