COLOR #ECCEEC

HEX: #ECCEEC RGB: (236,206,236)

Color info

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

RGB color model

#ECCEEC color RGB value is (236,206,236).

RGB: (236,206,236) (93%, 81%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 206 of 255 = 81%
B 236 of 255 = 93%

236
206
236

R + G + B ~ 89%. #ECCEEC is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 206 + 236 = 678 (100%)
R 236 of 678 ~ 34.81%
G 206 of 678 ~ 30.38%
B 236 of 678 ~ 34.81'%

%34.81
%30.38
%34.81

CMYK color model

#ECCEEC color CMYK value is (0,13,0,7).

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (0,13,0,7) C0M13Y0K7 (0%,13%,0%,7%) (0.00/0.13/0.00/0.07) 

CMYK percentages

%0
%12.71
%0
%7.45

Codes

Color #ECCEEC in popluar color models

EC CE EC
RGB 236 206 236
HSL 300° 44.12% 86.67%
HSB/HSV 300° 12.71% 92.55%
CMYK 0.00% 12.71% 0.00%
7.45%

Color #ECCEEC in popluar number systems.

HEX EC CE EC
Decimal 236 206 236
Binary 11101100 11001110 11101100
Octal 354 316 354

Shades and tints

Shades of #ECCEEC

#ECCEEC
(236,206,236)
#D7BCD7
(215,188,215)
#C2AAC2
(194,170,194)
#AD98AD
(173,152,173)
#988698
(152,134,152)
#837483
(131,116,131)
#6E626E
(110,98,110)
#595059
(89,80,89)
#443E44
(68,62,68)
#2F2C2F
(47,44,47)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #ECCEEC

#ECCEEC
(236,206,236)
#EDD2ED
(237,210,237)
#EED6EE
(238,214,238)
#EFDAEF
(239,218,239)
#F0DEF0
(240,222,240)
#F1E2F1
(241,226,241)
#F2E6F2
(242,230,242)
#F3EAF3
(243,234,243)
#F4EEF4
(244,238,244)
#F5F2F5
(245,242,245)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCEEC; }

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

This text font color is #ECCEEC.

Background Color

.myBgColor { background-color: #ECCEEC; }

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

This div background color is #ECCEEC.

Border color

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

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

This div border color is #ECCEEC.

Opacity

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

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

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

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

This text has shadow with #ECCEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECCEEC.

Preview

Color preview on black background

This text has color #ECCEEC on black background.


Color preview on white background

This text has color #ECCEEC on white background.


Black color preview on #ECCEEC background

This text has black color on #ECCEEC background.


White color preview on #ECCEEC background

This text has white color on #ECCEEC background.


Related colors

Complementary color

Complementary color for #hex is #133113.


I love getcolorcode.com

Triadic colors

1 #ECECCE and #CEECEC with #ECCEEC are triadic colors.

2 #ECCEEC and #CEECEC with #ECCEEC are triadic colors.