COLOR #EDC8EA

HEX: #EDC8EA RGB: (237,200,234)

Color info

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

RGB color model

#EDC8EA color RGB value is (237,200,234).

RGB: (237,200,234) (93%, 78%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 234 of 255 = 92%

237
200
234

R + G + B ~ 88%. #EDC8EA is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 200 + 234 = 671 (100%)
R 237 of 671 ~ 35.32%
G 200 of 671 ~ 29.81%
B 234 of 671 ~ 34.87'%

%35.32
%29.81
%34.87

CMYK color model

#EDC8EA color CMYK value is (0,16,1,7).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 1.27%
  • key color value is 7.06%

CMYK: (0,16,1,7)
C0M16Y1K7 (0%, 16%, 1%, 7%)
(0.00 / 0.16 / 0.01 / 0.07)

CMYK percentages

%0
%15.61
%1.27
%7.06

Codes

Color #EDC8EA in popluar color models

ED C8 EA
RGB 237 200 234
HSL 305° 50.68% 85.69%
HSB/HSV 305° 15.61% 92.94%
CMYK 0.00% 15.61% 1.27%
7.06%

Color #EDC8EA in popluar number systems.

HEX ED C8 EA
Decimal 237 200 234
Binary 11101101 11001000 11101010
Octal 355 310 352

Shades and tints

Shades of #EDC8EA

#EDC8EA
(237,200,234)
#D8B6D5
(216,182,213)
#C3A4C0
(195,164,192)
#AE92AB
(174,146,171)
#998096
(153,128,150)
#846E81
(132,110,129)
#6F5C6C
(111,92,108)
#5A4A57
(90,74,87)
#453842
(69,56,66)
#30262D
(48,38,45)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #EDC8EA

#EDC8EA
(237,200,234)
#EECDEB
(238,205,235)
#EFD2EC
(239,210,236)
#F0D7ED
(240,215,237)
#F1DCEE
(241,220,238)
#F2E1EF
(242,225,239)
#F3E6F0
(243,230,240)
#F4EBF1
(244,235,241)
#F5F0F2
(245,240,242)
#F6F5F3
(246,245,243)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC8EA color. Also use rgb(237,200,234) instead hex code.

Text Font Color

.myTextColor { color: #EDC8EA; }

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

This text font color is #EDC8EA.

Background Color

.myBgColor { background-color: #EDC8EA; }

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

This div background color is #EDC8EA.

Border color

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

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

This div border color is #EDC8EA.

Opacity

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

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

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

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

This text has shadow with #EDC8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC8EA.

Preview

Color preview on black background

This text has color #EDC8EA on black background.


Color preview on white background

This text has color #EDC8EA on white background.


Black color preview on #EDC8EA background

This text has black color on #EDC8EA background.


White color preview on #EDC8EA background

This text has white color on #EDC8EA background.


Related colors

Complementary color

Complementary color for #hex is #123715.


I love getcolorcode.com

Triadic colors

1 #EAEDC8 and #C8EAED with #EDC8EA are triadic colors.

2 #EAC8ED and #C8EDEA with #EDC8EA are triadic colors.