COLOR #ECCEEE

HEX: #ECCEEE RGB: (236,206,238)

Color info

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

RGB color model

#ECCEEE color RGB value is (236,206,238).

RGB: (236,206,238) (93%, 81%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 206 of 255 = 81%
B 238 of 255 = 93%

236
206
238

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

Portions of RGB colors in percentages

R + G + B = 236 + 206 + 238 = 680 (100%)
R 236 of 680 ~ 34.71%
G 206 of 680 ~ 30.29%
B 238 of 680 ~ 35'%

%34.71
%30.29
%35

CMYK color model

#ECCEEE color CMYK value is (1,13,0,7).

  • cyan value is 0.84%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (1,13,0,7) C1M13Y0K7 (1%,13%,0%,7%) (0.01/0.13/0.00/0.07) 

CMYK percentages

%0.84
%13.45
%0
%6.67

Codes

Color #ECCEEE in popluar color models

EC CE EE
RGB 236 206 238
HSL 296° 48.48% 87.06%
HSB/HSV 296° 13.45% 93.33%
CMYK 0.84% 13.45% 0.00%
6.67%

Color #ECCEEE in popluar number systems.

HEX EC CE EE
Decimal 236 206 238
Binary 11101100 11001110 11101110
Octal 354 316 356

Shades and tints

Shades of #ECCEEE

#ECCEEE
(236,206,238)
#D7BCD9
(215,188,217)
#C2AAC4
(194,170,196)
#AD98AF
(173,152,175)
#98869A
(152,134,154)
#837485
(131,116,133)
#6E6270
(110,98,112)
#59505B
(89,80,91)
#443E46
(68,62,70)
#2F2C31
(47,44,49)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #ECCEEE

#ECCEEE
(236,206,238)
#EDD2EF
(237,210,239)
#EED6F0
(238,214,240)
#EFDAF1
(239,218,241)
#F0DEF2
(240,222,242)
#F1E2F3
(241,226,243)
#F2E6F4
(242,230,244)
#F3EAF5
(243,234,245)
#F4EEF6
(244,238,246)
#F5F2F7
(245,242,247)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCEEE; }

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

This text font color is #ECCEEE.

Background Color

.myBgColor { background-color: #ECCEEE; }

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

This div background color is #ECCEEE.

Border color

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

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

This div border color is #ECCEEE.

Opacity

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

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

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

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

This text has shadow with #ECCEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECCEEE.

Preview

Color preview on black background

This text has color #ECCEEE on black background.


Color preview on white background

This text has color #ECCEEE on white background.


Black color preview on #ECCEEE background

This text has black color on #ECCEEE background.


White color preview on #ECCEEE background

This text has white color on #ECCEEE background.


Related colors

Complementary color

Complementary color for #hex is #133111.


I love getcolorcode.com

Triadic colors

1 #EEECCE and #CEEEEC with #ECCEEE are triadic colors.

2 #EECEEC and #CEECEE with #ECCEEE are triadic colors.