COLOR #ECCAEE

HEX: #ECCAEE
RGB: (236,202,238)

Color info

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

RGB color model

#ECCAEE color RGB value is (236,202,238).

  • red value is 236;
  • green value is 202;
  • blue value is 238.
RGB:
(236,202,238)
(93%,79%,93%)

RGB channels and saturation

R 236 of 255 = 93%
G 202 of 255 = 79%
B 238 of 255 = 93%

236
202
238

R + G + B ~ 88%. #ECCAEE is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 202 + 238 = 676 (100%)
R 236 of 676 ~ 34.91%
G 202 of 676 ~ 29.88%
B 238 of 676 ~ 35.21%

%34.91
%29.88
%35.21

CMYK color model

#ECCAEE color CMYK value is (1,15,0,7).

  • cyan value is 0.84%
  • magenta value is 15.13%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(1,15,0,7)
C1M15Y0K7 
(1%,15%,0%,7%)
(0.01/0.15/0.00/0.07)	

CMYK percentages

%0.84
%15.13
%0
%6.67

Codes

Color #ECCAEE in popluar color models

ECCAEE
RGB236202238
HSL297°51.43%86.27%
HSB/HSV297°15.13%93.33%
CMYK0.84%15.13%0.00%
6.67%

Color #ECCAEE in popluar number systems.

HEXECCAEE
Decimal236202238
Binary111011001100101011101110
Octal354312356

Shades and tints

Shades of #ECCAEE

#ECCAEE
(236,202,238)
#D7B8D9
(215,184,217)
#C2A6C4
(194,166,196)
#AD94AF
(173,148,175)
#98829A
(152,130,154)
#837085
(131,112,133)
#6E5E70
(110,94,112)
#594C5B
(89,76,91)
#443A46
(68,58,70)
#2F2831
(47,40,49)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #ECCAEE

#ECCAEE
(236,202,238)
#EDCEEF
(237,206,239)
#EED2F0
(238,210,240)
#EFD6F1
(239,214,241)
#F0DAF2
(240,218,242)
#F1DEF3
(241,222,243)
#F2E2F4
(242,226,244)
#F3E6F5
(243,230,245)
#F4EAF6
(244,234,246)
#F5EEF7
(245,238,247)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCAEE; }

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

This text font color is #ECCAEE.


Background Color

.myBgColor { background-color: #ECCAEE; }

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

This div background color is #ECCAEE.


Border color

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

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

This div border color is #ECCAEE.


Opacity

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

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

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

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

This text has shadow with #ECCAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCAEE on black background.


Color preview on white background

This text has color #ECCAEE on white background.



Black color preview on #ECCAEE background

This text has black color on #ECCAEE background.


White color preview on #ECCAEE background

This text has white color on #ECCAEE background.