COLOR #ECDEF8

HEX: #ECDEF8 RGB: (236,222,248)

Color info

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

RGB color model

#ECDEF8 color RGB value is (236,222,248).

RGB: (236,222,248) (93%, 87%, 97%)

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 248 of 255 = 97%

236
222
248

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

Portions of RGB colors in percentages

R + G + B = 236 + 222 + 248 = 706 (100%)
R 236 of 706 ~ 33.43%
G 222 of 706 ~ 31.44%
B 248 of 706 ~ 35.13'%

%33.43
%31.44
%35.13

CMYK color model

#ECDEF8 color CMYK value is (5,10,0,3).

  • cyan value is 4.84%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (5,10,0,3)
C5M10Y0K3 (5%, 10%, 0%, 3%)
(0.05 / 0.10 / 0.00 / 0.03)

CMYK percentages

%4.84
%10.48
%0
%2.75

Codes

Color #ECDEF8 in popluar color models

EC DE F8
RGB 236 222 248
HSL 272° 65.00% 92.16%
HSB/HSV 272° 10.48% 97.25%
CMYK 4.84% 10.48% 0.00%
2.75%

Color #ECDEF8 in popluar number systems.

HEX EC DE F8
Decimal 236 222 248
Binary 11101100 11011110 11111000
Octal 354 336 370

Shades and tints

Shades of #ECDEF8

#ECDEF8
(236,222,248)
#D7CAE2
(215,202,226)
#C2B6CC
(194,182,204)
#ADA2B6
(173,162,182)
#988EA0
(152,142,160)
#837A8A
(131,122,138)
#6E6674
(110,102,116)
#59525E
(89,82,94)
#443E48
(68,62,72)
#2F2A32
(47,42,50)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #ECDEF8

#ECDEF8
(236,222,248)
#EDE1F8
(237,225,248)
#EEE4F8
(238,228,248)
#EFE7F8
(239,231,248)
#F0EAF8
(240,234,248)
#F1EDF8
(241,237,248)
#F2F0F8
(242,240,248)
#F3F3F8
(243,243,248)
#F4F6F8
(244,246,248)
#F5F9F8
(245,249,248)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDEF8 color. Also use rgb(236,222,248) instead hex code.

Text Font Color

.myTextColor { color: #ECDEF8; }

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

This text font color is #ECDEF8.

Background Color

.myBgColor { background-color: #ECDEF8; }

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

This div background color is #ECDEF8.

Border color

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

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

This div border color is #ECDEF8.

Opacity

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

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

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

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

This text has shadow with #ECDEF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDEF8.

Preview

Color preview on black background

This text has color #ECDEF8 on black background.


Color preview on white background

This text has color #ECDEF8 on white background.


Black color preview on #ECDEF8 background

This text has black color on #ECDEF8 background.


White color preview on #ECDEF8 background

This text has white color on #ECDEF8 background.


Related colors

Complementary color

Complementary color for #hex is #132107.


I love getcolorcode.com

Triadic colors

1 #F8ECDE and #DEF8EC with #ECDEF8 are triadic colors.

2 #F8DEEC and #DEECF8 with #ECDEF8 are triadic colors.