COLOR #EDCEF5

HEX: #EDCEF5
RGB: (237,206,245)

Color info

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

RGB color model

#EDCEF5 color RGB value is (237,206,245).

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

RGB channels and saturation

R 237 of 255 = 93%
G 206 of 255 = 81%
B 245 of 255 = 96%

237
206
245

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

Portions of RGB colors in percentages

R + G + B =
237 + 206 + 245 = 688 (100%)
R 237 of 688 ~ 34.45%
G 206 of 688 ~ 29.94%
B 245 of 688 ~ 35.61%

%34.45
%29.94
%35.61

CMYK color model

#EDCEF5 color CMYK value is (3,16,0,4).

  • cyan value is 3.27%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(3,16,0,4)
C3M16Y0K4 
(3%,16%,0%,4%)
(0.03/0.16/0.00/0.04)	

CMYK percentages

%3.27
%15.92
%0
%3.92

Codes

Color #EDCEF5 in popluar color models

EDCEF5
RGB237206245
HSL288°66.10%88.43%
HSB/HSV288°15.92%96.08%
CMYK3.27%15.92%0.00%
3.92%

Color #EDCEF5 in popluar number systems.

HEXEDCEF5
Decimal237206245
Binary111011011100111011110101
Octal355316365

Shades and tints

Shades of #EDCEF5

#EDCEF5
(237,206,245)
#D8BCDF
(216,188,223)
#C3AAC9
(195,170,201)
#AE98B3
(174,152,179)
#99869D
(153,134,157)
#847487
(132,116,135)
#6F6271
(111,98,113)
#5A505B
(90,80,91)
#453E45
(69,62,69)
#302C2F
(48,44,47)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #EDCEF5

#EDCEF5
(237,206,245)
#EED2F5
(238,210,245)
#EFD6F5
(239,214,245)
#F0DAF5
(240,218,245)
#F1DEF5
(241,222,245)
#F2E2F5
(242,226,245)
#F3E6F5
(243,230,245)
#F4EAF5
(244,234,245)
#F5EEF5
(245,238,245)
#F6F2F5
(246,242,245)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCEF5; }

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

This text font color is #EDCEF5.


Background Color

.myBgColor { background-color: #EDCEF5; }

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

This div background color is #EDCEF5.


Border color

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

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

This div border color is #EDCEF5.


Opacity

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

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

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

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

This text has shadow with #EDCEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCEF5 on black background.


Color preview on white background

This text has color #EDCEF5 on white background.



Black color preview on #EDCEF5 background

This text has black color on #EDCEF5 background.


White color preview on #EDCEF5 background

This text has white color on #EDCEF5 background.