COLOR #ECE1E4

HEX: #ECE1E4 RGB: (236,225,228)

Color info

#ECE1E4 contains red, green and blue colors in about the same proportion. Web safe color of #ECE1E4 is #FFCCCC (or #FCC).

RGB color model

#ECE1E4 color RGB value is (236,225,228).

RGB: (236,225,228) (93%, 88%, 89%)

RGB channels and saturation

R 236 of 255 = 93%
G 225 of 255 = 88%
B 228 of 255 = 89%

236
225
228

R + G + B ~ 90%. #ECE1E4 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 225 + 228 = 689 (100%)
R 236 of 689 ~ 34.25%
G 225 of 689 ~ 32.66%
B 228 of 689 ~ 33.09'%

%34.25
%32.66
%33.09

CMYK color model

#ECE1E4 color CMYK value is (0,5,3,7).

  • cyan value is 0.00%
  • magenta value is 4.66%
  • yellow value is 3.39%
  • key color value is 7.45%
CMYK: (0,5,3,7) C0M5Y3K7 (0%,5%,3%,7%) (0.00/0.05/0.03/0.07) 

CMYK percentages

%0
%4.66
%3.39
%7.45

Codes

Color #ECE1E4 in popluar color models

EC E1 E4
RGB 236 225 228
HSL 344° 22.45% 90.39%
HSB/HSV 344° 4.66% 92.55%
CMYK 0.00% 4.66% 3.39%
7.45%

Color #ECE1E4 in popluar number systems.

HEX EC E1 E4
Decimal 236 225 228
Binary 11101100 11100001 11100100
Octal 354 341 344

Shades and tints

Shades of #ECE1E4

#ECE1E4
(236,225,228)
#D7CDD0
(215,205,208)
#C2B9BC
(194,185,188)
#ADA5A8
(173,165,168)
#989194
(152,145,148)
#837D80
(131,125,128)
#6E696C
(110,105,108)
#595558
(89,85,88)
#444144
(68,65,68)
#2F2D30
(47,45,48)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #ECE1E4

#ECE1E4
(236,225,228)
#EDE3E6
(237,227,230)
#EEE5E8
(238,229,232)
#EFE7EA
(239,231,234)
#F0E9EC
(240,233,236)
#F1EBEE
(241,235,238)
#F2EDF0
(242,237,240)
#F3EFF2
(243,239,242)
#F4F1F4
(244,241,244)
#F5F3F6
(245,243,246)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE1E4 color. Also use rgb(236,225,228) instead hex code.

Text Font Color

.myTextColor { color: #ECE1E4; }

<p style="color:#ECE1E4">This sample text font color is #ECE1E4.</p>

This text font color is #ECE1E4.

Background Color

.myBgColor { background-color: #ECE1E4; }

<div style="background-color:#ECE1E4">Inner text</div>

This div background color is #ECE1E4.

Border color

.myBorderColor { border: 1px solid #ECE1E4; }

<div style="border:3px solid #ECE1E4">Div</div>

This div border color is #ECE1E4.

Opacity

.myOpacity80 { color: #ECE1E4; opacity: 0.8; }

<p style="color:#ECE1E4;opacity:0.8;">80%</p>

Text with #ECE1E4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ECE1E4;}

<p style="text-shadow: 3px 3px 1px #ECE1E4">Text here.</p>

This text has shadow with #ECE1E4 color.


.textShadow {text-shadow: 3px 3px 1px #ECE1E4', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ECE1E4, 5px 5px 20px red">Text here.</p>

This text has shadow with #ECE1E4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECE1E4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ECE1E4, Direction=45, Strength=4)">Text</p>

This text has shadow with #ECE1E4 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ECE1E4;
-webkit-box-shadow: 1px 1px 3px 2px #ECE1E4;
box-shadow: 1px 1px 3px 2px #ECE1E4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECE1E4; -webkit-box-shadow: 1px 1px 3px 2px #ECE1E4; box-shadow:1px 1px 3px 2px #ECE1E4;">
Div content here
</div>

This div box has shadow with color #ECE1E4.

Preview

Color preview on black background

This text has color #ECE1E4 on black background.


Color preview on white background

This text has color #ECE1E4 on white background.


Black color preview on #ECE1E4 background

This text has black color on #ECE1E4 background.


White color preview on #ECE1E4 background

This text has white color on #ECE1E4 background.


Related colors

Complementary color

Complementary color for #hex is #131E1B.


I love getcolorcode.com

Triadic colors

1 #E4ECE1 and #E1E4EC with #ECE1E4 are triadic colors.

2 #E4E1EC and #E1ECE4 with #ECE1E4 are triadic colors.