COLOR #ECDFF3

HEX: #ECDFF3 RGB: (236,223,243)

Color info

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

RGB color model

#ECDFF3 color RGB value is (236,223,243).

RGB: (236,223,243) (93%, 87%, 95%)

RGB channels and saturation

R 236 of 255 = 93%
G 223 of 255 = 87%
B 243 of 255 = 95%

236
223
243

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

Portions of RGB colors in percentages

R + G + B = 236 + 223 + 243 = 702 (100%)
R 236 of 702 ~ 33.62%
G 223 of 702 ~ 31.77%
B 243 of 702 ~ 34.62'%

%33.62
%31.77
%34.62

CMYK color model

#ECDFF3 color CMYK value is (3,8,0,5).

  • cyan value is 2.88%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (3,8,0,5)
C3M8Y0K5 (3%, 8%, 0%, 5%)
(0.03 / 0.08 / 0.00 / 0.05)

CMYK percentages

%2.88
%8.23
%0
%4.71

Codes

Color #ECDFF3 in popluar color models

EC DF F3
RGB 236 223 243
HSL 279° 45.45% 91.37%
HSB/HSV 279° 8.23% 95.29%
CMYK 2.88% 8.23% 0.00%
4.71%

Color #ECDFF3 in popluar number systems.

HEX EC DF F3
Decimal 236 223 243
Binary 11101100 11011111 11110011
Octal 354 337 363

Shades and tints

Shades of #ECDFF3

#ECDFF3
(236,223,243)
#D7CBDD
(215,203,221)
#C2B7C7
(194,183,199)
#ADA3B1
(173,163,177)
#988F9B
(152,143,155)
#837B85
(131,123,133)
#6E676F
(110,103,111)
#595359
(89,83,89)
#443F43
(68,63,67)
#2F2B2D
(47,43,45)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #ECDFF3

#ECDFF3
(236,223,243)
#EDE1F4
(237,225,244)
#EEE3F5
(238,227,245)
#EFE5F6
(239,229,246)
#F0E7F7
(240,231,247)
#F1E9F8
(241,233,248)
#F2EBF9
(242,235,249)
#F3EDFA
(243,237,250)
#F4EFFB
(244,239,251)
#F5F1FC
(245,241,252)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDFF3 color. Also use rgb(236,223,243) instead hex code.

Text Font Color

.myTextColor { color: #ECDFF3; }

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

This text font color is #ECDFF3.

Background Color

.myBgColor { background-color: #ECDFF3; }

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

This div background color is #ECDFF3.

Border color

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

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

This div border color is #ECDFF3.

Opacity

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

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

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

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

This text has shadow with #ECDFF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDFF3.

Preview

Color preview on black background

This text has color #ECDFF3 on black background.


Color preview on white background

This text has color #ECDFF3 on white background.


Black color preview on #ECDFF3 background

This text has black color on #ECDFF3 background.


White color preview on #ECDFF3 background

This text has white color on #ECDFF3 background.


Related colors

Complementary color

Complementary color for #hex is #13200C.


I love getcolorcode.com

Triadic colors

1 #F3ECDF and #DFF3EC with #ECDFF3 are triadic colors.

2 #F3DFEC and #DFECF3 with #ECDFF3 are triadic colors.