COLOR #EDEEDF

HEX: #EDEEDF RGB: (237,238,223)

Color info

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

RGB color model

#EDEEDF color RGB value is (237,238,223).

RGB: (237,238,223) (93%, 93%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 238 of 255 = 93%
B 223 of 255 = 87%

237
238
223

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

Portions of RGB colors in percentages

R + G + B = 237 + 238 + 223 = 698 (100%)
R 237 of 698 ~ 33.95%
G 238 of 698 ~ 34.1%
B 223 of 698 ~ 31.95'%

%33.95
%34.1
%31.95

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 6.67%

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

CMYK percentages

%0.42
%0
%6.3
%6.67

Codes

Color #EDEEDF in popluar color models

ED EE DF
RGB 237 238 223
HSL 64° 30.61% 90.39%
HSB/HSV 64° 6.30% 93.33%
CMYK 0.42% 0.00% 6.30%
6.67%

Color #EDEEDF in popluar number systems.

HEX ED EE DF
Decimal 237 238 223
Binary 11101101 11101110 11011111
Octal 355 356 337

Shades and tints

Shades of #EDEEDF

#EDEEDF
(237,238,223)
#D8D9CB
(216,217,203)
#C3C4B7
(195,196,183)
#AEAFA3
(174,175,163)
#999A8F
(153,154,143)
#84857B
(132,133,123)
#6F7067
(111,112,103)
#5A5B53
(90,91,83)
#45463F
(69,70,63)
#30312B
(48,49,43)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #EDEEDF

#EDEEDF
(237,238,223)
#EEEFE1
(238,239,225)
#EFF0E3
(239,240,227)
#F0F1E5
(240,241,229)
#F1F2E7
(241,242,231)
#F2F3E9
(242,243,233)
#F3F4EB
(243,244,235)
#F4F5ED
(244,245,237)
#F5F6EF
(245,246,239)
#F6F7F1
(246,247,241)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEDF; }

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

This text font color is #EDEEDF.

Background Color

.myBgColor { background-color: #EDEEDF; }

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

This div background color is #EDEEDF.

Border color

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

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

This div border color is #EDEEDF.

Opacity

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

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

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

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

This text has shadow with #EDEEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEEDF.

Preview

Color preview on black background

This text has color #EDEEDF on black background.


Color preview on white background

This text has color #EDEEDF on white background.


Black color preview on #EDEEDF background

This text has black color on #EDEEDF background.


White color preview on #EDEEDF background

This text has white color on #EDEEDF background.


Related colors

Complementary color

Complementary color for #hex is #121120.


I love getcolorcode.com

Triadic colors

1 #DFEDEE and #EEDFED with #EDEEDF are triadic colors.

2 #DFEEED and #EEEDDF with #EDEEDF are triadic colors.