COLOR #ECE6FD

HEX: #ECE6FD RGB: (236,230,253)

Color info

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

RGB color model

#ECE6FD color RGB value is (236,230,253).

RGB: (236,230,253) (93%, 90%, 99%)

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 253 of 255 = 99%

236
230
253

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

Portions of RGB colors in percentages

R + G + B = 236 + 230 + 253 = 719 (100%)
R 236 of 719 ~ 32.82%
G 230 of 719 ~ 31.99%
B 253 of 719 ~ 35.19'%

%32.82
%31.99
%35.19

CMYK color model

#ECE6FD color CMYK value is (7,9,0,1).

  • cyan value is 6.72%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (7,9,0,1)
C7M9Y0K1 (7%, 9%, 0%, 1%)
(0.07 / 0.09 / 0.00 / 0.01)

CMYK percentages

%6.72
%9.09
%0
%0.78

Codes

Color #ECE6FD in popluar color models

EC E6 FD
RGB 236 230 253
HSL 256° 85.19% 94.71%
HSB/HSV 256° 9.09% 99.22%
CMYK 6.72% 9.09% 0.00%
0.78%

Color #ECE6FD in popluar number systems.

HEX EC E6 FD
Decimal 236 230 253
Binary 11101100 11100110 11111101
Octal 354 346 375

Shades and tints

Shades of #ECE6FD

#ECE6FD
(236,230,253)
#D7D2E6
(215,210,230)
#C2BECF
(194,190,207)
#ADAAB8
(173,170,184)
#9896A1
(152,150,161)
#83828A
(131,130,138)
#6E6E73
(110,110,115)
#595A5C
(89,90,92)
#444645
(68,70,69)
#2F322E
(47,50,46)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #ECE6FD

#ECE6FD
(236,230,253)
#EDE8FD
(237,232,253)
#EEEAFD
(238,234,253)
#EFECFD
(239,236,253)
#F0EEFD
(240,238,253)
#F1F0FD
(241,240,253)
#F2F2FD
(242,242,253)
#F3F4FD
(243,244,253)
#F4F6FD
(244,246,253)
#F5F8FD
(245,248,253)
#F6FAFD
(246,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE6FD color. Also use rgb(236,230,253) instead hex code.

Text Font Color

.myTextColor { color: #ECE6FD; }

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

This text font color is #ECE6FD.

Background Color

.myBgColor { background-color: #ECE6FD; }

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

This div background color is #ECE6FD.

Border color

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

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

This div border color is #ECE6FD.

Opacity

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

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

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

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

This text has shadow with #ECE6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE6FD.

Preview

Color preview on black background

This text has color #ECE6FD on black background.


Color preview on white background

This text has color #ECE6FD on white background.


Black color preview on #ECE6FD background

This text has black color on #ECE6FD background.


White color preview on #ECE6FD background

This text has white color on #ECE6FD background.


Related colors

Complementary color

Complementary color for #hex is #131902.


I love getcolorcode.com

Triadic colors

1 #FDECE6 and #E6FDEC with #ECE6FD are triadic colors.

2 #FDE6EC and #E6ECFD with #ECE6FD are triadic colors.