COLOR #ECD2FE

HEX: #ECD2FE
RGB: (236,210,254)

Color info

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

RGB color model

#ECD2FE color RGB value is (236,210,254).

  • red value is 236;
  • green value is 210;
  • blue value is 254.
RGB:
(236,210,254)
(93%,82%,100%)

RGB channels and saturation

R 236 of 255 = 93%
G 210 of 255 = 82%
B 254 of 255 = 100%

236
210
254

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

Portions of RGB colors in percentages

R + G + B =
236 + 210 + 254 = 700 (100%)
R 236 of 700 ~ 33.71%
G 210 of 700 ~ 30%
B 254 of 700 ~ 36.29%

%33.71
%30
%36.29

CMYK color model

#ECD2FE color CMYK value is (7,17,0,0).

  • cyan value is 7.09%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(7,17,0,0)
C7M17Y0K0 
(7%,17%,0%,0%)
(0.07/0.17/0.00/0.00)	

CMYK percentages

%7.09
%17.32
%0
%0.39

Codes

Color #ECD2FE in popluar color models

ECD2FE
RGB236210254
HSL275°95.65%90.98%
HSB/HSV275°17.32%99.61%
CMYK7.09%17.32%0.00%
0.39%

Color #ECD2FE in popluar number systems.

HEXECD2FE
Decimal236210254
Binary111011001101001011111110
Octal354322376

Shades and tints

Shades of #ECD2FE

#ECD2FE
(236,210,254)
#D7BFE7
(215,191,231)
#C2ACD0
(194,172,208)
#AD99B9
(173,153,185)
#9886A2
(152,134,162)
#83738B
(131,115,139)
#6E6074
(110,96,116)
#594D5D
(89,77,93)
#443A46
(68,58,70)
#2F272F
(47,39,47)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #ECD2FE

#ECD2FE
(236,210,254)
#EDD6FE
(237,214,254)
#EEDAFE
(238,218,254)
#EFDEFE
(239,222,254)
#F0E2FE
(240,226,254)
#F1E6FE
(241,230,254)
#F2EAFE
(242,234,254)
#F3EEFE
(243,238,254)
#F4F2FE
(244,242,254)
#F5F6FE
(245,246,254)
#F6FAFE
(246,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD2FE color. Also use rgb(236,210,254) instead hex code.

Text Font Color

.myTextColor { color: #ECD2FE; }

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

This text font color is #ECD2FE.


Background Color

.myBgColor { background-color: #ECD2FE; }

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

This div background color is #ECD2FE.


Border color

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

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

This div border color is #ECD2FE.


Opacity

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

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

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

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

This text has shadow with #ECD2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD2FE on black background.


Color preview on white background

This text has color #ECD2FE on white background.



Black color preview on #ECD2FE background

This text has black color on #ECD2FE background.


White color preview on #ECD2FE background

This text has white color on #ECD2FE background.