COLOR #EDC2CA

HEX: #EDC2CA RGB: (237,194,202)

Color info

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

RGB color model

#EDC2CA color RGB value is (237,194,202).

RGB: (237,194,202) (93%, 76%, 79%)

RGB channels and saturation

R 237 of 255 = 93%
G 194 of 255 = 76%
B 202 of 255 = 79%

237
194
202

R + G + B ~ 83%. #EDC2CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 194 + 202 = 633 (100%)
R 237 of 633 ~ 37.44%
G 194 of 633 ~ 30.65%
B 202 of 633 ~ 31.91'%

%37.44
%30.65
%31.91

CMYK color model

#EDC2CA color CMYK value is (0,18,15,7).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 14.77%
  • key color value is 7.06%

CMYK: (0,18,15,7)
C0M18Y15K7 (0%, 18%, 15%, 7%)
(0.00 / 0.18 / 0.15 / 0.07)

CMYK percentages

%0
%18.14
%14.77
%7.06

Codes

Color #EDC2CA in popluar color models

ED C2 CA
RGB 237 194 202
HSL 349° 54.43% 84.51%
HSB/HSV 349° 18.14% 92.94%
CMYK 0.00% 18.14% 14.77%
7.06%

Color #EDC2CA in popluar number systems.

HEX ED C2 CA
Decimal 237 194 202
Binary 11101101 11000010 11001010
Octal 355 302 312

Shades and tints

Shades of #EDC2CA

#EDC2CA
(237,194,202)
#D8B1B8
(216,177,184)
#C3A0A6
(195,160,166)
#AE8F94
(174,143,148)
#997E82
(153,126,130)
#846D70
(132,109,112)
#6F5C5E
(111,92,94)
#5A4B4C
(90,75,76)
#453A3A
(69,58,58)
#302928
(48,41,40)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #EDC2CA

#EDC2CA
(237,194,202)
#EEC7CE
(238,199,206)
#EFCCD2
(239,204,210)
#F0D1D6
(240,209,214)
#F1D6DA
(241,214,218)
#F2DBDE
(242,219,222)
#F3E0E2
(243,224,226)
#F4E5E6
(244,229,230)
#F5EAEA
(245,234,234)
#F6EFEE
(246,239,238)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC2CA color. Also use rgb(237,194,202) instead hex code.

Text Font Color

.myTextColor { color: #EDC2CA; }

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

This text font color is #EDC2CA.

Background Color

.myBgColor { background-color: #EDC2CA; }

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

This div background color is #EDC2CA.

Border color

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

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

This div border color is #EDC2CA.

Opacity

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

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

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

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

This text has shadow with #EDC2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC2CA.

Preview

Color preview on black background

This text has color #EDC2CA on black background.


Color preview on white background

This text has color #EDC2CA on white background.


Black color preview on #EDC2CA background

This text has black color on #EDC2CA background.


White color preview on #EDC2CA background

This text has white color on #EDC2CA background.


Related colors

Complementary color

Complementary color for #hex is #123D35.


I love getcolorcode.com

Triadic colors

1 #CAEDC2 and #C2CAED with #EDC2CA are triadic colors.

2 #CAC2ED and #C2EDCA with #EDC2CA are triadic colors.