Html Css Color HEX #E2BBC0 Melanie

📋 copy color: '#E2BBC0'

red 226 ◦ green 187 ◦ blue 192

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

Shades of Melanie #E2BBC0

Tints of Melanie #E2BBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.91%

 BLUE value IS 192 (75.39% from 255) = 31.74%

R = 37.36%
G = 30.91%
B = 31.74%

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

#E2BBC0 (or 0xE2BBC0) is known color: Melanie. HEX triplet: E2, BB and C0. RGB value is (226,187,192). Sum of RGB (Red+Green+Blue) = 226+187+192=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBC0 is #1D443F. Grayscale: #C7C7C7. Windows color (decimal): -1918016 or 12631010. OLE color: 12631010.

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

Color convert

RGB 226 187 192 -
CMYK 0 0.17 0.15 0.11
HSL 352.31º 0.4% 0.81% -
HSV(B) 352.31º 0.17% 0.89% -
XYZ 58.65 55.52 57.49 -
YUV 199.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 226 187 192 0 0.17 0.15 0.11 352.31 0.4 0.81
Hex E2 BB C0 0 11 F B 160 28 51
Octal 342 273 300 0 21 17 13 540 50 121
Binary 11100010 10111011 11000000 0 10001 1111 1011 101100000 101000 1010001

Color Harmonies of #E2BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBC0

Black with #E2BBC0

Text Example


Text Example

White with #E2BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBC0; }

 p { color: rgb(226,187,192); }

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

background-color css

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

 a { background-color: rgb(226,187,192); }

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

border-color css

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

 span { border-color: rgb(226,187,192); }

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