COLOR #ECCAF3

HEX: #ECCAF3 RGB: (236,202,243)

Color info

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

RGB color model

#ECCAF3 color RGB value is (236,202,243).

RGB: (236,202,243) (93%, 79%, 95%)

RGB channels and saturation

R 236 of 255 = 93%
G 202 of 255 = 79%
B 243 of 255 = 95%

236
202
243

R + G + B ~ 89%. #ECCAF3 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 202 + 243 = 681 (100%)
R 236 of 681 ~ 34.65%
G 202 of 681 ~ 29.66%
B 243 of 681 ~ 35.68'%

%34.65
%29.66
%35.68

CMYK color model

#ECCAF3 color CMYK value is (3,17,0,5).

  • cyan value is 2.88%
  • magenta value is 16.87%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (3,17,0,5)
C3M17Y0K5 (3%, 17%, 0%, 5%)
(0.03 / 0.17 / 0.00 / 0.05)

CMYK percentages

%2.88
%16.87
%0
%4.71

Codes

Color #ECCAF3 in popluar color models

EC CA F3
RGB 236 202 243
HSL 290° 63.08% 87.25%
HSB/HSV 290° 16.87% 95.29%
CMYK 2.88% 16.87% 0.00%
4.71%

Color #ECCAF3 in popluar number systems.

HEX EC CA F3
Decimal 236 202 243
Binary 11101100 11001010 11110011
Octal 354 312 363

Shades and tints

Shades of #ECCAF3

#ECCAF3
(236,202,243)
#D7B8DD
(215,184,221)
#C2A6C7
(194,166,199)
#AD94B1
(173,148,177)
#98829B
(152,130,155)
#837085
(131,112,133)
#6E5E6F
(110,94,111)
#594C59
(89,76,89)
#443A43
(68,58,67)
#2F282D
(47,40,45)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #ECCAF3

#ECCAF3
(236,202,243)
#EDCEF4
(237,206,244)
#EED2F5
(238,210,245)
#EFD6F6
(239,214,246)
#F0DAF7
(240,218,247)
#F1DEF8
(241,222,248)
#F2E2F9
(242,226,249)
#F3E6FA
(243,230,250)
#F4EAFB
(244,234,251)
#F5EEFC
(245,238,252)
#F6F2FD
(246,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECCAF3 color. Also use rgb(236,202,243) instead hex code.

Text Font Color

.myTextColor { color: #ECCAF3; }

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

This text font color is #ECCAF3.

Background Color

.myBgColor { background-color: #ECCAF3; }

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

This div background color is #ECCAF3.

Border color

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

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

This div border color is #ECCAF3.

Opacity

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

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

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

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

This text has shadow with #ECCAF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECCAF3.

Preview

Color preview on black background

This text has color #ECCAF3 on black background.


Color preview on white background

This text has color #ECCAF3 on white background.


Black color preview on #ECCAF3 background

This text has black color on #ECCAF3 background.


White color preview on #ECCAF3 background

This text has white color on #ECCAF3 background.


Related colors

Complementary color

Complementary color for #hex is #13350C.


I love getcolorcode.com

Triadic colors

1 #F3ECCA and #CAF3EC with #ECCAF3 are triadic colors.

2 #F3CAEC and #CAECF3 with #ECCAF3 are triadic colors.