COLOR #ECD5FF

HEX: #ECD5FF RGB: (236,213,255)

Color info

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

RGB color model

#ECD5FF color RGB value is (236,213,255).

RGB: (236,213,255) (93%, 84%, 100%)

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 255 of 255 = 100%

236
213
255

R + G + B ~ 92%. #ECD5FF is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 213 + 255 = 704 (100%)
R 236 of 704 ~ 33.52%
G 213 of 704 ~ 30.26%
B 255 of 704 ~ 36.22'%

%33.52
%30.26
%36.22

CMYK color model

#ECD5FF color CMYK value is (7,16,0,0).

  • cyan value is 7.45%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (7,16,0,0) C7M16Y0K0 (7%,16%,0%,0%) (0.07/0.16/0.00/0.00) 

CMYK percentages

%7.45
%16.47
%0
%0

Codes

Color #ECD5FF in popluar color models

EC D5 FF
RGB 236 213 255
HSL 273° 100.00% 91.76%
HSB/HSV 273° 16.47% 100.00%
CMYK 7.45% 16.47% 0.00%
0.00%

Color #ECD5FF in popluar number systems.

HEX EC D5 FF
Decimal 236 213 255
Binary 11101100 11010101 11111111
Octal 354 325 377

Shades and tints

Shades of #ECD5FF

#ECD5FF
(236,213,255)
#D7C2E8
(215,194,232)
#C2AFD1
(194,175,209)
#AD9CBA
(173,156,186)
#9889A3
(152,137,163)
#83768C
(131,118,140)
#6E6375
(110,99,117)
#59505E
(89,80,94)
#443D47
(68,61,71)
#2F2A30
(47,42,48)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #ECD5FF

#ECD5FF
(236,213,255)
#EDD8FF
(237,216,255)
#EEDBFF
(238,219,255)
#EFDEFF
(239,222,255)
#F0E1FF
(240,225,255)
#F1E4FF
(241,228,255)
#F2E7FF
(242,231,255)
#F3EAFF
(243,234,255)
#F4EDFF
(244,237,255)
#F5F0FF
(245,240,255)
#F6F3FF
(246,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5FF; }

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

This text font color is #ECD5FF.

Background Color

.myBgColor { background-color: #ECD5FF; }

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

This div background color is #ECD5FF.

Border color

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

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

This div border color is #ECD5FF.

Opacity

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

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

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

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

This text has shadow with #ECD5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD5FF.

Preview

Color preview on black background

This text has color #ECD5FF on black background.


Color preview on white background

This text has color #ECD5FF on white background.


Black color preview on #ECD5FF background

This text has black color on #ECD5FF background.


White color preview on #ECD5FF background

This text has white color on #ECD5FF background.


Related colors

Complementary color

Complementary color for #hex is #132A00.


I love getcolorcode.com

Triadic colors

1 #FFECD5 and #D5FFEC with #ECD5FF are triadic colors.

2 #FFD5EC and #D5ECFF with #ECD5FF are triadic colors.