COLOR #ECD7F2

HEX: #ECD7F2
RGB: (236,215,242)

Color info

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

RGB color model

#ECD7F2 color RGB value is (236,215,242).

  • red value is 236;
  • green value is 215;
  • blue value is 242.
RGB:
(236,215,242)
(93%,84%,95%)

RGB channels and saturation

R 236 of 255 = 93%
G 215 of 255 = 84%
B 242 of 255 = 95%

236
215
242

R + G + B ~ 91%. #ECD7F2 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 215 + 242 = 693 (100%)
R 236 of 693 ~ 34.05%
G 215 of 693 ~ 31.02%
B 242 of 693 ~ 34.92%

%34.05
%31.02
%34.92

CMYK color model

#ECD7F2 color CMYK value is (2,11,0,5).

  • cyan value is 2.48%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(2,11,0,5)
C2M11Y0K5 
(2%,11%,0%,5%)
(0.02/0.11/0.00/0.05)	

CMYK percentages

%2.48
%11.16
%0
%5.1

Codes

Color #ECD7F2 in popluar color models

ECD7F2
RGB236215242
HSL287°50.94%89.61%
HSB/HSV287°11.16%94.90%
CMYK2.48%11.16%0.00%
5.10%

Color #ECD7F2 in popluar number systems.

HEXECD7F2
Decimal236215242
Binary111011001101011111110010
Octal354327362

Shades and tints

Shades of #ECD7F2

#ECD7F2
(236,215,242)
#D7C4DC
(215,196,220)
#C2B1C6
(194,177,198)
#AD9EB0
(173,158,176)
#988B9A
(152,139,154)
#837884
(131,120,132)
#6E656E
(110,101,110)
#595258
(89,82,88)
#443F42
(68,63,66)
#2F2C2C
(47,44,44)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #ECD7F2

#ECD7F2
(236,215,242)
#EDDAF3
(237,218,243)
#EEDDF4
(238,221,244)
#EFE0F5
(239,224,245)
#F0E3F6
(240,227,246)
#F1E6F7
(241,230,247)
#F2E9F8
(242,233,248)
#F3ECF9
(243,236,249)
#F4EFFA
(244,239,250)
#F5F2FB
(245,242,251)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD7F2; }

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

This text font color is #ECD7F2.


Background Color

.myBgColor { background-color: #ECD7F2; }

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

This div background color is #ECD7F2.


Border color

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

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

This div border color is #ECD7F2.


Opacity

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

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

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

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

This text has shadow with #ECD7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD7F2 on black background.


Color preview on white background

This text has color #ECD7F2 on white background.



Black color preview on #ECD7F2 background

This text has black color on #ECD7F2 background.


White color preview on #ECD7F2 background

This text has white color on #ECD7F2 background.