COLOR #ECCFF1

HEX: #ECCFF1 RGB: (236,207,241)

Color info

#ECCFF1 contains red, green and blue colors in about the same proportion. Web safe color of #ECCFF1 is #FFCCFF (or #FCF).

RGB color model

#ECCFF1 color RGB value is (236,207,241).

RGB: (236,207,241) (93%, 81%, 95%)

RGB channels and saturation

R 236 of 255 = 93%
G 207 of 255 = 81%
B 241 of 255 = 95%

236
207
241

R + G + B ~ 90%. #ECCFF1 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 207 + 241 = 684 (100%)
R 236 of 684 ~ 34.5%
G 207 of 684 ~ 30.26%
B 241 of 684 ~ 35.23'%

%34.5
%30.26
%35.23

CMYK color model

#ECCFF1 color CMYK value is (2,14,0,5).

  • cyan value is 2.07%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (2,14,0,5)
C2M14Y0K5 (2%, 14%, 0%, 5%)
(0.02 / 0.14 / 0.00 / 0.05)

CMYK percentages

%2.07
%14.11
%0
%5.49

Codes

Color #ECCFF1 in popluar color models

EC CF F1
RGB 236 207 241
HSL 291° 54.84% 87.84%
HSB/HSV 291° 14.11% 94.51%
CMYK 2.07% 14.11% 0.00%
5.49%

Color #ECCFF1 in popluar number systems.

HEX EC CF F1
Decimal 236 207 241
Binary 11101100 11001111 11110001
Octal 354 317 361

Shades and tints

Shades of #ECCFF1

#ECCFF1
(236,207,241)
#D7BDDC
(215,189,220)
#C2ABC7
(194,171,199)
#AD99B2
(173,153,178)
#98879D
(152,135,157)
#837588
(131,117,136)
#6E6373
(110,99,115)
#59515E
(89,81,94)
#443F49
(68,63,73)
#2F2D34
(47,45,52)
#1A1B1F
(26,27,31)
#000000
(0,0,0)

Tints of #ECCFF1

#ECCFF1
(236,207,241)
#EDD3F2
(237,211,242)
#EED7F3
(238,215,243)
#EFDBF4
(239,219,244)
#F0DFF5
(240,223,245)
#F1E3F6
(241,227,246)
#F2E7F7
(242,231,247)
#F3EBF8
(243,235,248)
#F4EFF9
(244,239,249)
#F5F3FA
(245,243,250)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCFF1; }

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

This text font color is #ECCFF1.

Background Color

.myBgColor { background-color: #ECCFF1; }

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

This div background color is #ECCFF1.

Border color

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

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

This div border color is #ECCFF1.

Opacity

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

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

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

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

This text has shadow with #ECCFF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECCFF1.

Preview

Color preview on black background

This text has color #ECCFF1 on black background.


Color preview on white background

This text has color #ECCFF1 on white background.


Black color preview on #ECCFF1 background

This text has black color on #ECCFF1 background.


White color preview on #ECCFF1 background

This text has white color on #ECCFF1 background.


Related colors

Complementary color

Complementary color for #hex is #13300E.


I love getcolorcode.com

Triadic colors

1 #F1ECCF and #CFF1EC with #ECCFF1 are triadic colors.

2 #F1CFEC and #CFECF1 with #ECCFF1 are triadic colors.