COLOR #ECD2F6

HEX: #ECD2F6 RGB: (236,210,246)

Color info

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

RGB color model

#ECD2F6 color RGB value is (236,210,246).

RGB: (236,210,246) (93%, 82%, 96%)

RGB channels and saturation

R 236 of 255 = 93%
G 210 of 255 = 82%
B 246 of 255 = 96%

236
210
246

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

Portions of RGB colors in percentages

R + G + B = 236 + 210 + 246 = 692 (100%)
R 236 of 692 ~ 34.1%
G 210 of 692 ~ 30.35%
B 246 of 692 ~ 35.55'%

%34.1
%30.35
%35.55

CMYK color model

#ECD2F6 color CMYK value is (4,15,0,4).

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

CMYK: (4,15,0,4)
C4M15Y0K4 (4%, 15%, 0%, 4%)
(0.04 / 0.15 / 0.00 / 0.04)

CMYK percentages

%4.07
%14.63
%0
%3.53

Codes

Color #ECD2F6 in popluar color models

EC D2 F6
RGB 236 210 246
HSL 283° 66.67% 89.41%
HSB/HSV 283° 14.63% 96.47%
CMYK 4.07% 14.63% 0.00%
3.53%

Color #ECD2F6 in popluar number systems.

HEX EC D2 F6
Decimal 236 210 246
Binary 11101100 11010010 11110110
Octal 354 322 366

Shades and tints

Shades of #ECD2F6

#ECD2F6
(236,210,246)
#D7BFE0
(215,191,224)
#C2ACCA
(194,172,202)
#AD99B4
(173,153,180)
#98869E
(152,134,158)
#837388
(131,115,136)
#6E6072
(110,96,114)
#594D5C
(89,77,92)
#443A46
(68,58,70)
#2F2730
(47,39,48)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #ECD2F6

#ECD2F6
(236,210,246)
#EDD6F6
(237,214,246)
#EEDAF6
(238,218,246)
#EFDEF6
(239,222,246)
#F0E2F6
(240,226,246)
#F1E6F6
(241,230,246)
#F2EAF6
(242,234,246)
#F3EEF6
(243,238,246)
#F4F2F6
(244,242,246)
#F5F6F6
(245,246,246)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD2F6; }

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

This text font color is #ECD2F6.

Background Color

.myBgColor { background-color: #ECD2F6; }

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

This div background color is #ECD2F6.

Border color

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

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

This div border color is #ECD2F6.

Opacity

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

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

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

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

This text has shadow with #ECD2F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD2F6.

Preview

Color preview on black background

This text has color #ECD2F6 on black background.


Color preview on white background

This text has color #ECD2F6 on white background.


Black color preview on #ECD2F6 background

This text has black color on #ECD2F6 background.


White color preview on #ECD2F6 background

This text has white color on #ECD2F6 background.


Related colors

Complementary color

Complementary color for #hex is #132D09.


I love getcolorcode.com

Triadic colors

1 #F6ECD2 and #D2F6EC with #ECD2F6 are triadic colors.

2 #F6D2EC and #D2ECF6 with #ECD2F6 are triadic colors.