COLOR #ECE2EB

HEX: #ECE2EB RGB: (236,226,235)

Color info

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

RGB color model

#ECE2EB color RGB value is (236,226,235).

RGB: (236,226,235) (93%, 89%, 92%)

RGB channels and saturation

R 236 of 255 = 93%
G 226 of 255 = 89%
B 235 of 255 = 92%

236
226
235

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

Portions of RGB colors in percentages

R + G + B = 236 + 226 + 235 = 697 (100%)
R 236 of 697 ~ 33.86%
G 226 of 697 ~ 32.42%
B 235 of 697 ~ 33.72'%

%33.86
%32.42
%33.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 0.42%
  • key color value is 7.45%
CMYK: (0,4,0,7) C0M4Y0K7 (0%,4%,0%,7%) (0.00/0.04/0.00/0.07) 

CMYK percentages

%0
%4.24
%0.42
%7.45

Codes

Color #ECE2EB in popluar color models

EC E2 EB
RGB 236 226 235
HSL 306° 20.83% 90.59%
HSB/HSV 306° 4.24% 92.55%
CMYK 0.00% 4.24% 0.42%
7.45%

Color #ECE2EB in popluar number systems.

HEX EC E2 EB
Decimal 236 226 235
Binary 11101100 11100010 11101011
Octal 354 342 353

Shades and tints

Shades of #ECE2EB

#ECE2EB
(236,226,235)
#D7CED6
(215,206,214)
#C2BAC1
(194,186,193)
#ADA6AC
(173,166,172)
#989297
(152,146,151)
#837E82
(131,126,130)
#6E6A6D
(110,106,109)
#595658
(89,86,88)
#444243
(68,66,67)
#2F2E2E
(47,46,46)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #ECE2EB

#ECE2EB
(236,226,235)
#EDE4EC
(237,228,236)
#EEE6ED
(238,230,237)
#EFE8EE
(239,232,238)
#F0EAEF
(240,234,239)
#F1ECF0
(241,236,240)
#F2EEF1
(242,238,241)
#F3F0F2
(243,240,242)
#F4F2F3
(244,242,243)
#F5F4F4
(245,244,244)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE2EB; }

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

This text font color is #ECE2EB.

Background Color

.myBgColor { background-color: #ECE2EB; }

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

This div background color is #ECE2EB.

Border color

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

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

This div border color is #ECE2EB.

Opacity

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

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

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

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

This text has shadow with #ECE2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE2EB.

Preview

Color preview on black background

This text has color #ECE2EB on black background.


Color preview on white background

This text has color #ECE2EB on white background.


Black color preview on #ECE2EB background

This text has black color on #ECE2EB background.


White color preview on #ECE2EB background

This text has white color on #ECE2EB background.


Related colors

Complementary color

Complementary color for #hex is #131D14.


I love getcolorcode.com

Triadic colors

1 #EBECE2 and #E2EBEC with #ECE2EB are triadic colors.

2 #EBE2EC and #E2ECEB with #ECE2EB are triadic colors.