COLOR #ECDEEB

HEX: #ECDEEB
RGB: (236,222,235)

Color info

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

RGB color model

#ECDEEB color RGB value is (236,222,235).

  • red value is 236;
  • green value is 222;
  • blue value is 235.
RGB:
(236,222,235)
(93%,87%,92%)

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 235 of 255 = 92%

236
222
235

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

Portions of RGB colors in percentages

R + G + B =
236 + 222 + 235 = 693 (100%)
R 236 of 693 ~ 34.05%
G 222 of 693 ~ 32.03%
B 235 of 693 ~ 33.91%

%34.05
%32.03
%33.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 0.42%
  • key color value is 7.45%
CMYK:
(0,6,0,7)
C0M6Y0K7 
(0%,6%,0%,7%)
(0.00/0.06/0.00/0.07)	

CMYK percentages

%0
%5.93
%0.42
%7.45

Codes

Color #ECDEEB in popluar color models

ECDEEB
RGB236222235
HSL304°26.92%89.80%
HSB/HSV304°5.93%92.55%
CMYK0.00%5.93%0.42%
7.45%

Color #ECDEEB in popluar number systems.

HEXECDEEB
Decimal236222235
Binary111011001101111011101011
Octal354336353

Shades and tints

Shades of #ECDEEB

#ECDEEB
(236,222,235)
#D7CAD6
(215,202,214)
#C2B6C1
(194,182,193)
#ADA2AC
(173,162,172)
#988E97
(152,142,151)
#837A82
(131,122,130)
#6E666D
(110,102,109)
#595258
(89,82,88)
#443E43
(68,62,67)
#2F2A2E
(47,42,46)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #ECDEEB

#ECDEEB
(236,222,235)
#EDE1EC
(237,225,236)
#EEE4ED
(238,228,237)
#EFE7EE
(239,231,238)
#F0EAEF
(240,234,239)
#F1EDF0
(241,237,240)
#F2F0F1
(242,240,241)
#F3F3F2
(243,243,242)
#F4F6F3
(244,246,243)
#F5F9F4
(245,249,244)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDEEB; }

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

This text font color is #ECDEEB.


Background Color

.myBgColor { background-color: #ECDEEB; }

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

This div background color is #ECDEEB.


Border color

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

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

This div border color is #ECDEEB.


Opacity

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

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

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

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

This text has shadow with #ECDEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDEEB on black background.


Color preview on white background

This text has color #ECDEEB on white background.



Black color preview on #ECDEEB background

This text has black color on #ECDEEB background.


White color preview on #ECDEEB background

This text has white color on #ECDEEB background.