COLOR #ECE0FB

HEX: #ECE0FB
RGB: (236,224,251)

Color info

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

RGB color model

#ECE0FB color RGB value is (236,224,251).

  • red value is 236;
  • green value is 224;
  • blue value is 251.
RGB:
(236,224,251)
(93%,88%,98%)

RGB channels and saturation

R 236 of 255 = 93%
G 224 of 255 = 88%
B 251 of 255 = 98%

236
224
251

R + G + B ~ 93%. #ECE0FB is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 224 + 251 = 711 (100%)
R 236 of 711 ~ 33.19%
G 224 of 711 ~ 31.5%
B 251 of 711 ~ 35.3%

%33.19
%31.5
%35.3

CMYK color model

#ECE0FB color CMYK value is (6,11,0,2).

  • cyan value is 5.98%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,11,0,2)
C6M11Y0K2 
(6%,11%,0%,2%)
(0.06/0.11/0.00/0.02)	

CMYK percentages

%5.98
%10.76
%0
%1.57

Codes

Color #ECE0FB in popluar color models

ECE0FB
RGB236224251
HSL267°77.14%93.14%
HSB/HSV267°10.76%98.43%
CMYK5.98%10.76%0.00%
1.57%

Color #ECE0FB in popluar number systems.

HEXECE0FB
Decimal236224251
Binary111011001110000011111011
Octal354340373

Shades and tints

Shades of #ECE0FB

#ECE0FB
(236,224,251)
#D7CCE5
(215,204,229)
#C2B8CF
(194,184,207)
#ADA4B9
(173,164,185)
#9890A3
(152,144,163)
#837C8D
(131,124,141)
#6E6877
(110,104,119)
#595461
(89,84,97)
#44404B
(68,64,75)
#2F2C35
(47,44,53)
#1A181F
(26,24,31)
#000000
(0,0,0)

Tints of #ECE0FB

#ECE0FB
(236,224,251)
#EDE2FB
(237,226,251)
#EEE4FB
(238,228,251)
#EFE6FB
(239,230,251)
#F0E8FB
(240,232,251)
#F1EAFB
(241,234,251)
#F2ECFB
(242,236,251)
#F3EEFB
(243,238,251)
#F4F0FB
(244,240,251)
#F5F2FB
(245,242,251)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECE0FB; }

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

This text font color is #ECE0FB.


Background Color

.myBgColor { background-color: #ECE0FB; }

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

This div background color is #ECE0FB.


Border color

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

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

This div border color is #ECE0FB.


Opacity

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

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

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

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

This text has shadow with #ECE0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE0FB on black background.


Color preview on white background

This text has color #ECE0FB on white background.



Black color preview on #ECE0FB background

This text has black color on #ECE0FB background.


White color preview on #ECE0FB background

This text has white color on #ECE0FB background.