COLOR #EDDEDE

HEX: #EDDEDE RGB: (237,222,222)

Color info

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

RGB color model

#EDDEDE color RGB value is (237,222,222).

RGB: (237,222,222) (93%, 87%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 222 of 255 = 87%
B 222 of 255 = 87%

237
222
222

R + G + B ~ 89%. #EDDEDE is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 222 + 222 = 681 (100%)
R 237 of 681 ~ 34.8%
G 222 of 681 ~ 32.6%
B 222 of 681 ~ 32.6'%

%34.8
%32.6
%32.6

CMYK color model

#EDDEDE color CMYK value is (0,6,6,7).

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

CMYK: (0,6,6,7)
C0M6Y6K7 (0%, 6%, 6%, 7%)
(0.00 / 0.06 / 0.06 / 0.07)

CMYK percentages

%0
%6.33
%6.33
%7.06

Codes

Color #EDDEDE in popluar color models

ED DE DE
RGB 237 222 222
HSL 29.41% 90.00%
HSB/HSV 6.33% 92.94%
CMYK 0.00% 6.33% 6.33%
7.06%

Color #EDDEDE in popluar number systems.

HEX ED DE DE
Decimal 237 222 222
Binary 11101101 11011110 11011110
Octal 355 336 336

Shades and tints

Shades of #EDDEDE

#EDDEDE
(237,222,222)
#D8CACA
(216,202,202)
#C3B6B6
(195,182,182)
#AEA2A2
(174,162,162)
#998E8E
(153,142,142)
#847A7A
(132,122,122)
#6F6666
(111,102,102)
#5A5252
(90,82,82)
#453E3E
(69,62,62)
#302A2A
(48,42,42)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #EDDEDE

#EDDEDE
(237,222,222)
#EEE1E1
(238,225,225)
#EFE4E4
(239,228,228)
#F0E7E7
(240,231,231)
#F1EAEA
(241,234,234)
#F2EDED
(242,237,237)
#F3F0F0
(243,240,240)
#F4F3F3
(244,243,243)
#F5F6F6
(245,246,246)
#F6F9F9
(246,249,249)
#F7FCFC
(247,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDEDE; }

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

This text font color is #EDDEDE.

Background Color

.myBgColor { background-color: #EDDEDE; }

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

This div background color is #EDDEDE.

Border color

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

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

This div border color is #EDDEDE.

Opacity

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

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

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

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

This text has shadow with #EDDEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDEDE.

Preview

Color preview on black background

This text has color #EDDEDE on black background.


Color preview on white background

This text has color #EDDEDE on white background.


Black color preview on #EDDEDE background

This text has black color on #EDDEDE background.


White color preview on #EDDEDE background

This text has white color on #EDDEDE background.


Related colors

Complementary color

Complementary color for #hex is #122121.


I love getcolorcode.com