COLOR #EDC2EB

HEX: #EDC2EB RGB: (237,194,235)

Color info

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

RGB color model

#EDC2EB color RGB value is (237,194,235).

RGB: (237,194,235) (93%, 76%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 194 of 255 = 76%
B 235 of 255 = 92%

237
194
235

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

Portions of RGB colors in percentages

R + G + B = 237 + 194 + 235 = 666 (100%)
R 237 of 666 ~ 35.59%
G 194 of 666 ~ 29.13%
B 235 of 666 ~ 35.29'%

%35.59
%29.13
%35.29

CMYK color model

#EDC2EB color CMYK value is (0,18,1,7).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 0.84%
  • key color value is 7.06%

CMYK: (0,18,1,7)
C0M18Y1K7 (0%, 18%, 1%, 7%)
(0.00 / 0.18 / 0.01 / 0.07)

CMYK percentages

%0
%18.14
%0.84
%7.06

Codes

Color #EDC2EB in popluar color models

ED C2 EB
RGB 237 194 235
HSL 303° 54.43% 84.51%
HSB/HSV 303° 18.14% 92.94%
CMYK 0.00% 18.14% 0.84%
7.06%

Color #EDC2EB in popluar number systems.

HEX ED C2 EB
Decimal 237 194 235
Binary 11101101 11000010 11101011
Octal 355 302 353

Shades and tints

Shades of #EDC2EB

#EDC2EB
(237,194,235)
#D8B1D6
(216,177,214)
#C3A0C1
(195,160,193)
#AE8FAC
(174,143,172)
#997E97
(153,126,151)
#846D82
(132,109,130)
#6F5C6D
(111,92,109)
#5A4B58
(90,75,88)
#453A43
(69,58,67)
#30292E
(48,41,46)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #EDC2EB

#EDC2EB
(237,194,235)
#EEC7EC
(238,199,236)
#EFCCED
(239,204,237)
#F0D1EE
(240,209,238)
#F1D6EF
(241,214,239)
#F2DBF0
(242,219,240)
#F3E0F1
(243,224,241)
#F4E5F2
(244,229,242)
#F5EAF3
(245,234,243)
#F6EFF4
(246,239,244)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC2EB color. Also use rgb(237,194,235) instead hex code.

Text Font Color

.myTextColor { color: #EDC2EB; }

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

This text font color is #EDC2EB.

Background Color

.myBgColor { background-color: #EDC2EB; }

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

This div background color is #EDC2EB.

Border color

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

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

This div border color is #EDC2EB.

Opacity

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

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

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

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

This text has shadow with #EDC2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC2EB.

Preview

Color preview on black background

This text has color #EDC2EB on black background.


Color preview on white background

This text has color #EDC2EB on white background.


Black color preview on #EDC2EB background

This text has black color on #EDC2EB background.


White color preview on #EDC2EB background

This text has white color on #EDC2EB background.


Related colors

Complementary color

Complementary color for #hex is #123D14.


I love getcolorcode.com

Triadic colors

1 #EBEDC2 and #C2EBED with #EDC2EB are triadic colors.

2 #EBC2ED and #C2EDEB with #EDC2EB are triadic colors.