COLOR #ECE5FF

HEX: #ECE5FF RGB: (236,229,255)

Color info

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

RGB color model

#ECE5FF color RGB value is (236,229,255).

RGB: (236,229,255) (93%, 90%, 100%)

RGB channels and saturation

R 236 of 255 = 93%
G 229 of 255 = 90%
B 255 of 255 = 100%

236
229
255

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

Portions of RGB colors in percentages

R + G + B = 236 + 229 + 255 = 720 (100%)
R 236 of 720 ~ 32.78%
G 229 of 720 ~ 31.81%
B 255 of 720 ~ 35.42'%

%32.78
%31.81
%35.42

CMYK color model

#ECE5FF color CMYK value is (7,10,0,0).

  • cyan value is 7.45%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (7,10,0,0)
C7M10Y0K0 (7%, 10%, 0%, 0%)
(0.07 / 0.10 / 0.00 / 0.00)

CMYK percentages

%7.45
%10.2
%0
%0

Codes

Color #ECE5FF in popluar color models

EC E5 FF
RGB 236 229 255
HSL 256° 100.00% 94.90%
HSB/HSV 256° 10.20% 100.00%
CMYK 7.45% 10.20% 0.00%
0.00%

Color #ECE5FF in popluar number systems.

HEX EC E5 FF
Decimal 236 229 255
Binary 11101100 11100101 11111111
Octal 354 345 377

Shades and tints

Shades of #ECE5FF

#ECE5FF
(236,229,255)
#D7D1E8
(215,209,232)
#C2BDD1
(194,189,209)
#ADA9BA
(173,169,186)
#9895A3
(152,149,163)
#83818C
(131,129,140)
#6E6D75
(110,109,117)
#59595E
(89,89,94)
#444547
(68,69,71)
#2F3130
(47,49,48)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #ECE5FF

#ECE5FF
(236,229,255)
#EDE7FF
(237,231,255)
#EEE9FF
(238,233,255)
#EFEBFF
(239,235,255)
#F0EDFF
(240,237,255)
#F1EFFF
(241,239,255)
#F2F1FF
(242,241,255)
#F3F3FF
(243,243,255)
#F4F5FF
(244,245,255)
#F5F7FF
(245,247,255)
#F6F9FF
(246,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE5FF; }

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

This text font color is #ECE5FF.

Background Color

.myBgColor { background-color: #ECE5FF; }

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

This div background color is #ECE5FF.

Border color

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

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

This div border color is #ECE5FF.

Opacity

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

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

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

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

This text has shadow with #ECE5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE5FF.

Preview

Color preview on black background

This text has color #ECE5FF on black background.


Color preview on white background

This text has color #ECE5FF on white background.


Black color preview on #ECE5FF background

This text has black color on #ECE5FF background.


White color preview on #ECE5FF background

This text has white color on #ECE5FF background.


Related colors

Complementary color

Complementary color for #hex is #131A00.


I love getcolorcode.com

Triadic colors

1 #FFECE5 and #E5FFEC with #ECE5FF are triadic colors.

2 #FFE5EC and #E5ECFF with #ECE5FF are triadic colors.