COLOR #ECCDE0

HEX: #ECCDE0
RGB: (236,205,224)

Color info

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

RGB color model

#ECCDE0 color RGB value is (236,205,224).

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

RGB channels and saturation

R 236 of 255 = 93%
G 205 of 255 = 80%
B 224 of 255 = 88%

236
205
224

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

Portions of RGB colors in percentages

R + G + B =
236 + 205 + 224 = 665 (100%)
R 236 of 665 ~ 35.49%
G 205 of 665 ~ 30.83%
B 224 of 665 ~ 33.68%

%35.49
%30.83
%33.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 5.08%
  • 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
%13.14
%5.08
%7.45

Codes

Color #ECCDE0 in popluar color models

ECCDE0
RGB236205224
HSL323°44.93%86.47%
HSB/HSV323°13.14%92.55%
CMYK0.00%13.14%5.08%
7.45%

Color #ECCDE0 in popluar number systems.

HEXECCDE0
Decimal236205224
Binary111011001100110111100000
Octal354315340

Shades and tints

Shades of #ECCDE0

#ECCDE0
(236,205,224)
#D7BBCC
(215,187,204)
#C2A9B8
(194,169,184)
#AD97A4
(173,151,164)
#988590
(152,133,144)
#83737C
(131,115,124)
#6E6168
(110,97,104)
#594F54
(89,79,84)
#443D40
(68,61,64)
#2F2B2C
(47,43,44)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #ECCDE0

#ECCDE0
(236,205,224)
#EDD1E2
(237,209,226)
#EED5E4
(238,213,228)
#EFD9E6
(239,217,230)
#F0DDE8
(240,221,232)
#F1E1EA
(241,225,234)
#F2E5EC
(242,229,236)
#F3E9EE
(243,233,238)
#F4EDF0
(244,237,240)
#F5F1F2
(245,241,242)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCDE0; }

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

This text font color is #ECCDE0.


Background Color

.myBgColor { background-color: #ECCDE0; }

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

This div background color is #ECCDE0.


Border color

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

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

This div border color is #ECCDE0.


Opacity

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

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

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

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

This text has shadow with #ECCDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCDE0 on black background.


Color preview on white background

This text has color #ECCDE0 on white background.



Black color preview on #ECCDE0 background

This text has black color on #ECCDE0 background.


White color preview on #ECCDE0 background

This text has white color on #ECCDE0 background.