COLOR #EDC3DB

HEX: #EDC3DB RGB: (237,195,219)

Color info

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

RGB color model

#EDC3DB color RGB value is (237,195,219).

RGB: (237,195,219) (93%, 76%, 86%)

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 219 of 255 = 86%

237
195
219

R + G + B ~ 85%. #EDC3DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 195 + 219 = 651 (100%)
R 237 of 651 ~ 36.41%
G 195 of 651 ~ 29.95%
B 219 of 651 ~ 33.64'%

%36.41
%29.95
%33.64

CMYK color model

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

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

CMYK: (0,18,8,7)
C0M18Y8K7 (0%, 18%, 8%, 7%)
(0.00 / 0.18 / 0.08 / 0.07)

CMYK percentages

%0
%17.72
%7.59
%7.06

Codes

Color #EDC3DB in popluar color models

ED C3 DB
RGB 237 195 219
HSL 326° 53.85% 84.71%
HSB/HSV 326° 17.72% 92.94%
CMYK 0.00% 17.72% 7.59%
7.06%

Color #EDC3DB in popluar number systems.

HEX ED C3 DB
Decimal 237 195 219
Binary 11101101 11000011 11011011
Octal 355 303 333

Shades and tints

Shades of #EDC3DB

#EDC3DB
(237,195,219)
#D8B2C8
(216,178,200)
#C3A1B5
(195,161,181)
#AE90A2
(174,144,162)
#997F8F
(153,127,143)
#846E7C
(132,110,124)
#6F5D69
(111,93,105)
#5A4C56
(90,76,86)
#453B43
(69,59,67)
#302A30
(48,42,48)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #EDC3DB

#EDC3DB
(237,195,219)
#EEC8DE
(238,200,222)
#EFCDE1
(239,205,225)
#F0D2E4
(240,210,228)
#F1D7E7
(241,215,231)
#F2DCEA
(242,220,234)
#F3E1ED
(243,225,237)
#F4E6F0
(244,230,240)
#F5EBF3
(245,235,243)
#F6F0F6
(246,240,246)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC3DB; }

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

This text font color is #EDC3DB.

Background Color

.myBgColor { background-color: #EDC3DB; }

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

This div background color is #EDC3DB.

Border color

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

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

This div border color is #EDC3DB.

Opacity

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

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

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

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

This text has shadow with #EDC3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC3DB.

Preview

Color preview on black background

This text has color #EDC3DB on black background.


Color preview on white background

This text has color #EDC3DB on white background.


Black color preview on #EDC3DB background

This text has black color on #EDC3DB background.


White color preview on #EDC3DB background

This text has white color on #EDC3DB background.


Related colors

Complementary color

Complementary color for #hex is #123C24.


I love getcolorcode.com

Triadic colors

1 #DBEDC3 and #C3DBED with #EDC3DB are triadic colors.

2 #DBC3ED and #C3EDDB with #EDC3DB are triadic colors.