COLOR #EDE4E4

HEX: #EDE4E4 RGB: (237,228,228)

Color info

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

RGB color model

#EDE4E4 color RGB value is (237,228,228).

RGB: (237,228,228) (93%, 89%, 89%)

RGB channels and saturation

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

237
228
228

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

Portions of RGB colors in percentages

R + G + B = 237 + 228 + 228 = 693 (100%)
R 237 of 693 ~ 34.2%
G 228 of 693 ~ 32.9%
B 228 of 693 ~ 32.9'%

%34.2
%32.9
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 3.80%
  • key color value is 7.06%

CMYK: (0,4,4,7)
C0M4Y4K7 (0%, 4%, 4%, 7%)
(0.00 / 0.04 / 0.04 / 0.07)

CMYK percentages

%0
%3.8
%3.8
%7.06

Codes

Color #EDE4E4 in popluar color models

ED E4 E4
RGB 237 228 228
HSL 20.00% 91.18%
HSB/HSV 3.80% 92.94%
CMYK 0.00% 3.80% 3.80%
7.06%

Color #EDE4E4 in popluar number systems.

HEX ED E4 E4
Decimal 237 228 228
Binary 11101101 11100100 11100100
Octal 355 344 344

Shades and tints

Shades of #EDE4E4

#EDE4E4
(237,228,228)
#D8D0D0
(216,208,208)
#C3BCBC
(195,188,188)
#AEA8A8
(174,168,168)
#999494
(153,148,148)
#848080
(132,128,128)
#6F6C6C
(111,108,108)
#5A5858
(90,88,88)
#454444
(69,68,68)
#303030
(48,48,48)
#1B1C1C
(27,28,28)
#000000
(0,0,0)

Tints of #EDE4E4

#EDE4E4
(237,228,228)
#EEE6E6
(238,230,230)
#EFE8E8
(239,232,232)
#F0EAEA
(240,234,234)
#F1ECEC
(241,236,236)
#F2EEEE
(242,238,238)
#F3F0F0
(243,240,240)
#F4F2F2
(244,242,242)
#F5F4F4
(245,244,244)
#F6F6F6
(246,246,246)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE4E4; }

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

This text font color is #EDE4E4.

Background Color

.myBgColor { background-color: #EDE4E4; }

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

This div background color is #EDE4E4.

Border color

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

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

This div border color is #EDE4E4.

Opacity

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

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

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

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

This text has shadow with #EDE4E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE4E4.

Preview

Color preview on black background

This text has color #EDE4E4 on black background.


Color preview on white background

This text has color #EDE4E4 on white background.


Black color preview on #EDE4E4 background

This text has black color on #EDE4E4 background.


White color preview on #EDE4E4 background

This text has white color on #EDE4E4 background.


Related colors

Complementary color

Complementary color for #hex is #121B1B.


I love getcolorcode.com