COLOR #ECE5FC

HEX: #ECE5FC RGB: (236,229,252)

Color info

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

RGB color model

#ECE5FC color RGB value is (236,229,252).

RGB: (236,229,252) (93%, 90%, 99%)

RGB channels and saturation

R 236 of 255 = 93%
G 229 of 255 = 90%
B 252 of 255 = 99%

236
229
252

R + G + B ~ 94%. #ECE5FC is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 229 + 252 = 717 (100%)
R 236 of 717 ~ 32.91%
G 229 of 717 ~ 31.94%
B 252 of 717 ~ 35.15'%

%32.91
%31.94
%35.15

CMYK color model

#ECE5FC color CMYK value is (6,9,0,1).

  • cyan value is 6.35%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (6,9,0,1) C6M9Y0K1 (6%,9%,0%,1%) (0.06/0.09/0.00/0.01) 

CMYK percentages

%6.35
%9.13
%0
%1.18

Codes

Color #ECE5FC in popluar color models

EC E5 FC
RGB 236 229 252
HSL 258° 79.31% 94.31%
HSB/HSV 258° 9.13% 98.82%
CMYK 6.35% 9.13% 0.00%
1.18%

Color #ECE5FC in popluar number systems.

HEX EC E5 FC
Decimal 236 229 252
Binary 11101100 11100101 11111100
Octal 354 345 374

Shades and tints

Shades of #ECE5FC

#ECE5FC
(236,229,252)
#D7D1E6
(215,209,230)
#C2BDD0
(194,189,208)
#ADA9BA
(173,169,186)
#9895A4
(152,149,164)
#83818E
(131,129,142)
#6E6D78
(110,109,120)
#595962
(89,89,98)
#44454C
(68,69,76)
#2F3136
(47,49,54)
#1A1D20
(26,29,32)
#000000
(0,0,0)

Tints of #ECE5FC

#ECE5FC
(236,229,252)
#EDE7FC
(237,231,252)
#EEE9FC
(238,233,252)
#EFEBFC
(239,235,252)
#F0EDFC
(240,237,252)
#F1EFFC
(241,239,252)
#F2F1FC
(242,241,252)
#F3F3FC
(243,243,252)
#F4F5FC
(244,245,252)
#F5F7FC
(245,247,252)
#F6F9FC
(246,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE5FC color. Also use rgb(236,229,252) instead hex code.

Text Font Color

.myTextColor { color: #ECE5FC; }

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

This text font color is #ECE5FC.

Background Color

.myBgColor { background-color: #ECE5FC; }

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

This div background color is #ECE5FC.

Border color

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

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

This div border color is #ECE5FC.

Opacity

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

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

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

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

This text has shadow with #ECE5FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE5FC.

Preview

Color preview on black background

This text has color #ECE5FC on black background.


Color preview on white background

This text has color #ECE5FC on white background.


Black color preview on #ECE5FC background

This text has black color on #ECE5FC background.


White color preview on #ECE5FC background

This text has white color on #ECE5FC background.


Related colors

Complementary color

Complementary color for #hex is #131A03.


I love getcolorcode.com

Triadic colors

1 #FCECE5 and #E5FCEC with #ECE5FC are triadic colors.

2 #FCE5EC and #E5ECFC with #ECE5FC are triadic colors.