COLOR #ECC9FA

HEX: #ECC9FA RGB: (236,201,250)

Color info

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

RGB color model

#ECC9FA color RGB value is (236,201,250).

RGB: (236,201,250) (93%, 79%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 201 of 255 = 79%
B 250 of 255 = 98%

236
201
250

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

Portions of RGB colors in percentages

R + G + B = 236 + 201 + 250 = 687 (100%)
R 236 of 687 ~ 34.35%
G 201 of 687 ~ 29.26%
B 250 of 687 ~ 36.39'%

%34.35
%29.26
%36.39

CMYK color model

#ECC9FA color CMYK value is (6,20,0,2).

  • cyan value is 5.60%
  • magenta value is 19.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (6,20,0,2)
C6M20Y0K2 (6%, 20%, 0%, 2%)
(0.06 / 0.20 / 0.00 / 0.02)

CMYK percentages

%5.6
%19.6
%0
%1.96

Codes

Color #ECC9FA in popluar color models

EC C9 FA
RGB 236 201 250
HSL 283° 83.05% 88.43%
HSB/HSV 283° 19.60% 98.04%
CMYK 5.60% 19.60% 0.00%
1.96%

Color #ECC9FA in popluar number systems.

HEX EC C9 FA
Decimal 236 201 250
Binary 11101100 11001001 11111010
Octal 354 311 372

Shades and tints

Shades of #ECC9FA

#ECC9FA
(236,201,250)
#D7B7E4
(215,183,228)
#C2A5CE
(194,165,206)
#AD93B8
(173,147,184)
#9881A2
(152,129,162)
#836F8C
(131,111,140)
#6E5D76
(110,93,118)
#594B60
(89,75,96)
#44394A
(68,57,74)
#2F2734
(47,39,52)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #ECC9FA

#ECC9FA
(236,201,250)
#EDCDFA
(237,205,250)
#EED1FA
(238,209,250)
#EFD5FA
(239,213,250)
#F0D9FA
(240,217,250)
#F1DDFA
(241,221,250)
#F2E1FA
(242,225,250)
#F3E5FA
(243,229,250)
#F4E9FA
(244,233,250)
#F5EDFA
(245,237,250)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC9FA color. Also use rgb(236,201,250) instead hex code.

Text Font Color

.myTextColor { color: #ECC9FA; }

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

This text font color is #ECC9FA.

Background Color

.myBgColor { background-color: #ECC9FA; }

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

This div background color is #ECC9FA.

Border color

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

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

This div border color is #ECC9FA.

Opacity

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

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

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

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

This text has shadow with #ECC9FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC9FA.

Preview

Color preview on black background

This text has color #ECC9FA on black background.


Color preview on white background

This text has color #ECC9FA on white background.


Black color preview on #ECC9FA background

This text has black color on #ECC9FA background.


White color preview on #ECC9FA background

This text has white color on #ECC9FA background.


Related colors

Complementary color

Complementary color for #hex is #133605.


I love getcolorcode.com

Triadic colors

1 #FAECC9 and #C9FAEC with #ECC9FA are triadic colors.

2 #FAC9EC and #C9ECFA with #ECC9FA are triadic colors.