#E0BDC7

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

Shades of Melanie #E0BDC7

Tints of Melanie #E0BDC7

Color information

#E0BDC7 (or 0xE0BDC7) is unknown color: approx Melanie. HEX triplet: E0, BD and C7. RGB value is (224,189,199). Sum of RGB (Red+Green+Blue) = 224+189+199=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDC7 is #1F4238. Grayscale: #C8C8C8. Windows color (decimal): -2048569 or 13090272. OLE color: 13090272.

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

Color convert

RGB224189199-
CMYK00.160.110.12
HSL342.86º36.08%80.98%-
HSV(B)342.86º15.62%87.84%-
XYZ59.2556.3761.79-
YUV200.6127.1144.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=36.60%
G=30.88%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418919900.160.110.12342.8636.0880.98
HexE0BDC7010BC1572451
Octal340275307020131452744121
Binary111000001011110111000111010000101111001010101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDC7; }

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

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

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

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

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

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

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

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