COLOR #ECE2F1

HEX: #ECE2F1
RGB: (236,226,241)

Color info

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

RGB color model

#ECE2F1 color RGB value is (236,226,241).

  • red value is 236;
  • green value is 226;
  • blue value is 241.
RGB:
(236,226,241)
(93%,89%,95%)

RGB channels and saturation

R 236 of 255 = 93%
G 226 of 255 = 89%
B 241 of 255 = 95%

236
226
241

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

Portions of RGB colors in percentages

R + G + B =
236 + 226 + 241 = 703 (100%)
R 236 of 703 ~ 33.57%
G 226 of 703 ~ 32.15%
B 241 of 703 ~ 34.28%

%33.57
%32.15
%34.28

CMYK color model

#ECE2F1 color CMYK value is (2,6,0,5).

  • cyan value is 2.07%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(2,6,0,5)
C2M6Y0K5 
(2%,6%,0%,5%)
(0.02/0.06/0.00/0.05)	

CMYK percentages

%2.07
%6.22
%0
%5.49

Codes

Color #ECE2F1 in popluar color models

ECE2F1
RGB236226241
HSL280°34.88%91.57%
HSB/HSV280°6.22%94.51%
CMYK2.07%6.22%0.00%
5.49%

Color #ECE2F1 in popluar number systems.

HEXECE2F1
Decimal236226241
Binary111011001110001011110001
Octal354342361

Shades and tints

Shades of #ECE2F1

#ECE2F1
(236,226,241)
#D7CEDC
(215,206,220)
#C2BAC7
(194,186,199)
#ADA6B2
(173,166,178)
#98929D
(152,146,157)
#837E88
(131,126,136)
#6E6A73
(110,106,115)
#59565E
(89,86,94)
#444249
(68,66,73)
#2F2E34
(47,46,52)
#1A1A1F
(26,26,31)
#000000
(0,0,0)

Tints of #ECE2F1

#ECE2F1
(236,226,241)
#EDE4F2
(237,228,242)
#EEE6F3
(238,230,243)
#EFE8F4
(239,232,244)
#F0EAF5
(240,234,245)
#F1ECF6
(241,236,246)
#F2EEF7
(242,238,247)
#F3F0F8
(243,240,248)
#F4F2F9
(244,242,249)
#F5F4FA
(245,244,250)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE2F1 color. Also use rgb(236,226,241) instead hex code.

Text Font Color

.myTextColor { color: #ECE2F1; }

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

This text font color is #ECE2F1.


Background Color

.myBgColor { background-color: #ECE2F1; }

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

This div background color is #ECE2F1.


Border color

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

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

This div border color is #ECE2F1.


Opacity

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

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

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

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

This text has shadow with #ECE2F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE2F1 on black background.


Color preview on white background

This text has color #ECE2F1 on white background.



Black color preview on #ECE2F1 background

This text has black color on #ECE2F1 background.


White color preview on #ECE2F1 background

This text has white color on #ECE2F1 background.