COLOR #ECDAEE

HEX: #ECDAEE RGB: (236,218,238)

Color info

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

RGB color model

#ECDAEE color RGB value is (236,218,238).

RGB: (236,218,238) (93%, 85%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 218 of 255 = 85%
B 238 of 255 = 93%

236
218
238

R + G + B ~ 90%. #ECDAEE is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 218 + 238 = 692 (100%)
R 236 of 692 ~ 34.1%
G 218 of 692 ~ 31.5%
B 238 of 692 ~ 34.39'%

%34.1
%31.5
%34.39

CMYK color model

#ECDAEE color CMYK value is (1,8,0,7).

  • cyan value is 0.84%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (1,8,0,7)
C1M8Y0K7 (1%, 8%, 0%, 7%)
(0.01 / 0.08 / 0.00 / 0.07)

CMYK percentages

%0.84
%8.4
%0
%6.67

Codes

Color #ECDAEE in popluar color models

EC DA EE
RGB 236 218 238
HSL 294° 37.04% 89.41%
HSB/HSV 294° 8.40% 93.33%
CMYK 0.84% 8.40% 0.00%
6.67%

Color #ECDAEE in popluar number systems.

HEX EC DA EE
Decimal 236 218 238
Binary 11101100 11011010 11101110
Octal 354 332 356

Shades and tints

Shades of #ECDAEE

#ECDAEE
(236,218,238)
#D7C7D9
(215,199,217)
#C2B4C4
(194,180,196)
#ADA1AF
(173,161,175)
#988E9A
(152,142,154)
#837B85
(131,123,133)
#6E6870
(110,104,112)
#59555B
(89,85,91)
#444246
(68,66,70)
#2F2F31
(47,47,49)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #ECDAEE

#ECDAEE
(236,218,238)
#EDDDEF
(237,221,239)
#EEE0F0
(238,224,240)
#EFE3F1
(239,227,241)
#F0E6F2
(240,230,242)
#F1E9F3
(241,233,243)
#F2ECF4
(242,236,244)
#F3EFF5
(243,239,245)
#F4F2F6
(244,242,246)
#F5F5F7
(245,245,247)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDAEE; }

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

This text font color is #ECDAEE.

Background Color

.myBgColor { background-color: #ECDAEE; }

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

This div background color is #ECDAEE.

Border color

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

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

This div border color is #ECDAEE.

Opacity

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

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

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

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

This text has shadow with #ECDAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDAEE.

Preview

Color preview on black background

This text has color #ECDAEE on black background.


Color preview on white background

This text has color #ECDAEE on white background.


Black color preview on #ECDAEE background

This text has black color on #ECDAEE background.


White color preview on #ECDAEE background

This text has white color on #ECDAEE background.


Related colors

Complementary color

Complementary color for #hex is #132511.


I love getcolorcode.com

Triadic colors

1 #EEECDA and #DAEEEC with #ECDAEE are triadic colors.

2 #EEDAEC and #DAECEE with #ECDAEE are triadic colors.