COLOR #ECCFF2

HEX: #ECCFF2 RGB: (236,207,242)

Color info

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

RGB color model

#ECCFF2 color RGB value is (236,207,242).

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

RGB channels and saturation

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

236
207
242

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

Portions of RGB colors in percentages

R + G + B = 236 + 207 + 242 = 685 (100%)
R 236 of 685 ~ 34.45%
G 207 of 685 ~ 30.22%
B 242 of 685 ~ 35.33'%

%34.45
%30.22
%35.33

CMYK color model

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

  • cyan value is 2.48%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 5.10%

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

CMYK percentages

%2.48
%14.46
%0
%5.1

Codes

Color #ECCFF2 in popluar color models

EC CF F2
RGB 236 207 242
HSL 290° 57.38% 88.04%
HSB/HSV 290° 14.46% 94.90%
CMYK 2.48% 14.46% 0.00%
5.10%

Color #ECCFF2 in popluar number systems.

HEX EC CF F2
Decimal 236 207 242
Binary 11101100 11001111 11110010
Octal 354 317 362

Shades and tints

Shades of #ECCFF2

#ECCFF2
(236,207,242)
#D7BDDC
(215,189,220)
#C2ABC6
(194,171,198)
#AD99B0
(173,153,176)
#98879A
(152,135,154)
#837584
(131,117,132)
#6E636E
(110,99,110)
#595158
(89,81,88)
#443F42
(68,63,66)
#2F2D2C
(47,45,44)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #ECCFF2

#ECCFF2
(236,207,242)
#EDD3F3
(237,211,243)
#EED7F4
(238,215,244)
#EFDBF5
(239,219,245)
#F0DFF6
(240,223,246)
#F1E3F7
(241,227,247)
#F2E7F8
(242,231,248)
#F3EBF9
(243,235,249)
#F4EFFA
(244,239,250)
#F5F3FB
(245,243,251)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCFF2; }

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

This text font color is #ECCFF2.

Background Color

.myBgColor { background-color: #ECCFF2; }

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

This div background color is #ECCFF2.

Border color

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

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

This div border color is #ECCFF2.

Opacity

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

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

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

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

This text has shadow with #ECCFF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECCFF2.

Preview

Color preview on black background

This text has color #ECCFF2 on black background.


Color preview on white background

This text has color #ECCFF2 on white background.


Black color preview on #ECCFF2 background

This text has black color on #ECCFF2 background.


White color preview on #ECCFF2 background

This text has white color on #ECCFF2 background.


Related colors

Complementary color

Complementary color for #hex is #13300D.


I love getcolorcode.com

Triadic colors

1 #F2ECCF and #CFF2EC with #ECCFF2 are triadic colors.

2 #F2CFEC and #CFECF2 with #ECCFF2 are triadic colors.