COLOR #ECC3DF

HEX: #ECC3DF RGB: (236,195,223)

Color info

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

RGB color model

#ECC3DF color RGB value is (236,195,223).

RGB: (236,195,223) (93%, 76%, 87%)

RGB channels and saturation

R 236 of 255 = 93%
G 195 of 255 = 76%
B 223 of 255 = 87%

236
195
223

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

Portions of RGB colors in percentages

R + G + B = 236 + 195 + 223 = 654 (100%)
R 236 of 654 ~ 36.09%
G 195 of 654 ~ 29.82%
B 223 of 654 ~ 34.1'%

%36.09
%29.82
%34.1

CMYK color model

#ECC3DF color CMYK value is (0,17,6,7).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 5.51%
  • key color value is 7.45%
CMYK: (0,17,6,7) C0M17Y6K7 (0%,17%,6%,7%) (0.00/0.17/0.06/0.07) 

CMYK percentages

%0
%17.37
%5.51
%7.45

Codes

Color #ECC3DF in popluar color models

EC C3 DF
RGB 236 195 223
HSL 319° 51.90% 84.51%
HSB/HSV 319° 17.37% 92.55%
CMYK 0.00% 17.37% 5.51%
7.45%

Color #ECC3DF in popluar number systems.

HEX EC C3 DF
Decimal 236 195 223
Binary 11101100 11000011 11011111
Octal 354 303 337

Shades and tints

Shades of #ECC3DF

#ECC3DF
(236,195,223)
#D7B2CB
(215,178,203)
#C2A1B7
(194,161,183)
#AD90A3
(173,144,163)
#987F8F
(152,127,143)
#836E7B
(131,110,123)
#6E5D67
(110,93,103)
#594C53
(89,76,83)
#443B3F
(68,59,63)
#2F2A2B
(47,42,43)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #ECC3DF

#ECC3DF
(236,195,223)
#EDC8E1
(237,200,225)
#EECDE3
(238,205,227)
#EFD2E5
(239,210,229)
#F0D7E7
(240,215,231)
#F1DCE9
(241,220,233)
#F2E1EB
(242,225,235)
#F3E6ED
(243,230,237)
#F4EBEF
(244,235,239)
#F5F0F1
(245,240,241)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC3DF color. Also use rgb(236,195,223) instead hex code.

Text Font Color

.myTextColor { color: #ECC3DF; }

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

This text font color is #ECC3DF.

Background Color

.myBgColor { background-color: #ECC3DF; }

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

This div background color is #ECC3DF.

Border color

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

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

This div border color is #ECC3DF.

Opacity

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

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

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

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

This text has shadow with #ECC3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC3DF.

Preview

Color preview on black background

This text has color #ECC3DF on black background.


Color preview on white background

This text has color #ECC3DF on white background.


Black color preview on #ECC3DF background

This text has black color on #ECC3DF background.


White color preview on #ECC3DF background

This text has white color on #ECC3DF background.


Related colors

Complementary color

Complementary color for #hex is #133C20.


I love getcolorcode.com

Triadic colors

1 #DFECC3 and #C3DFEC with #ECC3DF are triadic colors.

2 #DFC3EC and #C3ECDF with #ECC3DF are triadic colors.