Html Css Color HEX #E2BCC1 Melanie

📋 copy color: '#E2BCC1'

red 226 ◦ green 188 ◦ blue 193

#E2BCC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #E2BCC1

Tints of Melanie #E2BCC1

RGB

 RED value IS 226 (88.67% from 255) = 37.23%

 GREEN value IS 188 (73.83% from 255) = 30.97%

 BLUE value IS 193 (75.78% from 255) = 31.8%

R = 37.23%
G = 30.97%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E2BCC1 (or 0xE2BCC1) is known color: Melanie. HEX triplet: E2, BC and C1. RGB value is (226,188,193). Sum of RGB (Red+Green+Blue) = 226+188+193=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCC1 is #1D433E. Grayscale: #C7C7C7. Windows color (decimal): -1917759 or 12696802. OLE color: 12696802.

HSL color Cylindrical-coordinate representation of color #E2BCC1: hue angle of 352.11º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCC1 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 188 193 -
CMYK 0 0.17 0.15 0.11
HSL 352.11º 0.4% 0.81% -
HSV(B) 352.11º 0.17% 0.89% -
XYZ 58.97 55.99 58.15 -
YUV 199.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 226 188 193 0 0.17 0.15 0.11 352.11 0.4 0.81
Hex E2 BC C1 0 11 F B 160 28 51
Octal 342 274 301 0 21 17 13 540 50 121
Binary 11100010 10111100 11000001 0 10001 1111 1011 101100000 101000 1010001

Color Harmonies of #E2BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCC1

Black with #E2BCC1

Text Example


Text Example

White with #E2BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCC1; }

 p { color: rgb(226,188,193); }

 H1.HeaderClassName
 {
   color: #E2BCC1;
 }
 .AnyTagClassName
 {
   color: #E2BCC1;
 }
</style>

background-color css

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

 a { background-color: rgb(226,188,193); }

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

border-color css

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

 span { border-color: rgb(226,188,193); }

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