COLOR #EDCAE2

HEX: #EDCAE2
RGB: (237,202,226)

Color info

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

RGB color model

#EDCAE2 color RGB value is (237,202,226).

  • red value is 237;
  • green value is 202;
  • blue value is 226.
RGB:
(237,202,226)
(93%,79%,89%)

RGB channels and saturation

R 237 of 255 = 93%
G 202 of 255 = 79%
B 226 of 255 = 89%

237
202
226

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

Portions of RGB colors in percentages

R + G + B =
237 + 202 + 226 = 665 (100%)
R 237 of 665 ~ 35.64%
G 202 of 665 ~ 30.38%
B 226 of 665 ~ 33.98%

%35.64
%30.38
%33.98

CMYK color model

#EDCAE2 color CMYK value is (0,15,5,7).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 4.64%
  • key color value is 7.06%
CMYK:
(0,15,5,7)
C0M15Y5K7 
(0%,15%,5%,7%)
(0.00/0.15/0.05/0.07)	

CMYK percentages

%0
%14.77
%4.64
%7.06

Codes

Color #EDCAE2 in popluar color models

EDCAE2
RGB237202226
HSL319°49.30%86.08%
HSB/HSV319°14.77%92.94%
CMYK0.00%14.77%4.64%
7.06%

Color #EDCAE2 in popluar number systems.

HEXEDCAE2
Decimal237202226
Binary111011011100101011100010
Octal355312342

Shades and tints

Shades of #EDCAE2

#EDCAE2
(237,202,226)
#D8B8CE
(216,184,206)
#C3A6BA
(195,166,186)
#AE94A6
(174,148,166)
#998292
(153,130,146)
#84707E
(132,112,126)
#6F5E6A
(111,94,106)
#5A4C56
(90,76,86)
#453A42
(69,58,66)
#30282E
(48,40,46)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #EDCAE2

#EDCAE2
(237,202,226)
#EECEE4
(238,206,228)
#EFD2E6
(239,210,230)
#F0D6E8
(240,214,232)
#F1DAEA
(241,218,234)
#F2DEEC
(242,222,236)
#F3E2EE
(243,226,238)
#F4E6F0
(244,230,240)
#F5EAF2
(245,234,242)
#F6EEF4
(246,238,244)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCAE2 color. Also use rgb(237,202,226) instead hex code.

Text Font Color

.myTextColor { color: #EDCAE2; }

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

This text font color is #EDCAE2.


Background Color

.myBgColor { background-color: #EDCAE2; }

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

This div background color is #EDCAE2.


Border color

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

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

This div border color is #EDCAE2.


Opacity

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

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

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

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

This text has shadow with #EDCAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCAE2 on black background.


Color preview on white background

This text has color #EDCAE2 on white background.



Black color preview on #EDCAE2 background

This text has black color on #EDCAE2 background.


White color preview on #EDCAE2 background

This text has white color on #EDCAE2 background.