COLOR #ECD0EE

HEX: #ECD0EE
RGB: (236,208,238)

Color info

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

RGB color model

#ECD0EE color RGB value is (236,208,238).

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

RGB channels and saturation

R 236 of 255 = 93%
G 208 of 255 = 82%
B 238 of 255 = 93%

236
208
238

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

Portions of RGB colors in percentages

R + G + B =
236 + 208 + 238 = 682 (100%)
R 236 of 682 ~ 34.6%
G 208 of 682 ~ 30.5%
B 238 of 682 ~ 34.9%

%34.6
%30.5
%34.9

CMYK color model

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

  • cyan value is 0.84%
  • magenta value is 12.61%
  • 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
%12.61
%0
%6.67

Codes

Color #ECD0EE in popluar color models

ECD0EE
RGB236208238
HSL296°46.88%87.45%
HSB/HSV296°12.61%93.33%
CMYK0.84%12.61%0.00%
6.67%

Color #ECD0EE in popluar number systems.

HEXECD0EE
Decimal236208238
Binary111011001101000011101110
Octal354320356

Shades and tints

Shades of #ECD0EE

#ECD0EE
(236,208,238)
#D7BED9
(215,190,217)
#C2ACC4
(194,172,196)
#AD9AAF
(173,154,175)
#98889A
(152,136,154)
#837685
(131,118,133)
#6E6470
(110,100,112)
#59525B
(89,82,91)
#444046
(68,64,70)
#2F2E31
(47,46,49)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #ECD0EE

#ECD0EE
(236,208,238)
#EDD4EF
(237,212,239)
#EED8F0
(238,216,240)
#EFDCF1
(239,220,241)
#F0E0F2
(240,224,242)
#F1E4F3
(241,228,243)
#F2E8F4
(242,232,244)
#F3ECF5
(243,236,245)
#F4F0F6
(244,240,246)
#F5F4F7
(245,244,247)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD0EE; }

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

This text font color is #ECD0EE.


Background Color

.myBgColor { background-color: #ECD0EE; }

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

This div background color is #ECD0EE.


Border color

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

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

This div border color is #ECD0EE.


Opacity

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

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

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

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

This text has shadow with #ECD0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD0EE on black background.


Color preview on white background

This text has color #ECD0EE on white background.



Black color preview on #ECD0EE background

This text has black color on #ECD0EE background.


White color preview on #ECD0EE background

This text has white color on #ECD0EE background.