COLOR #ECC6E4

HEX: #ECC6E4 RGB: (236,198,228)

Color info

#ECC6E4 contains red, green and blue colors in about the same proportion. Web safe color of #ECC6E4 is #FFCCCC (or #FCC).

RGB color model

#ECC6E4 color RGB value is (236,198,228).

RGB: (236,198,228) (93%, 78%, 89%)

RGB channels and saturation

R 236 of 255 = 93%
G 198 of 255 = 78%
B 228 of 255 = 89%

236
198
228

R + G + B ~ 87%. #ECC6E4 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 198 + 228 = 662 (100%)
R 236 of 662 ~ 35.65%
G 198 of 662 ~ 29.91%
B 228 of 662 ~ 34.44'%

%35.65
%29.91
%34.44

CMYK color model

#ECC6E4 color CMYK value is (0,16,3,7).

  • cyan value is 0.00%
  • magenta value is 16.10%
  • yellow value is 3.39%
  • key color value is 7.45%

CMYK: (0,16,3,7)
C0M16Y3K7 (0%, 16%, 3%, 7%)
(0.00 / 0.16 / 0.03 / 0.07)

CMYK percentages

%0
%16.1
%3.39
%7.45

Codes

Color #ECC6E4 in popluar color models

EC C6 E4
RGB 236 198 228
HSL 313° 50.00% 85.10%
HSB/HSV 313° 16.10% 92.55%
CMYK 0.00% 16.10% 3.39%
7.45%

Color #ECC6E4 in popluar number systems.

HEX EC C6 E4
Decimal 236 198 228
Binary 11101100 11000110 11100100
Octal 354 306 344

Shades and tints

Shades of #ECC6E4

#ECC6E4
(236,198,228)
#D7B4D0
(215,180,208)
#C2A2BC
(194,162,188)
#AD90A8
(173,144,168)
#987E94
(152,126,148)
#836C80
(131,108,128)
#6E5A6C
(110,90,108)
#594858
(89,72,88)
#443644
(68,54,68)
#2F2430
(47,36,48)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #ECC6E4

#ECC6E4
(236,198,228)
#EDCBE6
(237,203,230)
#EED0E8
(238,208,232)
#EFD5EA
(239,213,234)
#F0DAEC
(240,218,236)
#F1DFEE
(241,223,238)
#F2E4F0
(242,228,240)
#F3E9F2
(243,233,242)
#F4EEF4
(244,238,244)
#F5F3F6
(245,243,246)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC6E4; }

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

This text font color is #ECC6E4.

Background Color

.myBgColor { background-color: #ECC6E4; }

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

This div background color is #ECC6E4.

Border color

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

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

This div border color is #ECC6E4.

Opacity

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

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

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

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

This text has shadow with #ECC6E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC6E4.

Preview

Color preview on black background

This text has color #ECC6E4 on black background.


Color preview on white background

This text has color #ECC6E4 on white background.


Black color preview on #ECC6E4 background

This text has black color on #ECC6E4 background.


White color preview on #ECC6E4 background

This text has white color on #ECC6E4 background.


Related colors

Complementary color

Complementary color for #hex is #13391B.


I love getcolorcode.com

Triadic colors

1 #E4ECC6 and #C6E4EC with #ECC6E4 are triadic colors.

2 #E4C6EC and #C6ECE4 with #ECC6E4 are triadic colors.