COLOR #ECCFDE

HEX: #ECCFDE
RGB: (236,207,222)

Color info

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

RGB color model

#ECCFDE color RGB value is (236,207,222).

  • red value is 236;
  • green value is 207;
  • blue value is 222.
RGB:
(236,207,222)
(93%,81%,87%)

RGB channels and saturation

R 236 of 255 = 93%
G 207 of 255 = 81%
B 222 of 255 = 87%

236
207
222

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

Portions of RGB colors in percentages

R + G + B =
236 + 207 + 222 = 665 (100%)
R 236 of 665 ~ 35.49%
G 207 of 665 ~ 31.13%
B 222 of 665 ~ 33.38%

%35.49
%31.13
%33.38

CMYK color model

#ECCFDE color CMYK value is (0,12,6,7).

  • cyan value is 0.00%
  • magenta value is 12.29%
  • yellow value is 5.93%
  • key color value is 7.45%
CMYK:
(0,12,6,7)
C0M12Y6K7 
(0%,12%,6%,7%)
(0.00/0.12/0.06/0.07)	

CMYK percentages

%0
%12.29
%5.93
%7.45

Codes

Color #ECCFDE in popluar color models

ECCFDE
RGB236207222
HSL329°43.28%86.86%
HSB/HSV329°12.29%92.55%
CMYK0.00%12.29%5.93%
7.45%

Color #ECCFDE in popluar number systems.

HEXECCFDE
Decimal236207222
Binary111011001100111111011110
Octal354317336

Shades and tints

Shades of #ECCFDE

#ECCFDE
(236,207,222)
#D7BDCA
(215,189,202)
#C2ABB6
(194,171,182)
#AD99A2
(173,153,162)
#98878E
(152,135,142)
#83757A
(131,117,122)
#6E6366
(110,99,102)
#595152
(89,81,82)
#443F3E
(68,63,62)
#2F2D2A
(47,45,42)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #ECCFDE

#ECCFDE
(236,207,222)
#EDD3E1
(237,211,225)
#EED7E4
(238,215,228)
#EFDBE7
(239,219,231)
#F0DFEA
(240,223,234)
#F1E3ED
(241,227,237)
#F2E7F0
(242,231,240)
#F3EBF3
(243,235,243)
#F4EFF6
(244,239,246)
#F5F3F9
(245,243,249)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCFDE; }

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

This text font color is #ECCFDE.


Background Color

.myBgColor { background-color: #ECCFDE; }

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

This div background color is #ECCFDE.


Border color

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

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

This div border color is #ECCFDE.


Opacity

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

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

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

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

This text has shadow with #ECCFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCFDE on black background.


Color preview on white background

This text has color #ECCFDE on white background.



Black color preview on #ECCFDE background

This text has black color on #ECCFDE background.


White color preview on #ECCFDE background

This text has white color on #ECCFDE background.