COLOR #ECDDFF

HEX: #ECDDFF
RGB: (236,221,255)

Color info

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

RGB color model

#ECDDFF color RGB value is (236,221,255).

  • red value is 236;
  • green value is 221;
  • blue value is 255.
RGB:
(236,221,255)
(93%,87%,100%)

RGB channels and saturation

R 236 of 255 = 93%
G 221 of 255 = 87%
B 255 of 255 = 100%

236
221
255

R + G + B ~ 93%. #ECDDFF is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 221 + 255 = 712 (100%)
R 236 of 712 ~ 33.15%
G 221 of 712 ~ 31.04%
B 255 of 712 ~ 35.81%

%33.15
%31.04
%35.81

CMYK color model

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

  • cyan value is 7.45%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,13,0,0)
C7M13Y0K0 
(7%,13%,0%,0%)
(0.07/0.13/0.00/0.00)	

CMYK percentages

%7.45
%13.33
%0
%0

Codes

Color #ECDDFF in popluar color models

ECDDFF
RGB236221255
HSL266°100.00%93.33%
HSB/HSV266°13.33%100.00%
CMYK7.45%13.33%0.00%
0.00%

Color #ECDDFF in popluar number systems.

HEXECDDFF
Decimal236221255
Binary111011001101110111111111
Octal354335377

Shades and tints

Shades of #ECDDFF

#ECDDFF
(236,221,255)
#D7C9E8
(215,201,232)
#C2B5D1
(194,181,209)
#ADA1BA
(173,161,186)
#988DA3
(152,141,163)
#83798C
(131,121,140)
#6E6575
(110,101,117)
#59515E
(89,81,94)
#443D47
(68,61,71)
#2F2930
(47,41,48)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #ECDDFF

#ECDDFF
(236,221,255)
#EDE0FF
(237,224,255)
#EEE3FF
(238,227,255)
#EFE6FF
(239,230,255)
#F0E9FF
(240,233,255)
#F1ECFF
(241,236,255)
#F2EFFF
(242,239,255)
#F3F2FF
(243,242,255)
#F4F5FF
(244,245,255)
#F5F8FF
(245,248,255)
#F6FBFF
(246,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDDFF color. Also use rgb(236,221,255) instead hex code.

Text Font Color

.myTextColor { color: #ECDDFF; }

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

This text font color is #ECDDFF.


Background Color

.myBgColor { background-color: #ECDDFF; }

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

This div background color is #ECDDFF.


Border color

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

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

This div border color is #ECDDFF.


Opacity

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

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

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

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

This text has shadow with #ECDDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDDFF on black background.


Color preview on white background

This text has color #ECDDFF on white background.



Black color preview on #ECDDFF background

This text has black color on #ECDDFF background.


White color preview on #ECDDFF background

This text has white color on #ECDDFF background.