COLOR #ECC7DE

HEX: #ECC7DE RGB: (236,199,222)

Color info

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

RGB color model

#ECC7DE color RGB value is (236,199,222).

RGB: (236,199,222) (93%, 78%, 87%)

RGB channels and saturation

R 236 of 255 = 93%
G 199 of 255 = 78%
B 222 of 255 = 87%

236
199
222

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

Portions of RGB colors in percentages

R + G + B = 236 + 199 + 222 = 657 (100%)
R 236 of 657 ~ 35.92%
G 199 of 657 ~ 30.29%
B 222 of 657 ~ 33.79'%

%35.92
%30.29
%33.79

CMYK color model

#ECC7DE color CMYK value is (0,16,6,7).

  • cyan value is 0.00%
  • magenta value is 15.68%
  • yellow value is 5.93%
  • key color value is 7.45%

CMYK: (0,16,6,7)
C0M16Y6K7 (0%, 16%, 6%, 7%)
(0.00 / 0.16 / 0.06 / 0.07)

CMYK percentages

%0
%15.68
%5.93
%7.45

Codes

Color #ECC7DE in popluar color models

EC C7 DE
RGB 236 199 222
HSL 323° 49.33% 85.29%
HSB/HSV 323° 15.68% 92.55%
CMYK 0.00% 15.68% 5.93%
7.45%

Color #ECC7DE in popluar number systems.

HEX EC C7 DE
Decimal 236 199 222
Binary 11101100 11000111 11011110
Octal 354 307 336

Shades and tints

Shades of #ECC7DE

#ECC7DE
(236,199,222)
#D7B5CA
(215,181,202)
#C2A3B6
(194,163,182)
#AD91A2
(173,145,162)
#987F8E
(152,127,142)
#836D7A
(131,109,122)
#6E5B66
(110,91,102)
#594952
(89,73,82)
#44373E
(68,55,62)
#2F252A
(47,37,42)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #ECC7DE

#ECC7DE
(236,199,222)
#EDCCE1
(237,204,225)
#EED1E4
(238,209,228)
#EFD6E7
(239,214,231)
#F0DBEA
(240,219,234)
#F1E0ED
(241,224,237)
#F2E5F0
(242,229,240)
#F3EAF3
(243,234,243)
#F4EFF6
(244,239,246)
#F5F4F9
(245,244,249)
#F6F9FC
(246,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC7DE color. Also use rgb(236,199,222) instead hex code.

Text Font Color

.myTextColor { color: #ECC7DE; }

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

This text font color is #ECC7DE.

Background Color

.myBgColor { background-color: #ECC7DE; }

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

This div background color is #ECC7DE.

Border color

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

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

This div border color is #ECC7DE.

Opacity

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

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

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

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

This text has shadow with #ECC7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC7DE.

Preview

Color preview on black background

This text has color #ECC7DE on black background.


Color preview on white background

This text has color #ECC7DE on white background.


Black color preview on #ECC7DE background

This text has black color on #ECC7DE background.


White color preview on #ECC7DE background

This text has white color on #ECC7DE background.


Related colors

Complementary color

Complementary color for #hex is #133821.


I love getcolorcode.com

Triadic colors

1 #DEECC7 and #C7DEEC with #ECC7DE are triadic colors.

2 #DEC7EC and #C7ECDE with #ECC7DE are triadic colors.