#E0B9C3

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

Shades of Melanie #E0B9C3

Tints of Melanie #E0B9C3

Color information

#E0B9C3 (or 0xE0B9C3) is unknown color: approx Melanie. HEX triplet: E0, B9 and C3. RGB value is (224,185,195). Sum of RGB (Red+Green+Blue) = 224+185+195=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B9C3 is #1F463C. Grayscale: #C5C5C5. Windows color (decimal): -2049597 or 12827104. OLE color: 12827104.

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

Color convert

RGB224185195-
CMYK00.170.130.12
HSL344.62º38.61%80.2%-
HSV(B)344.62º17.41%87.84%-
XYZ57.9454.4959.09-
YUV197.8126.42146.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 185 (72.66% from 255) = 30.63%
BLUE value IS 195 (76.56% from 255) = 32.28%
R=37.09%
G=30.63%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418519500.170.130.12344.6238.6180.2
HexE0B9C3011DC1592750
Octal340271303021151453147120
Binary111000001011100111000011010001110111001010110011001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B9C3; }

 p { color: rgb(224,185,195); }

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

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

 a { background-color: rgb(224,185,195); }

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

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

 span { border-color: rgb(224,185,195); }

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