COLOR #ECD7FA

HEX: #ECD7FA RGB: (236,215,250)

Color info

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

RGB color model

#ECD7FA color RGB value is (236,215,250).

RGB: (236,215,250) (93%, 84%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 215 of 255 = 84%
B 250 of 255 = 98%

236
215
250

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

Portions of RGB colors in percentages

R + G + B = 236 + 215 + 250 = 701 (100%)
R 236 of 701 ~ 33.67%
G 215 of 701 ~ 30.67%
B 250 of 701 ~ 35.66'%

%33.67
%30.67
%35.66

CMYK color model

#ECD7FA color CMYK value is (6,14,0,2).

  • cyan value is 5.60%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (6,14,0,2)
C6M14Y0K2 (6%, 14%, 0%, 2%)
(0.06 / 0.14 / 0.00 / 0.02)

CMYK percentages

%5.6
%14
%0
%1.96

Codes

Color #ECD7FA in popluar color models

EC D7 FA
RGB 236 215 250
HSL 276° 77.78% 91.18%
HSB/HSV 276° 14.00% 98.04%
CMYK 5.60% 14.00% 0.00%
1.96%

Color #ECD7FA in popluar number systems.

HEX EC D7 FA
Decimal 236 215 250
Binary 11101100 11010111 11111010
Octal 354 327 372

Shades and tints

Shades of #ECD7FA

#ECD7FA
(236,215,250)
#D7C4E4
(215,196,228)
#C2B1CE
(194,177,206)
#AD9EB8
(173,158,184)
#988BA2
(152,139,162)
#83788C
(131,120,140)
#6E6576
(110,101,118)
#595260
(89,82,96)
#443F4A
(68,63,74)
#2F2C34
(47,44,52)
#1A191E
(26,25,30)
#000000
(0,0,0)

Tints of #ECD7FA

#ECD7FA
(236,215,250)
#EDDAFA
(237,218,250)
#EEDDFA
(238,221,250)
#EFE0FA
(239,224,250)
#F0E3FA
(240,227,250)
#F1E6FA
(241,230,250)
#F2E9FA
(242,233,250)
#F3ECFA
(243,236,250)
#F4EFFA
(244,239,250)
#F5F2FA
(245,242,250)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD7FA color. Also use rgb(236,215,250) instead hex code.

Text Font Color

.myTextColor { color: #ECD7FA; }

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

This text font color is #ECD7FA.

Background Color

.myBgColor { background-color: #ECD7FA; }

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

This div background color is #ECD7FA.

Border color

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

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

This div border color is #ECD7FA.

Opacity

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

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

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

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

This text has shadow with #ECD7FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD7FA.

Preview

Color preview on black background

This text has color #ECD7FA on black background.


Color preview on white background

This text has color #ECD7FA on white background.


Black color preview on #ECD7FA background

This text has black color on #ECD7FA background.


White color preview on #ECD7FA background

This text has white color on #ECD7FA background.


Related colors

Complementary color

Complementary color for #hex is #132805.


I love getcolorcode.com

Triadic colors

1 #FAECD7 and #D7FAEC with #ECD7FA are triadic colors.

2 #FAD7EC and #D7ECFA with #ECD7FA are triadic colors.