COLOR #EDE4F3

HEX: #EDE4F3
RGB: (237,228,243)

Color info

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

RGB color model

#EDE4F3 color RGB value is (237,228,243).

  • red value is 237;
  • green value is 228;
  • blue value is 243.
RGB:
(237,228,243)
(93%,89%,95%)

RGB channels and saturation

R 237 of 255 = 93%
G 228 of 255 = 89%
B 243 of 255 = 95%

237
228
243

R + G + B ~ 92%. #EDE4F3 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 228 + 243 = 708 (100%)
R 237 of 708 ~ 33.47%
G 228 of 708 ~ 32.2%
B 243 of 708 ~ 34.32%

%33.47
%32.2
%34.32

CMYK color model

#EDE4F3 color CMYK value is (2,6,0,5).

  • cyan value is 2.47%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(2,6,0,5)
C2M6Y0K5 
(2%,6%,0%,5%)
(0.02/0.06/0.00/0.05)	

CMYK percentages

%2.47
%6.17
%0
%4.71

Codes

Color #EDE4F3 in popluar color models

EDE4F3
RGB237228243
HSL276°38.46%92.35%
HSB/HSV276°6.17%95.29%
CMYK2.47%6.17%0.00%
4.71%

Color #EDE4F3 in popluar number systems.

HEXEDE4F3
Decimal237228243
Binary111011011110010011110011
Octal355344363

Shades and tints

Shades of #EDE4F3

#EDE4F3
(237,228,243)
#D8D0DD
(216,208,221)
#C3BCC7
(195,188,199)
#AEA8B1
(174,168,177)
#99949B
(153,148,155)
#848085
(132,128,133)
#6F6C6F
(111,108,111)
#5A5859
(90,88,89)
#454443
(69,68,67)
#30302D
(48,48,45)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #EDE4F3

#EDE4F3
(237,228,243)
#EEE6F4
(238,230,244)
#EFE8F5
(239,232,245)
#F0EAF6
(240,234,246)
#F1ECF7
(241,236,247)
#F2EEF8
(242,238,248)
#F3F0F9
(243,240,249)
#F4F2FA
(244,242,250)
#F5F4FB
(245,244,251)
#F6F6FC
(246,246,252)
#F7F8FD
(247,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE4F3 color. Also use rgb(237,228,243) instead hex code.

Text Font Color

.myTextColor { color: #EDE4F3; }

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

This text font color is #EDE4F3.


Background Color

.myBgColor { background-color: #EDE4F3; }

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

This div background color is #EDE4F3.


Border color

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

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

This div border color is #EDE4F3.


Opacity

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

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

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

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

This text has shadow with #EDE4F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE4F3 on black background.


Color preview on white background

This text has color #EDE4F3 on white background.



Black color preview on #EDE4F3 background

This text has black color on #EDE4F3 background.


White color preview on #EDE4F3 background

This text has white color on #EDE4F3 background.