COLOR #EDC1EF

HEX: #EDC1EF RGB: (237,193,239)

Color info

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

RGB color model

#EDC1EF color RGB value is (237,193,239).

RGB: (237,193,239) (93%, 76%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 193 of 255 = 76%
B 239 of 255 = 94%

237
193
239

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

Portions of RGB colors in percentages

R + G + B = 237 + 193 + 239 = 669 (100%)
R 237 of 669 ~ 35.43%
G 193 of 669 ~ 28.85%
B 239 of 669 ~ 35.72'%

%35.43
%28.85
%35.72

CMYK color model

#EDC1EF color CMYK value is (1,19,0,6).

  • cyan value is 0.84%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (1,19,0,6)
C1M19Y0K6 (1%, 19%, 0%, 6%)
(0.01 / 0.19 / 0.00 / 0.06)

CMYK percentages

%0.84
%19.25
%0
%6.27

Codes

Color #EDC1EF in popluar color models

ED C1 EF
RGB 237 193 239
HSL 297° 58.97% 84.71%
HSB/HSV 297° 19.25% 93.73%
CMYK 0.84% 19.25% 0.00%
6.27%

Color #EDC1EF in popluar number systems.

HEX ED C1 EF
Decimal 237 193 239
Binary 11101101 11000001 11101111
Octal 355 301 357

Shades and tints

Shades of #EDC1EF

#EDC1EF
(237,193,239)
#D8B0DA
(216,176,218)
#C39FC5
(195,159,197)
#AE8EB0
(174,142,176)
#997D9B
(153,125,155)
#846C86
(132,108,134)
#6F5B71
(111,91,113)
#5A4A5C
(90,74,92)
#453947
(69,57,71)
#302832
(48,40,50)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #EDC1EF

#EDC1EF
(237,193,239)
#EEC6F0
(238,198,240)
#EFCBF1
(239,203,241)
#F0D0F2
(240,208,242)
#F1D5F3
(241,213,243)
#F2DAF4
(242,218,244)
#F3DFF5
(243,223,245)
#F4E4F6
(244,228,246)
#F5E9F7
(245,233,247)
#F6EEF8
(246,238,248)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC1EF color. Also use rgb(237,193,239) instead hex code.

Text Font Color

.myTextColor { color: #EDC1EF; }

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

This text font color is #EDC1EF.

Background Color

.myBgColor { background-color: #EDC1EF; }

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

This div background color is #EDC1EF.

Border color

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

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

This div border color is #EDC1EF.

Opacity

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

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

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

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

This text has shadow with #EDC1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC1EF.

Preview

Color preview on black background

This text has color #EDC1EF on black background.


Color preview on white background

This text has color #EDC1EF on white background.


Black color preview on #EDC1EF background

This text has black color on #EDC1EF background.


White color preview on #EDC1EF background

This text has white color on #EDC1EF background.


Related colors

Complementary color

Complementary color for #hex is #123E10.


I love getcolorcode.com

Triadic colors

1 #EFEDC1 and #C1EFED with #EDC1EF are triadic colors.

2 #EFC1ED and #C1EDEF with #EDC1EF are triadic colors.