COLOR #ECE4EE

HEX: #ECE4EE RGB: (236,228,238)

Color info

#ECE4EE contains red, green and blue colors in about the same proportion. Web safe color of #ECE4EE is #FFCCFF (or #FCF).

RGB color model

#ECE4EE color RGB value is (236,228,238).

RGB: (236,228,238) (93%, 89%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 228 of 255 = 89%
B 238 of 255 = 93%

236
228
238

R + G + B ~ 92%. #ECE4EE is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 228 + 238 = 702 (100%)
R 236 of 702 ~ 33.62%
G 228 of 702 ~ 32.48%
B 238 of 702 ~ 33.9'%

%33.62
%32.48
%33.9

CMYK color model

#ECE4EE color CMYK value is (1,4,0,7).

  • cyan value is 0.84%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (1,4,0,7)
C1M4Y0K7 (1%, 4%, 0%, 7%)
(0.01 / 0.04 / 0.00 / 0.07)

CMYK percentages

%0.84
%4.2
%0
%6.67

Codes

Color #ECE4EE in popluar color models

EC E4 EE
RGB 236 228 238
HSL 288° 22.73% 91.37%
HSB/HSV 288° 4.20% 93.33%
CMYK 0.84% 4.20% 0.00%
6.67%

Color #ECE4EE in popluar number systems.

HEX EC E4 EE
Decimal 236 228 238
Binary 11101100 11100100 11101110
Octal 354 344 356

Shades and tints

Shades of #ECE4EE

#ECE4EE
(236,228,238)
#D7D0D9
(215,208,217)
#C2BCC4
(194,188,196)
#ADA8AF
(173,168,175)
#98949A
(152,148,154)
#838085
(131,128,133)
#6E6C70
(110,108,112)
#59585B
(89,88,91)
#444446
(68,68,70)
#2F3031
(47,48,49)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #ECE4EE

#ECE4EE
(236,228,238)
#EDE6EF
(237,230,239)
#EEE8F0
(238,232,240)
#EFEAF1
(239,234,241)
#F0ECF2
(240,236,242)
#F1EEF3
(241,238,243)
#F2F0F4
(242,240,244)
#F3F2F5
(243,242,245)
#F4F4F6
(244,244,246)
#F5F6F7
(245,246,247)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE4EE; }

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

This text font color is #ECE4EE.

Background Color

.myBgColor { background-color: #ECE4EE; }

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

This div background color is #ECE4EE.

Border color

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

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

This div border color is #ECE4EE.

Opacity

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

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

Text with #ECE4EE 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 #ECE4EE;}

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

This text has shadow with #ECE4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE4EE.

Preview

Color preview on black background

This text has color #ECE4EE on black background.


Color preview on white background

This text has color #ECE4EE on white background.


Black color preview on #ECE4EE background

This text has black color on #ECE4EE background.


White color preview on #ECE4EE background

This text has white color on #ECE4EE background.


Related colors

Complementary color

Complementary color for #hex is #131B11.


I love getcolorcode.com

Triadic colors

1 #EEECE4 and #E4EEEC with #ECE4EE are triadic colors.

2 #EEE4EC and #E4ECEE with #ECE4EE are triadic colors.