#E0BFCA

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

Shades of Melanie #E0BFCA

Tints of Melanie #E0BFCA

Color information

#E0BFCA (or 0xE0BFCA) is unknown color: approx Melanie. HEX triplet: E0, BF and CA. RGB value is (224,191,202). Sum of RGB (Red+Green+Blue) = 224+191+202=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFCA is #1F4035. Grayscale: #CACACA. Windows color (decimal): -2048054 or 13287392. OLE color: 13287392.

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

Color convert

RGB224191202-
CMYK00.150.100.12
HSL340º34.74%81.37%-
HSV(B)340º14.73%87.84%-
XYZ60.0357.3763.79-
YUV202.12127.93143.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.30%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=36.30%
G=30.96%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419120200.150.100.1234034.7481.37
HexE0BFCA0FAC1542351
Octal340277312017121452443121
Binary11100000101111111100101001111101011001010101001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFCA; }

 p { color: rgb(224,191,202); }

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

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

 a { background-color: rgb(224,191,202); }

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

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

 span { border-color: rgb(224,191,202); }

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