COLOR #ECCDE2

HEX: #ECCDE2
RGB: (236,205,226)

Color info

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

RGB color model

#ECCDE2 color RGB value is (236,205,226).

  • red value is 236;
  • green value is 205;
  • blue value is 226.
RGB:
(236,205,226)
(93%,80%,89%)

RGB channels and saturation

R 236 of 255 = 93%
G 205 of 255 = 80%
B 226 of 255 = 89%

236
205
226

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

Portions of RGB colors in percentages

R + G + B =
236 + 205 + 226 = 667 (100%)
R 236 of 667 ~ 35.38%
G 205 of 667 ~ 30.73%
B 226 of 667 ~ 33.88%

%35.38
%30.73
%33.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 4.24%
  • key color value is 7.45%
CMYK:
(0,13,4,7)
C0M13Y4K7 
(0%,13%,4%,7%)
(0.00/0.13/0.04/0.07)	

CMYK percentages

%0
%13.14
%4.24
%7.45

Codes

Color #ECCDE2 in popluar color models

ECCDE2
RGB236205226
HSL319°44.93%86.47%
HSB/HSV319°13.14%92.55%
CMYK0.00%13.14%4.24%
7.45%

Color #ECCDE2 in popluar number systems.

HEXECCDE2
Decimal236205226
Binary111011001100110111100010
Octal354315342

Shades and tints

Shades of #ECCDE2

#ECCDE2
(236,205,226)
#D7BBCE
(215,187,206)
#C2A9BA
(194,169,186)
#AD97A6
(173,151,166)
#988592
(152,133,146)
#83737E
(131,115,126)
#6E616A
(110,97,106)
#594F56
(89,79,86)
#443D42
(68,61,66)
#2F2B2E
(47,43,46)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #ECCDE2

#ECCDE2
(236,205,226)
#EDD1E4
(237,209,228)
#EED5E6
(238,213,230)
#EFD9E8
(239,217,232)
#F0DDEA
(240,221,234)
#F1E1EC
(241,225,236)
#F2E5EE
(242,229,238)
#F3E9F0
(243,233,240)
#F4EDF2
(244,237,242)
#F5F1F4
(245,241,244)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCDE2; }

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

This text font color is #ECCDE2.


Background Color

.myBgColor { background-color: #ECCDE2; }

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

This div background color is #ECCDE2.


Border color

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

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

This div border color is #ECCDE2.


Opacity

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

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

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

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

This text has shadow with #ECCDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCDE2 on black background.


Color preview on white background

This text has color #ECCDE2 on white background.



Black color preview on #ECCDE2 background

This text has black color on #ECCDE2 background.


White color preview on #ECCDE2 background

This text has white color on #ECCDE2 background.