COLOR #EDCCE4

HEX: #EDCCE4
RGB: (237,204,228)

Color info

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

RGB color model

#EDCCE4 color RGB value is (237,204,228).

  • red value is 237;
  • green value is 204;
  • blue value is 228.
RGB:
(237,204,228)
(93%,80%,89%)

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 228 of 255 = 89%

237
204
228

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

Portions of RGB colors in percentages

R + G + B =
237 + 204 + 228 = 669 (100%)
R 237 of 669 ~ 35.43%
G 204 of 669 ~ 30.49%
B 228 of 669 ~ 34.08%

%35.43
%30.49
%34.08

CMYK color model

#EDCCE4 color CMYK value is (0,14,4,7).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 3.80%
  • key color value is 7.06%
CMYK:
(0,14,4,7)
C0M14Y4K7 
(0%,14%,4%,7%)
(0.00/0.14/0.04/0.07)	

CMYK percentages

%0
%13.92
%3.8
%7.06

Codes

Color #EDCCE4 in popluar color models

EDCCE4
RGB237204228
HSL316°47.83%86.47%
HSB/HSV316°13.92%92.94%
CMYK0.00%13.92%3.80%
7.06%

Color #EDCCE4 in popluar number systems.

HEXEDCCE4
Decimal237204228
Binary111011011100110011100100
Octal355314344

Shades and tints

Shades of #EDCCE4

#EDCCE4
(237,204,228)
#D8BAD0
(216,186,208)
#C3A8BC
(195,168,188)
#AE96A8
(174,150,168)
#998494
(153,132,148)
#847280
(132,114,128)
#6F606C
(111,96,108)
#5A4E58
(90,78,88)
#453C44
(69,60,68)
#302A30
(48,42,48)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #EDCCE4

#EDCCE4
(237,204,228)
#EED0E6
(238,208,230)
#EFD4E8
(239,212,232)
#F0D8EA
(240,216,234)
#F1DCEC
(241,220,236)
#F2E0EE
(242,224,238)
#F3E4F0
(243,228,240)
#F4E8F2
(244,232,242)
#F5ECF4
(245,236,244)
#F6F0F6
(246,240,246)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCCE4 color. Also use rgb(237,204,228) instead hex code.

Text Font Color

.myTextColor { color: #EDCCE4; }

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

This text font color is #EDCCE4.


Background Color

.myBgColor { background-color: #EDCCE4; }

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

This div background color is #EDCCE4.


Border color

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

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

This div border color is #EDCCE4.


Opacity

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

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

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

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

This text has shadow with #EDCCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCCE4 on black background.


Color preview on white background

This text has color #EDCCE4 on white background.



Black color preview on #EDCCE4 background

This text has black color on #EDCCE4 background.


White color preview on #EDCCE4 background

This text has white color on #EDCCE4 background.