COLOR #EDEEDB

HEX: #EDEEDB RGB: (237,238,219)

Color info

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

RGB color model

#EDEEDB color RGB value is (237,238,219).

RGB: (237,238,219) (93%, 93%, 86%)

RGB channels and saturation

R 237 of 255 = 93%
G 238 of 255 = 93%
B 219 of 255 = 86%

237
238
219

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

Portions of RGB colors in percentages

R + G + B = 237 + 238 + 219 = 694 (100%)
R 237 of 694 ~ 34.15%
G 238 of 694 ~ 34.29%
B 219 of 694 ~ 31.56'%

%34.15
%34.29
%31.56

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • 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
%7.98
%6.67

Codes

Color #EDEEDB in popluar color models

ED EE DB
RGB 237 238 219
HSL 63° 35.85% 89.61%
HSB/HSV 63° 7.98% 93.33%
CMYK 0.42% 0.00% 7.98%
6.67%

Color #EDEEDB in popluar number systems.

HEX ED EE DB
Decimal 237 238 219
Binary 11101101 11101110 11011011
Octal 355 356 333

Shades and tints

Shades of #EDEEDB

#EDEEDB
(237,238,219)
#D8D9C8
(216,217,200)
#C3C4B5
(195,196,181)
#AEAFA2
(174,175,162)
#999A8F
(153,154,143)
#84857C
(132,133,124)
#6F7069
(111,112,105)
#5A5B56
(90,91,86)
#454643
(69,70,67)
#303130
(48,49,48)
#1B1C1D
(27,28,29)
#000000
(0,0,0)

Tints of #EDEEDB

#EDEEDB
(237,238,219)
#EEEFDE
(238,239,222)
#EFF0E1
(239,240,225)
#F0F1E4
(240,241,228)
#F1F2E7
(241,242,231)
#F2F3EA
(242,243,234)
#F3F4ED
(243,244,237)
#F4F5F0
(244,245,240)
#F5F6F3
(245,246,243)
#F6F7F6
(246,247,246)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEDB; }

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

This text font color is #EDEEDB.

Background Color

.myBgColor { background-color: #EDEEDB; }

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

This div background color is #EDEEDB.

Border color

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

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

This div border color is #EDEEDB.

Opacity

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

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

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

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

This text has shadow with #EDEEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEEDB.

Preview

Color preview on black background

This text has color #EDEEDB on black background.


Color preview on white background

This text has color #EDEEDB on white background.


Black color preview on #EDEEDB background

This text has black color on #EDEEDB background.


White color preview on #EDEEDB background

This text has white color on #EDEEDB background.


Related colors

Complementary color

Complementary color for #hex is #121124.


I love getcolorcode.com

Triadic colors

1 #DBEDEE and #EEDBED with #EDEEDB are triadic colors.

2 #DBEEED and #EEEDDB with #EDEEDB are triadic colors.