COLOR #EDCEF1

HEX: #EDCEF1
RGB: (237,206,241)

Color info

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

RGB color model

#EDCEF1 color RGB value is (237,206,241).

  • red value is 237;
  • green value is 206;
  • blue value is 241.
RGB:
(237,206,241)
(93%,81%,95%)

RGB channels and saturation

R 237 of 255 = 93%
G 206 of 255 = 81%
B 241 of 255 = 95%

237
206
241

R + G + B ~ 90%. #EDCEF1 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 206 + 241 = 684 (100%)
R 237 of 684 ~ 34.65%
G 206 of 684 ~ 30.12%
B 241 of 684 ~ 35.23%

%34.65
%30.12
%35.23

CMYK color model

#EDCEF1 color CMYK value is (2,15,0,5).

  • cyan value is 1.66%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(2,15,0,5)
C2M15Y0K5 
(2%,15%,0%,5%)
(0.02/0.15/0.00/0.05)	

CMYK percentages

%1.66
%14.52
%0
%5.49

Codes

Color #EDCEF1 in popluar color models

EDCEF1
RGB237206241
HSL293°55.56%87.65%
HSB/HSV293°14.52%94.51%
CMYK1.66%14.52%0.00%
5.49%

Color #EDCEF1 in popluar number systems.

HEXEDCEF1
Decimal237206241
Binary111011011100111011110001
Octal355316361

Shades and tints

Shades of #EDCEF1

#EDCEF1
(237,206,241)
#D8BCDC
(216,188,220)
#C3AAC7
(195,170,199)
#AE98B2
(174,152,178)
#99869D
(153,134,157)
#847488
(132,116,136)
#6F6273
(111,98,115)
#5A505E
(90,80,94)
#453E49
(69,62,73)
#302C34
(48,44,52)
#1B1A1F
(27,26,31)
#000000
(0,0,0)

Tints of #EDCEF1

#EDCEF1
(237,206,241)
#EED2F2
(238,210,242)
#EFD6F3
(239,214,243)
#F0DAF4
(240,218,244)
#F1DEF5
(241,222,245)
#F2E2F6
(242,226,246)
#F3E6F7
(243,230,247)
#F4EAF8
(244,234,248)
#F5EEF9
(245,238,249)
#F6F2FA
(246,242,250)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCEF1 color. Also use rgb(237,206,241) instead hex code.

Text Font Color

.myTextColor { color: #EDCEF1; }

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

This text font color is #EDCEF1.


Background Color

.myBgColor { background-color: #EDCEF1; }

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

This div background color is #EDCEF1.


Border color

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

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

This div border color is #EDCEF1.


Opacity

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

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

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

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

This text has shadow with #EDCEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCEF1 on black background.


Color preview on white background

This text has color #EDCEF1 on white background.



Black color preview on #EDCEF1 background

This text has black color on #EDCEF1 background.


White color preview on #EDCEF1 background

This text has white color on #EDCEF1 background.