COLOR #ECDAEF

HEX: #ECDAEF
RGB: (236,218,239)

Color info

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

RGB color model

#ECDAEF color RGB value is (236,218,239).

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

RGB channels and saturation

R 236 of 255 = 93%
G 218 of 255 = 85%
B 239 of 255 = 94%

236
218
239

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

Portions of RGB colors in percentages

R + G + B =
236 + 218 + 239 = 693 (100%)
R 236 of 693 ~ 34.05%
G 218 of 693 ~ 31.46%
B 239 of 693 ~ 34.49%

%34.05
%31.46
%34.49

CMYK color model

#ECDAEF color CMYK value is (1,9,0,6).

  • cyan value is 1.26%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,9,0,6)
C1M9Y0K6 
(1%,9%,0%,6%)
(0.01/0.09/0.00/0.06)	

CMYK percentages

%1.26
%8.79
%0
%6.27

Codes

Color #ECDAEF in popluar color models

ECDAEF
RGB236218239
HSL291°39.62%89.61%
HSB/HSV291°8.79%93.73%
CMYK1.26%8.79%0.00%
6.27%

Color #ECDAEF in popluar number systems.

HEXECDAEF
Decimal236218239
Binary111011001101101011101111
Octal354332357

Shades and tints

Shades of #ECDAEF

#ECDAEF
(236,218,239)
#D7C7DA
(215,199,218)
#C2B4C5
(194,180,197)
#ADA1B0
(173,161,176)
#988E9B
(152,142,155)
#837B86
(131,123,134)
#6E6871
(110,104,113)
#59555C
(89,85,92)
#444247
(68,66,71)
#2F2F32
(47,47,50)
#1A1C1D
(26,28,29)
#000000
(0,0,0)

Tints of #ECDAEF

#ECDAEF
(236,218,239)
#EDDDF0
(237,221,240)
#EEE0F1
(238,224,241)
#EFE3F2
(239,227,242)
#F0E6F3
(240,230,243)
#F1E9F4
(241,233,244)
#F2ECF5
(242,236,245)
#F3EFF6
(243,239,246)
#F4F2F7
(244,242,247)
#F5F5F8
(245,245,248)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDAEF; }

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

This text font color is #ECDAEF.


Background Color

.myBgColor { background-color: #ECDAEF; }

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

This div background color is #ECDAEF.


Border color

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

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

This div border color is #ECDAEF.


Opacity

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

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

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

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

This text has shadow with #ECDAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDAEF on black background.


Color preview on white background

This text has color #ECDAEF on white background.



Black color preview on #ECDAEF background

This text has black color on #ECDAEF background.


White color preview on #ECDAEF background

This text has white color on #ECDAEF background.