COLOR #ECE0EE

HEX: #ECE0EE
RGB: (236,224,238)

Color info

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

RGB color model

#ECE0EE color RGB value is (236,224,238).

  • red value is 236;
  • green value is 224;
  • blue value is 238.
RGB:
(236,224,238)
(93%,88%,93%)

RGB channels and saturation

R 236 of 255 = 93%
G 224 of 255 = 88%
B 238 of 255 = 93%

236
224
238

R + G + B ~ 91%. #ECE0EE is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 224 + 238 = 698 (100%)
R 236 of 698 ~ 33.81%
G 224 of 698 ~ 32.09%
B 238 of 698 ~ 34.1%

%33.81
%32.09
%34.1

CMYK color model

#ECE0EE color CMYK value is (1,6,0,7).

  • cyan value is 0.84%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(1,6,0,7)
C1M6Y0K7 
(1%,6%,0%,7%)
(0.01/0.06/0.00/0.07)	

CMYK percentages

%0.84
%5.88
%0
%6.67

Codes

Color #ECE0EE in popluar color models

ECE0EE
RGB236224238
HSL291°29.17%90.59%
HSB/HSV291°5.88%93.33%
CMYK0.84%5.88%0.00%
6.67%

Color #ECE0EE in popluar number systems.

HEXECE0EE
Decimal236224238
Binary111011001110000011101110
Octal354340356

Shades and tints

Shades of #ECE0EE

#ECE0EE
(236,224,238)
#D7CCD9
(215,204,217)
#C2B8C4
(194,184,196)
#ADA4AF
(173,164,175)
#98909A
(152,144,154)
#837C85
(131,124,133)
#6E6870
(110,104,112)
#59545B
(89,84,91)
#444046
(68,64,70)
#2F2C31
(47,44,49)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #ECE0EE

#ECE0EE
(236,224,238)
#EDE2EF
(237,226,239)
#EEE4F0
(238,228,240)
#EFE6F1
(239,230,241)
#F0E8F2
(240,232,242)
#F1EAF3
(241,234,243)
#F2ECF4
(242,236,244)
#F3EEF5
(243,238,245)
#F4F0F6
(244,240,246)
#F5F2F7
(245,242,247)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE0EE; }

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

This text font color is #ECE0EE.


Background Color

.myBgColor { background-color: #ECE0EE; }

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

This div background color is #ECE0EE.


Border color

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

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

This div border color is #ECE0EE.


Opacity

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

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

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

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

This text has shadow with #ECE0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE0EE on black background.


Color preview on white background

This text has color #ECE0EE on white background.



Black color preview on #ECE0EE background

This text has black color on #ECE0EE background.


White color preview on #ECE0EE background

This text has white color on #ECE0EE background.