COLOR #EDEEDA

HEX: #EDEEDA RGB: (237,238,218)

Color info

#EDEEDA contains red, green and blue colors in about the same proportion. Web safe color of #EDEEDA is #FFFFCC (or #FFC).

RGB color model

#EDEEDA color RGB value is (237,238,218).

RGB: (237,238,218) (93%, 93%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 238 of 255 = 93%
B 218 of 255 = 85%

237
238
218

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

Portions of RGB colors in percentages

R + G + B = 237 + 238 + 218 = 693 (100%)
R 237 of 693 ~ 34.2%
G 238 of 693 ~ 34.34%
B 218 of 693 ~ 31.46'%

%34.2
%34.34
%31.46

CMYK color model

#EDEEDA color CMYK value is (0,0,8,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 6.67%
CMYK: (0,0,8,7) C0M0Y8K7 (0%,0%,8%,7%) (0.00/0.00/0.08/0.07) 

CMYK percentages

%0.42
%0
%8.4
%6.67

Codes

Color #EDEEDA in popluar color models

ED EE DA
RGB 237 238 218
HSL 63° 37.04% 89.41%
HSB/HSV 63° 8.40% 93.33%
CMYK 0.42% 0.00% 8.40%
6.67%

Color #EDEEDA in popluar number systems.

HEX ED EE DA
Decimal 237 238 218
Binary 11101101 11101110 11011010
Octal 355 356 332

Shades and tints

Shades of #EDEEDA

#EDEEDA
(237,238,218)
#D8D9C7
(216,217,199)
#C3C4B4
(195,196,180)
#AEAFA1
(174,175,161)
#999A8E
(153,154,142)
#84857B
(132,133,123)
#6F7068
(111,112,104)
#5A5B55
(90,91,85)
#454642
(69,70,66)
#30312F
(48,49,47)
#1B1C1C
(27,28,28)
#000000
(0,0,0)

Tints of #EDEEDA

#EDEEDA
(237,238,218)
#EEEFDD
(238,239,221)
#EFF0E0
(239,240,224)
#F0F1E3
(240,241,227)
#F1F2E6
(241,242,230)
#F2F3E9
(242,243,233)
#F3F4EC
(243,244,236)
#F4F5EF
(244,245,239)
#F5F6F2
(245,246,242)
#F6F7F5
(246,247,245)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEDA; }

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

This text font color is #EDEEDA.

Background Color

.myBgColor { background-color: #EDEEDA; }

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

This div background color is #EDEEDA.

Border color

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

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

This div border color is #EDEEDA.

Opacity

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

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

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

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

This text has shadow with #EDEEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEEDA.

Preview

Color preview on black background

This text has color #EDEEDA on black background.


Color preview on white background

This text has color #EDEEDA on white background.


Black color preview on #EDEEDA background

This text has black color on #EDEEDA background.


White color preview on #EDEEDA background

This text has white color on #EDEEDA background.


Related colors

Complementary color

Complementary color for #hex is #121125.


I love getcolorcode.com

Triadic colors

1 #DAEDEE and #EEDAED with #EDEEDA are triadic colors.

2 #DAEEED and #EEEDDA with #EDEEDA are triadic colors.