COLOR #EDDBD5

HEX: #EDDBD5 RGB: (237,219,213)

Color info

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

RGB color model

#EDDBD5 color RGB value is (237,219,213).

RGB: (237,219,213) (93%, 86%, 84%)

RGB channels and saturation

R 237 of 255 = 93%
G 219 of 255 = 86%
B 213 of 255 = 84%

237
219
213

R + G + B ~ 88%. #EDDBD5 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 219 + 213 = 669 (100%)
R 237 of 669 ~ 35.43%
G 219 of 669 ~ 32.74%
B 213 of 669 ~ 31.84'%

%35.43
%32.74
%31.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 10.13%
  • key color value is 7.06%

CMYK: (0,8,10,7)
C0M8Y10K7 (0%, 8%, 10%, 7%)
(0.00 / 0.08 / 0.10 / 0.07)

CMYK percentages

%0
%7.59
%10.13
%7.06

Codes

Color #EDDBD5 in popluar color models

ED DB D5
RGB 237 219 213
HSL 15° 40.00% 88.24%
HSB/HSV 15° 10.13% 92.94%
CMYK 0.00% 7.59% 10.13%
7.06%

Color #EDDBD5 in popluar number systems.

HEX ED DB D5
Decimal 237 219 213
Binary 11101101 11011011 11010101
Octal 355 333 325

Shades and tints

Shades of #EDDBD5

#EDDBD5
(237,219,213)
#D8C8C2
(216,200,194)
#C3B5AF
(195,181,175)
#AEA29C
(174,162,156)
#998F89
(153,143,137)
#847C76
(132,124,118)
#6F6963
(111,105,99)
#5A5650
(90,86,80)
#45433D
(69,67,61)
#30302A
(48,48,42)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #EDDBD5

#EDDBD5
(237,219,213)
#EEDED8
(238,222,216)
#EFE1DB
(239,225,219)
#F0E4DE
(240,228,222)
#F1E7E1
(241,231,225)
#F2EAE4
(242,234,228)
#F3EDE7
(243,237,231)
#F4F0EA
(244,240,234)
#F5F3ED
(245,243,237)
#F6F6F0
(246,246,240)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDBD5; }

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

This text font color is #EDDBD5.

Background Color

.myBgColor { background-color: #EDDBD5; }

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

This div background color is #EDDBD5.

Border color

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

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

This div border color is #EDDBD5.

Opacity

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

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

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

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

This text has shadow with #EDDBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDBD5.

Preview

Color preview on black background

This text has color #EDDBD5 on black background.


Color preview on white background

This text has color #EDDBD5 on white background.


Black color preview on #EDDBD5 background

This text has black color on #EDDBD5 background.


White color preview on #EDDBD5 background

This text has white color on #EDDBD5 background.


Related colors

Complementary color

Complementary color for #hex is #12242A.


I love getcolorcode.com

Triadic colors

1 #D5EDDB and #DBD5ED with #EDDBD5 are triadic colors.

2 #D5DBED and #DBEDD5 with #EDDBD5 are triadic colors.