COLOR #EDE4E6

HEX: #EDE4E6
RGB: (237,228,230)

Color info

#EDE4E6 contains red, green and blue colors in about the same proportion. Web safe color of #EDE4E6 is #FFCCCC (or #FCC).

RGB color model

#EDE4E6 color RGB value is (237,228,230).

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

RGB channels and saturation

R 237 of 255 = 93%
G 228 of 255 = 89%
B 230 of 255 = 90%

237
228
230

R + G + B ~ 91%. #EDE4E6 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 228 + 230 = 695 (100%)
R 237 of 695 ~ 34.1%
G 228 of 695 ~ 32.81%
B 230 of 695 ~ 33.09%

%34.1
%32.81
%33.09

CMYK color model

#EDE4E6 color CMYK value is (0,4,3,7).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(0,4,3,7)
C0M4Y3K7 
(0%,4%,3%,7%)
(0.00/0.04/0.03/0.07)	

CMYK percentages

%0
%3.8
%2.95
%7.06

Codes

Color #EDE4E6 in popluar color models

EDE4E6
RGB237228230
HSL347°20.00%91.18%
HSB/HSV347°3.80%92.94%
CMYK0.00%3.80%2.95%
7.06%

Color #EDE4E6 in popluar number systems.

HEXEDE4E6
Decimal237228230
Binary111011011110010011100110
Octal355344346

Shades and tints

Shades of #EDE4E6

#EDE4E6
(237,228,230)
#D8D0D2
(216,208,210)
#C3BCBE
(195,188,190)
#AEA8AA
(174,168,170)
#999496
(153,148,150)
#848082
(132,128,130)
#6F6C6E
(111,108,110)
#5A585A
(90,88,90)
#454446
(69,68,70)
#303032
(48,48,50)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #EDE4E6

#EDE4E6
(237,228,230)
#EEE6E8
(238,230,232)
#EFE8EA
(239,232,234)
#F0EAEC
(240,234,236)
#F1ECEE
(241,236,238)
#F2EEF0
(242,238,240)
#F3F0F2
(243,240,242)
#F4F2F4
(244,242,244)
#F5F4F6
(245,244,246)
#F6F6F8
(246,246,248)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE4E6; }

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

This text font color is #EDE4E6.


Background Color

.myBgColor { background-color: #EDE4E6; }

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

This div background color is #EDE4E6.


Border color

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

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

This div border color is #EDE4E6.


Opacity

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

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

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

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

This text has shadow with #EDE4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE4E6 on black background.


Color preview on white background

This text has color #EDE4E6 on white background.



Black color preview on #EDE4E6 background

This text has black color on #EDE4E6 background.


White color preview on #EDE4E6 background

This text has white color on #EDE4E6 background.