COLOR #ECDAF5

HEX: #ECDAF5
RGB: (236,218,245)

Color info

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

RGB color model

#ECDAF5 color RGB value is (236,218,245).

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

RGB channels and saturation

R 236 of 255 = 93%
G 218 of 255 = 85%
B 245 of 255 = 96%

236
218
245

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

Portions of RGB colors in percentages

R + G + B =
236 + 218 + 245 = 699 (100%)
R 236 of 699 ~ 33.76%
G 218 of 699 ~ 31.19%
B 245 of 699 ~ 35.05%

%33.76
%31.19
%35.05

CMYK color model

#ECDAF5 color CMYK value is (4,11,0,4).

  • cyan value is 3.67%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(4,11,0,4)
C4M11Y0K4 
(4%,11%,0%,4%)
(0.04/0.11/0.00/0.04)	

CMYK percentages

%3.67
%11.02
%0
%3.92

Codes

Color #ECDAF5 in popluar color models

ECDAF5
RGB236218245
HSL280°57.45%90.78%
HSB/HSV280°11.02%96.08%
CMYK3.67%11.02%0.00%
3.92%

Color #ECDAF5 in popluar number systems.

HEXECDAF5
Decimal236218245
Binary111011001101101011110101
Octal354332365

Shades and tints

Shades of #ECDAF5

#ECDAF5
(236,218,245)
#D7C7DF
(215,199,223)
#C2B4C9
(194,180,201)
#ADA1B3
(173,161,179)
#988E9D
(152,142,157)
#837B87
(131,123,135)
#6E6871
(110,104,113)
#59555B
(89,85,91)
#444245
(68,66,69)
#2F2F2F
(47,47,47)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #ECDAF5

#ECDAF5
(236,218,245)
#EDDDF5
(237,221,245)
#EEE0F5
(238,224,245)
#EFE3F5
(239,227,245)
#F0E6F5
(240,230,245)
#F1E9F5
(241,233,245)
#F2ECF5
(242,236,245)
#F3EFF5
(243,239,245)
#F4F2F5
(244,242,245)
#F5F5F5
(245,245,245)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDAF5; }

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

This text font color is #ECDAF5.


Background Color

.myBgColor { background-color: #ECDAF5; }

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

This div background color is #ECDAF5.


Border color

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

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

This div border color is #ECDAF5.


Opacity

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

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

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

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

This text has shadow with #ECDAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDAF5 on black background.


Color preview on white background

This text has color #ECDAF5 on white background.



Black color preview on #ECDAF5 background

This text has black color on #ECDAF5 background.


White color preview on #ECDAF5 background

This text has white color on #ECDAF5 background.