COLOR #ECDEFB

HEX: #ECDEFB
RGB: (236,222,251)

Color info

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

RGB color model

#ECDEFB color RGB value is (236,222,251).

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

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 251 of 255 = 98%

236
222
251

R + G + B ~ 93%. #ECDEFB is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 222 + 251 = 709 (100%)
R 236 of 709 ~ 33.29%
G 222 of 709 ~ 31.31%
B 251 of 709 ~ 35.4%

%33.29
%31.31
%35.4

CMYK color model

#ECDEFB color CMYK value is (6,12,0,2).

  • cyan value is 5.98%
  • magenta value is 11.55%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,12,0,2)
C6M12Y0K2 
(6%,12%,0%,2%)
(0.06/0.12/0.00/0.02)	

CMYK percentages

%5.98
%11.55
%0
%1.57

Codes

Color #ECDEFB in popluar color models

ECDEFB
RGB236222251
HSL269°78.38%92.75%
HSB/HSV269°11.55%98.43%
CMYK5.98%11.55%0.00%
1.57%

Color #ECDEFB in popluar number systems.

HEXECDEFB
Decimal236222251
Binary111011001101111011111011
Octal354336373

Shades and tints

Shades of #ECDEFB

#ECDEFB
(236,222,251)
#D7CAE5
(215,202,229)
#C2B6CF
(194,182,207)
#ADA2B9
(173,162,185)
#988EA3
(152,142,163)
#837A8D
(131,122,141)
#6E6677
(110,102,119)
#595261
(89,82,97)
#443E4B
(68,62,75)
#2F2A35
(47,42,53)
#1A161F
(26,22,31)
#000000
(0,0,0)

Tints of #ECDEFB

#ECDEFB
(236,222,251)
#EDE1FB
(237,225,251)
#EEE4FB
(238,228,251)
#EFE7FB
(239,231,251)
#F0EAFB
(240,234,251)
#F1EDFB
(241,237,251)
#F2F0FB
(242,240,251)
#F3F3FB
(243,243,251)
#F4F6FB
(244,246,251)
#F5F9FB
(245,249,251)
#F6FCFB
(246,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDEFB; }

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

This text font color is #ECDEFB.


Background Color

.myBgColor { background-color: #ECDEFB; }

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

This div background color is #ECDEFB.


Border color

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

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

This div border color is #ECDEFB.


Opacity

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

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

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

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

This text has shadow with #ECDEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDEFB on black background.


Color preview on white background

This text has color #ECDEFB on white background.



Black color preview on #ECDEFB background

This text has black color on #ECDEFB background.


White color preview on #ECDEFB background

This text has white color on #ECDEFB background.