COLOR #ECCEE1

HEX: #ECCEE1
RGB: (236,206,225)

Color info

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

RGB color model

#ECCEE1 color RGB value is (236,206,225).

  • red value is 236;
  • green value is 206;
  • blue value is 225.
RGB:
(236,206,225)
(93%,81%,88%)

RGB channels and saturation

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

236
206
225

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

Portions of RGB colors in percentages

R + G + B =
236 + 206 + 225 = 667 (100%)
R 236 of 667 ~ 35.38%
G 206 of 667 ~ 30.88%
B 225 of 667 ~ 33.73%

%35.38
%30.88
%33.73

CMYK color model

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

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

CMYK percentages

%0
%12.71
%4.66
%7.45

Codes

Color #ECCEE1 in popluar color models

ECCEE1
RGB236206225
HSL322°44.12%86.67%
HSB/HSV322°12.71%92.55%
CMYK0.00%12.71%4.66%
7.45%

Color #ECCEE1 in popluar number systems.

HEXECCEE1
Decimal236206225
Binary111011001100111011100001
Octal354316341

Shades and tints

Shades of #ECCEE1

#ECCEE1
(236,206,225)
#D7BCCD
(215,188,205)
#C2AAB9
(194,170,185)
#AD98A5
(173,152,165)
#988691
(152,134,145)
#83747D
(131,116,125)
#6E6269
(110,98,105)
#595055
(89,80,85)
#443E41
(68,62,65)
#2F2C2D
(47,44,45)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #ECCEE1

#ECCEE1
(236,206,225)
#EDD2E3
(237,210,227)
#EED6E5
(238,214,229)
#EFDAE7
(239,218,231)
#F0DEE9
(240,222,233)
#F1E2EB
(241,226,235)
#F2E6ED
(242,230,237)
#F3EAEF
(243,234,239)
#F4EEF1
(244,238,241)
#F5F2F3
(245,242,243)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCEE1; }

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

This text font color is #ECCEE1.


Background Color

.myBgColor { background-color: #ECCEE1; }

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

This div background color is #ECCEE1.


Border color

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

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

This div border color is #ECCEE1.


Opacity

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

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

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

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

This text has shadow with #ECCEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCEE1 on black background.


Color preview on white background

This text has color #ECCEE1 on white background.



Black color preview on #ECCEE1 background

This text has black color on #ECCEE1 background.


White color preview on #ECCEE1 background

This text has white color on #ECCEE1 background.