Html Css Color HEX #E2BBC2 Melanie

📋 copy color: '#E2BBC2'

red 226 ◦ green 187 ◦ blue 194

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

Shades of Melanie #E2BBC2

Tints of Melanie #E2BBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.96%

R = 37.23%
G = 30.81%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E2BBC2 (or 0xE2BBC2) is known color: Melanie. HEX triplet: E2, BB and C2. RGB value is (226,187,194). Sum of RGB (Red+Green+Blue) = 226+187+194=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BBC2 is #1D443D. Grayscale: #C7C7C7. Windows color (decimal): -1918014 or 12762082. OLE color: 12762082.

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

Color convert

RGB 226 187 194 -
CMYK 0 0.17 0.14 0.11
HSL 349.23º 0.4% 0.81% -
HSV(B) 349.23º 0.17% 0.89% -
XYZ 58.87 55.6 58.67 -
YUV 199.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 226 187 194 0 0.17 0.14 0.11 349.23 0.4 0.81
Hex E2 BB C2 0 11 E B 15D 28 51
Octal 342 273 302 0 21 16 13 535 50 121
Binary 11100010 10111011 11000010 0 10001 1110 1011 101011101 101000 1010001

Color Harmonies of #E2BBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBC2

Black with #E2BBC2

Text Example


Text Example

White with #E2BBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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