COLOR #ECD5FB

HEX: #ECD5FB RGB: (236,213,251)

Color info

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

RGB color model

#ECD5FB color RGB value is (236,213,251).

RGB: (236,213,251) (93%, 84%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 213 of 255 = 84%
B 251 of 255 = 98%

236
213
251

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

Portions of RGB colors in percentages

R + G + B = 236 + 213 + 251 = 700 (100%)
R 236 of 700 ~ 33.71%
G 213 of 700 ~ 30.43%
B 251 of 700 ~ 35.86'%

%33.71
%30.43
%35.86

CMYK color model

#ECD5FB color CMYK value is (6,15,0,2).

  • cyan value is 5.98%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (6,15,0,2)
C6M15Y0K2 (6%, 15%, 0%, 2%)
(0.06 / 0.15 / 0.00 / 0.02)

CMYK percentages

%5.98
%15.14
%0
%1.57

Codes

Color #ECD5FB in popluar color models

EC D5 FB
RGB 236 213 251
HSL 276° 82.61% 90.98%
HSB/HSV 276° 15.14% 98.43%
CMYK 5.98% 15.14% 0.00%
1.57%

Color #ECD5FB in popluar number systems.

HEX EC D5 FB
Decimal 236 213 251
Binary 11101100 11010101 11111011
Octal 354 325 373

Shades and tints

Shades of #ECD5FB

#ECD5FB
(236,213,251)
#D7C2E5
(215,194,229)
#C2AFCF
(194,175,207)
#AD9CB9
(173,156,185)
#9889A3
(152,137,163)
#83768D
(131,118,141)
#6E6377
(110,99,119)
#595061
(89,80,97)
#443D4B
(68,61,75)
#2F2A35
(47,42,53)
#1A171F
(26,23,31)
#000000
(0,0,0)

Tints of #ECD5FB

#ECD5FB
(236,213,251)
#EDD8FB
(237,216,251)
#EEDBFB
(238,219,251)
#EFDEFB
(239,222,251)
#F0E1FB
(240,225,251)
#F1E4FB
(241,228,251)
#F2E7FB
(242,231,251)
#F3EAFB
(243,234,251)
#F4EDFB
(244,237,251)
#F5F0FB
(245,240,251)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5FB; }

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

This text font color is #ECD5FB.

Background Color

.myBgColor { background-color: #ECD5FB; }

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

This div background color is #ECD5FB.

Border color

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

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

This div border color is #ECD5FB.

Opacity

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

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

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

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

This text has shadow with #ECD5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD5FB.

Preview

Color preview on black background

This text has color #ECD5FB on black background.


Color preview on white background

This text has color #ECD5FB on white background.


Black color preview on #ECD5FB background

This text has black color on #ECD5FB background.


White color preview on #ECD5FB background

This text has white color on #ECD5FB background.


Related colors

Complementary color

Complementary color for #hex is #132A04.


I love getcolorcode.com

Triadic colors

1 #FBECD5 and #D5FBEC with #ECD5FB are triadic colors.

2 #FBD5EC and #D5ECFB with #ECD5FB are triadic colors.