Html Css Color HEX #E2BCC5 Melanie

📋 copy color: '#E2BCC5'

red 226 ◦ green 188 ◦ blue 197

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

Shades of Melanie #E2BCC5

Tints of Melanie #E2BCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.24%

R = 36.99%
G = 30.77%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E2BCC5 (or 0xE2BCC5) is known color: Melanie. HEX triplet: E2, BC and C5. RGB value is (226,188,197). Sum of RGB (Red+Green+Blue) = 226+188+197=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCC5 is #1D433A. Grayscale: #C8C8C8. Windows color (decimal): -1917755 or 12958946. OLE color: 12958946.

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

Color convert

RGB 226 188 197 -
CMYK 0 0.17 0.13 0.11
HSL 345.79º 0.4% 0.81% -
HSV(B) 345.79º 0.17% 0.89% -
XYZ 59.43 56.17 60.53 -
YUV 200.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 226 188 197 0 0.17 0.13 0.11 345.79 0.4 0.81
Hex E2 BC C5 0 11 D B 15A 28 51
Octal 342 274 305 0 21 15 13 532 50 121
Binary 11100010 10111100 11000101 0 10001 1101 1011 101011010 101000 1010001

Color Harmonies of #E2BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCC5

Black with #E2BCC5

Text Example


Text Example

White with #E2BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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