COLOR #ECC8FA

HEX: #ECC8FA RGB: (236,200,250)

Color info

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

RGB color model

#ECC8FA color RGB value is (236,200,250).

RGB: (236,200,250) (93%, 78%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 200 of 255 = 78%
B 250 of 255 = 98%

236
200
250

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

Portions of RGB colors in percentages

R + G + B = 236 + 200 + 250 = 686 (100%)
R 236 of 686 ~ 34.4%
G 200 of 686 ~ 29.15%
B 250 of 686 ~ 36.44'%

%34.4
%29.15
%36.44

CMYK color model

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

  • cyan value is 5.60%
  • magenta value is 20.00%
  • 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
%20
%0
%1.96

Codes

Color #ECC8FA in popluar color models

EC C8 FA
RGB 236 200 250
HSL 283° 83.33% 88.24%
HSB/HSV 283° 20.00% 98.04%
CMYK 5.60% 20.00% 0.00%
1.96%

Color #ECC8FA in popluar number systems.

HEX EC C8 FA
Decimal 236 200 250
Binary 11101100 11001000 11111010
Octal 354 310 372

Shades and tints

Shades of #ECC8FA

#ECC8FA
(236,200,250)
#D7B6E4
(215,182,228)
#C2A4CE
(194,164,206)
#AD92B8
(173,146,184)
#9880A2
(152,128,162)
#836E8C
(131,110,140)
#6E5C76
(110,92,118)
#594A60
(89,74,96)
#44384A
(68,56,74)
#2F2634
(47,38,52)
#1A141E
(26,20,30)
#000000
(0,0,0)

Tints of #ECC8FA

#ECC8FA
(236,200,250)
#EDCDFA
(237,205,250)
#EED2FA
(238,210,250)
#EFD7FA
(239,215,250)
#F0DCFA
(240,220,250)
#F1E1FA
(241,225,250)
#F2E6FA
(242,230,250)
#F3EBFA
(243,235,250)
#F4F0FA
(244,240,250)
#F5F5FA
(245,245,250)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC8FA; }

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

This text font color is #ECC8FA.

Background Color

.myBgColor { background-color: #ECC8FA; }

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

This div background color is #ECC8FA.

Border color

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

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

This div border color is #ECC8FA.

Opacity

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

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

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

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

This text has shadow with #ECC8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC8FA.

Preview

Color preview on black background

This text has color #ECC8FA on black background.


Color preview on white background

This text has color #ECC8FA on white background.


Black color preview on #ECC8FA background

This text has black color on #ECC8FA background.


White color preview on #ECC8FA background

This text has white color on #ECC8FA background.


Related colors

Complementary color

Complementary color for #hex is #133705.


I love getcolorcode.com

Triadic colors

1 #FAECC8 and #C8FAEC with #ECC8FA are triadic colors.

2 #FAC8EC and #C8ECFA with #ECC8FA are triadic colors.