COLOR #EDCEDF

HEX: #EDCEDF RGB: (237,206,223)

Color info

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

RGB color model

#EDCEDF color RGB value is (237,206,223).

RGB: (237,206,223) (93%, 81%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 206 of 255 = 81%
B 223 of 255 = 87%

237
206
223

R + G + B ~ 87%. #EDCEDF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 206 + 223 = 666 (100%)
R 237 of 666 ~ 35.59%
G 206 of 666 ~ 30.93%
B 223 of 666 ~ 33.48'%

%35.59
%30.93
%33.48

CMYK color model

#EDCEDF color CMYK value is (0,13,6,7).

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

CMYK: (0,13,6,7)
C0M13Y6K7 (0%, 13%, 6%, 7%)
(0.00 / 0.13 / 0.06 / 0.07)

CMYK percentages

%0
%13.08
%5.91
%7.06

Codes

Color #EDCEDF in popluar color models

ED CE DF
RGB 237 206 223
HSL 327° 46.27% 86.86%
HSB/HSV 327° 13.08% 92.94%
CMYK 0.00% 13.08% 5.91%
7.06%

Color #EDCEDF in popluar number systems.

HEX ED CE DF
Decimal 237 206 223
Binary 11101101 11001110 11011111
Octal 355 316 337

Shades and tints

Shades of #EDCEDF

#EDCEDF
(237,206,223)
#D8BCCB
(216,188,203)
#C3AAB7
(195,170,183)
#AE98A3
(174,152,163)
#99868F
(153,134,143)
#84747B
(132,116,123)
#6F6267
(111,98,103)
#5A5053
(90,80,83)
#453E3F
(69,62,63)
#302C2B
(48,44,43)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #EDCEDF

#EDCEDF
(237,206,223)
#EED2E1
(238,210,225)
#EFD6E3
(239,214,227)
#F0DAE5
(240,218,229)
#F1DEE7
(241,222,231)
#F2E2E9
(242,226,233)
#F3E6EB
(243,230,235)
#F4EAED
(244,234,237)
#F5EEEF
(245,238,239)
#F6F2F1
(246,242,241)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCEDF; }

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

This text font color is #EDCEDF.

Background Color

.myBgColor { background-color: #EDCEDF; }

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

This div background color is #EDCEDF.

Border color

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

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

This div border color is #EDCEDF.

Opacity

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

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

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

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

This text has shadow with #EDCEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCEDF.

Preview

Color preview on black background

This text has color #EDCEDF on black background.


Color preview on white background

This text has color #EDCEDF on white background.


Black color preview on #EDCEDF background

This text has black color on #EDCEDF background.


White color preview on #EDCEDF background

This text has white color on #EDCEDF background.


Related colors

Complementary color

Complementary color for #hex is #123120.


I love getcolorcode.com

Triadic colors

1 #DFEDCE and #CEDFED with #EDCEDF are triadic colors.

2 #DFCEED and #CEEDDF with #EDCEDF are triadic colors.