COLOR #EDCCCF

HEX: #EDCCCF RGB: (237,204,207)

Color info

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

RGB color model

#EDCCCF color RGB value is (237,204,207).

RGB: (237,204,207) (93%, 80%, 81%)

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 207 of 255 = 81%

237
204
207

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

Portions of RGB colors in percentages

R + G + B = 237 + 204 + 207 = 648 (100%)
R 237 of 648 ~ 36.57%
G 204 of 648 ~ 31.48%
B 207 of 648 ~ 31.94'%

%36.57
%31.48
%31.94

CMYK color model

#EDCCCF color CMYK value is (0,14,13,7).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 12.66%
  • key color value is 7.06%

CMYK: (0,14,13,7)
C0M14Y13K7 (0%, 14%, 13%, 7%)
(0.00 / 0.14 / 0.13 / 0.07)

CMYK percentages

%0
%13.92
%12.66
%7.06

Codes

Color #EDCCCF in popluar color models

ED CC CF
RGB 237 204 207
HSL 355° 47.83% 86.47%
HSB/HSV 355° 13.92% 92.94%
CMYK 0.00% 13.92% 12.66%
7.06%

Color #EDCCCF in popluar number systems.

HEX ED CC CF
Decimal 237 204 207
Binary 11101101 11001100 11001111
Octal 355 314 317

Shades and tints

Shades of #EDCCCF

#EDCCCF
(237,204,207)
#D8BABD
(216,186,189)
#C3A8AB
(195,168,171)
#AE9699
(174,150,153)
#998487
(153,132,135)
#847275
(132,114,117)
#6F6063
(111,96,99)
#5A4E51
(90,78,81)
#453C3F
(69,60,63)
#302A2D
(48,42,45)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #EDCCCF

#EDCCCF
(237,204,207)
#EED0D3
(238,208,211)
#EFD4D7
(239,212,215)
#F0D8DB
(240,216,219)
#F1DCDF
(241,220,223)
#F2E0E3
(242,224,227)
#F3E4E7
(243,228,231)
#F4E8EB
(244,232,235)
#F5ECEF
(245,236,239)
#F6F0F3
(246,240,243)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCCCF color. Also use rgb(237,204,207) instead hex code.

Text Font Color

.myTextColor { color: #EDCCCF; }

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

This text font color is #EDCCCF.

Background Color

.myBgColor { background-color: #EDCCCF; }

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

This div background color is #EDCCCF.

Border color

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

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

This div border color is #EDCCCF.

Opacity

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

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

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

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

This text has shadow with #EDCCCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCCCF.

Preview

Color preview on black background

This text has color #EDCCCF on black background.


Color preview on white background

This text has color #EDCCCF on white background.


Black color preview on #EDCCCF background

This text has black color on #EDCCCF background.


White color preview on #EDCCCF background

This text has white color on #EDCCCF background.


Related colors

Complementary color

Complementary color for #hex is #123330.


I love getcolorcode.com

Triadic colors

1 #CFEDCC and #CCCFED with #EDCCCF are triadic colors.

2 #CFCCED and #CCEDCF with #EDCCCF are triadic colors.