COLOR #ECDAFC

HEX: #ECDAFC
RGB: (236,218,252)

Color info

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

RGB color model

#ECDAFC color RGB value is (236,218,252).

  • red value is 236;
  • green value is 218;
  • blue value is 252.
RGB:
(236,218,252)
(93%,85%,99%)

RGB channels and saturation

R 236 of 255 = 93%
G 218 of 255 = 85%
B 252 of 255 = 99%

236
218
252

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

Portions of RGB colors in percentages

R + G + B =
236 + 218 + 252 = 706 (100%)
R 236 of 706 ~ 33.43%
G 218 of 706 ~ 30.88%
B 252 of 706 ~ 35.69%

%33.43
%30.88
%35.69

CMYK color model

#ECDAFC color CMYK value is (6,13,0,1).

  • cyan value is 6.35%
  • magenta value is 13.49%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(6,13,0,1)
C6M13Y0K1 
(6%,13%,0%,1%)
(0.06/0.13/0.00/0.01)	

CMYK percentages

%6.35
%13.49
%0
%1.18

Codes

Color #ECDAFC in popluar color models

ECDAFC
RGB236218252
HSL272°85.00%92.16%
HSB/HSV272°13.49%98.82%
CMYK6.35%13.49%0.00%
1.18%

Color #ECDAFC in popluar number systems.

HEXECDAFC
Decimal236218252
Binary111011001101101011111100
Octal354332374

Shades and tints

Shades of #ECDAFC

#ECDAFC
(236,218,252)
#D7C7E6
(215,199,230)
#C2B4D0
(194,180,208)
#ADA1BA
(173,161,186)
#988EA4
(152,142,164)
#837B8E
(131,123,142)
#6E6878
(110,104,120)
#595562
(89,85,98)
#44424C
(68,66,76)
#2F2F36
(47,47,54)
#1A1C20
(26,28,32)
#000000
(0,0,0)

Tints of #ECDAFC

#ECDAFC
(236,218,252)
#EDDDFC
(237,221,252)
#EEE0FC
(238,224,252)
#EFE3FC
(239,227,252)
#F0E6FC
(240,230,252)
#F1E9FC
(241,233,252)
#F2ECFC
(242,236,252)
#F3EFFC
(243,239,252)
#F4F2FC
(244,242,252)
#F5F5FC
(245,245,252)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDAFC color. Also use rgb(236,218,252) instead hex code.

Text Font Color

.myTextColor { color: #ECDAFC; }

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

This text font color is #ECDAFC.


Background Color

.myBgColor { background-color: #ECDAFC; }

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

This div background color is #ECDAFC.


Border color

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

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

This div border color is #ECDAFC.


Opacity

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

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

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

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

This text has shadow with #ECDAFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDAFC on black background.


Color preview on white background

This text has color #ECDAFC on white background.



Black color preview on #ECDAFC background

This text has black color on #ECDAFC background.


White color preview on #ECDAFC background

This text has white color on #ECDAFC background.