COLOR #ECDEF6

HEX: #ECDEF6 RGB: (236,222,246)

Color info

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

RGB color model

#ECDEF6 color RGB value is (236,222,246).

RGB: (236,222,246) (93%, 87%, 96%)

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 246 of 255 = 96%

236
222
246

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

Portions of RGB colors in percentages

R + G + B = 236 + 222 + 246 = 704 (100%)
R 236 of 704 ~ 33.52%
G 222 of 704 ~ 31.53%
B 246 of 704 ~ 34.94'%

%33.52
%31.53
%34.94

CMYK color model

#ECDEF6 color CMYK value is (4,10,0,4).

  • cyan value is 4.07%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (4,10,0,4)
C4M10Y0K4 (4%, 10%, 0%, 4%)
(0.04 / 0.10 / 0.00 / 0.04)

CMYK percentages

%4.07
%9.76
%0
%3.53

Codes

Color #ECDEF6 in popluar color models

EC DE F6
RGB 236 222 246
HSL 275° 57.14% 91.76%
HSB/HSV 275° 9.76% 96.47%
CMYK 4.07% 9.76% 0.00%
3.53%

Color #ECDEF6 in popluar number systems.

HEX EC DE F6
Decimal 236 222 246
Binary 11101100 11011110 11110110
Octal 354 336 366

Shades and tints

Shades of #ECDEF6

#ECDEF6
(236,222,246)
#D7CAE0
(215,202,224)
#C2B6CA
(194,182,202)
#ADA2B4
(173,162,180)
#988E9E
(152,142,158)
#837A88
(131,122,136)
#6E6672
(110,102,114)
#59525C
(89,82,92)
#443E46
(68,62,70)
#2F2A30
(47,42,48)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #ECDEF6

#ECDEF6
(236,222,246)
#EDE1F6
(237,225,246)
#EEE4F6
(238,228,246)
#EFE7F6
(239,231,246)
#F0EAF6
(240,234,246)
#F1EDF6
(241,237,246)
#F2F0F6
(242,240,246)
#F3F3F6
(243,243,246)
#F4F6F6
(244,246,246)
#F5F9F6
(245,249,246)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDEF6 color. Also use rgb(236,222,246) instead hex code.

Text Font Color

.myTextColor { color: #ECDEF6; }

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

This text font color is #ECDEF6.

Background Color

.myBgColor { background-color: #ECDEF6; }

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

This div background color is #ECDEF6.

Border color

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

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

This div border color is #ECDEF6.

Opacity

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

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

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

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

This text has shadow with #ECDEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDEF6.

Preview

Color preview on black background

This text has color #ECDEF6 on black background.


Color preview on white background

This text has color #ECDEF6 on white background.


Black color preview on #ECDEF6 background

This text has black color on #ECDEF6 background.


White color preview on #ECDEF6 background

This text has white color on #ECDEF6 background.


Related colors

Complementary color

Complementary color for #hex is #132109.


I love getcolorcode.com

Triadic colors

1 #F6ECDE and #DEF6EC with #ECDEF6 are triadic colors.

2 #F6DEEC and #DEECF6 with #ECDEF6 are triadic colors.