COLOR #EDD7DB

HEX: #EDD7DB RGB: (237,215,219)

Color info

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

RGB color model

#EDD7DB color RGB value is (237,215,219).

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

RGB channels and saturation

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

237
215
219

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

Portions of RGB colors in percentages

R + G + B = 237 + 215 + 219 = 671 (100%)
R 237 of 671 ~ 35.32%
G 215 of 671 ~ 32.04%
B 219 of 671 ~ 32.64'%

%35.32
%32.04
%32.64

CMYK color model

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

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

CMYK: (0,9,8,7)
C0M9Y8K7 (0%, 9%, 8%, 7%)
(0.00 / 0.09 / 0.08 / 0.07)

CMYK percentages

%0
%9.28
%7.59
%7.06

Codes

Color #EDD7DB in popluar color models

ED D7 DB
RGB 237 215 219
HSL 349° 37.93% 88.63%
HSB/HSV 349° 9.28% 92.94%
CMYK 0.00% 9.28% 7.59%
7.06%

Color #EDD7DB in popluar number systems.

HEX ED D7 DB
Decimal 237 215 219
Binary 11101101 11010111 11011011
Octal 355 327 333

Shades and tints

Shades of #EDD7DB

#EDD7DB
(237,215,219)
#D8C4C8
(216,196,200)
#C3B1B5
(195,177,181)
#AE9EA2
(174,158,162)
#998B8F
(153,139,143)
#84787C
(132,120,124)
#6F6569
(111,101,105)
#5A5256
(90,82,86)
#453F43
(69,63,67)
#302C30
(48,44,48)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #EDD7DB

#EDD7DB
(237,215,219)
#EEDADE
(238,218,222)
#EFDDE1
(239,221,225)
#F0E0E4
(240,224,228)
#F1E3E7
(241,227,231)
#F2E6EA
(242,230,234)
#F3E9ED
(243,233,237)
#F4ECF0
(244,236,240)
#F5EFF3
(245,239,243)
#F6F2F6
(246,242,246)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD7DB; }

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

This text font color is #EDD7DB.

Background Color

.myBgColor { background-color: #EDD7DB; }

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

This div background color is #EDD7DB.

Border color

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

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

This div border color is #EDD7DB.

Opacity

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

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

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

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

This text has shadow with #EDD7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD7DB.

Preview

Color preview on black background

This text has color #EDD7DB on black background.


Color preview on white background

This text has color #EDD7DB on white background.


Black color preview on #EDD7DB background

This text has black color on #EDD7DB background.


White color preview on #EDD7DB background

This text has white color on #EDD7DB background.


Related colors

Complementary color

Complementary color for #hex is #122824.


I love getcolorcode.com

Triadic colors

1 #DBEDD7 and #D7DBED with #EDD7DB are triadic colors.

2 #DBD7ED and #D7EDDB with #EDD7DB are triadic colors.