COLOR #EDCDDB

HEX: #EDCDDB RGB: (237,205,219)

Color info

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

RGB color model

#EDCDDB color RGB value is (237,205,219).

RGB: (237,205,219) (93%, 80%, 86%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 219 of 255 = 86%

237
205
219

R + G + B ~ 86%. #EDCDDB is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 205 + 219 = 661 (100%)
R 237 of 661 ~ 35.85%
G 205 of 661 ~ 31.01%
B 219 of 661 ~ 33.13'%

%35.85
%31.01
%33.13

CMYK color model

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

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

CMYK: (0,14,8,7)
C0M14Y8K7 (0%, 14%, 8%, 7%)
(0.00 / 0.14 / 0.08 / 0.07)

CMYK percentages

%0
%13.5
%7.59
%7.06

Codes

Color #EDCDDB in popluar color models

ED CD DB
RGB 237 205 219
HSL 334° 47.06% 86.67%
HSB/HSV 334° 13.50% 92.94%
CMYK 0.00% 13.50% 7.59%
7.06%

Color #EDCDDB in popluar number systems.

HEX ED CD DB
Decimal 237 205 219
Binary 11101101 11001101 11011011
Octal 355 315 333

Shades and tints

Shades of #EDCDDB

#EDCDDB
(237,205,219)
#D8BBC8
(216,187,200)
#C3A9B5
(195,169,181)
#AE97A2
(174,151,162)
#99858F
(153,133,143)
#84737C
(132,115,124)
#6F6169
(111,97,105)
#5A4F56
(90,79,86)
#453D43
(69,61,67)
#302B30
(48,43,48)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #EDCDDB

#EDCDDB
(237,205,219)
#EED1DE
(238,209,222)
#EFD5E1
(239,213,225)
#F0D9E4
(240,217,228)
#F1DDE7
(241,221,231)
#F2E1EA
(242,225,234)
#F3E5ED
(243,229,237)
#F4E9F0
(244,233,240)
#F5EDF3
(245,237,243)
#F6F1F6
(246,241,246)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDDB; }

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

This text font color is #EDCDDB.

Background Color

.myBgColor { background-color: #EDCDDB; }

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

This div background color is #EDCDDB.

Border color

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

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

This div border color is #EDCDDB.

Opacity

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

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

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

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

This text has shadow with #EDCDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCDDB.

Preview

Color preview on black background

This text has color #EDCDDB on black background.


Color preview on white background

This text has color #EDCDDB on white background.


Black color preview on #EDCDDB background

This text has black color on #EDCDDB background.


White color preview on #EDCDDB background

This text has white color on #EDCDDB background.


Related colors

Complementary color

Complementary color for #hex is #123224.


I love getcolorcode.com

Triadic colors

1 #DBEDCD and #CDDBED with #EDCDDB are triadic colors.

2 #DBCDED and #CDEDDB with #EDCDDB are triadic colors.