COLOR #EDCEDA

HEX: #EDCEDA RGB: (237,206,218)

Color info

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

RGB color model

#EDCEDA color RGB value is (237,206,218).

RGB: (237,206,218) (93%, 81%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 206 of 255 = 81%
B 218 of 255 = 85%

237
206
218

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

Portions of RGB colors in percentages

R + G + B = 237 + 206 + 218 = 661 (100%)
R 237 of 661 ~ 35.85%
G 206 of 661 ~ 31.16%
B 218 of 661 ~ 32.98'%

%35.85
%31.16
%32.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 8.02%
  • key color value is 7.06%

CMYK: (0,13,8,7)
C0M13Y8K7 (0%, 13%, 8%, 7%)
(0.00 / 0.13 / 0.08 / 0.07)

CMYK percentages

%0
%13.08
%8.02
%7.06

Codes

Color #EDCEDA in popluar color models

ED CE DA
RGB 237 206 218
HSL 337° 46.27% 86.86%
HSB/HSV 337° 13.08% 92.94%
CMYK 0.00% 13.08% 8.02%
7.06%

Color #EDCEDA in popluar number systems.

HEX ED CE DA
Decimal 237 206 218
Binary 11101101 11001110 11011010
Octal 355 316 332

Shades and tints

Shades of #EDCEDA

#EDCEDA
(237,206,218)
#D8BCC7
(216,188,199)
#C3AAB4
(195,170,180)
#AE98A1
(174,152,161)
#99868E
(153,134,142)
#84747B
(132,116,123)
#6F6268
(111,98,104)
#5A5055
(90,80,85)
#453E42
(69,62,66)
#302C2F
(48,44,47)
#1B1A1C
(27,26,28)
#000000
(0,0,0)

Tints of #EDCEDA

#EDCEDA
(237,206,218)
#EED2DD
(238,210,221)
#EFD6E0
(239,214,224)
#F0DAE3
(240,218,227)
#F1DEE6
(241,222,230)
#F2E2E9
(242,226,233)
#F3E6EC
(243,230,236)
#F4EAEF
(244,234,239)
#F5EEF2
(245,238,242)
#F6F2F5
(246,242,245)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCEDA color. Also use rgb(237,206,218) instead hex code.

Text Font Color

.myTextColor { color: #EDCEDA; }

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

This text font color is #EDCEDA.

Background Color

.myBgColor { background-color: #EDCEDA; }

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

This div background color is #EDCEDA.

Border color

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

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

This div border color is #EDCEDA.

Opacity

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

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

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

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

This text has shadow with #EDCEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCEDA.

Preview

Color preview on black background

This text has color #EDCEDA on black background.


Color preview on white background

This text has color #EDCEDA on white background.


Black color preview on #EDCEDA background

This text has black color on #EDCEDA background.


White color preview on #EDCEDA background

This text has white color on #EDCEDA background.


Related colors

Complementary color

Complementary color for #hex is #123125.


I love getcolorcode.com

Triadic colors

1 #DAEDCE and #CEDAED with #EDCEDA are triadic colors.

2 #DACEED and #CEEDDA with #EDCEDA are triadic colors.