COLOR #ECDCEE

HEX: #ECDCEE RGB: (236,220,238)

Color info

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

RGB color model

#ECDCEE color RGB value is (236,220,238).

RGB: (236,220,238) (93%, 86%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 220 of 255 = 86%
B 238 of 255 = 93%

236
220
238

R + G + B ~ 91%. #ECDCEE is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 220 + 238 = 694 (100%)
R 236 of 694 ~ 34.01%
G 220 of 694 ~ 31.7%
B 238 of 694 ~ 34.29'%

%34.01
%31.7
%34.29

CMYK color model

#ECDCEE color CMYK value is (1,8,0,7).

  • cyan value is 0.84%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (1,8,0,7)
C1M8Y0K7 (1%, 8%, 0%, 7%)
(0.01 / 0.08 / 0.00 / 0.07)

CMYK percentages

%0.84
%7.56
%0
%6.67

Codes

Color #ECDCEE in popluar color models

EC DC EE
RGB 236 220 238
HSL 293° 34.62% 89.80%
HSB/HSV 293° 7.56% 93.33%
CMYK 0.84% 7.56% 0.00%
6.67%

Color #ECDCEE in popluar number systems.

HEX EC DC EE
Decimal 236 220 238
Binary 11101100 11011100 11101110
Octal 354 334 356

Shades and tints

Shades of #ECDCEE

#ECDCEE
(236,220,238)
#D7C8D9
(215,200,217)
#C2B4C4
(194,180,196)
#ADA0AF
(173,160,175)
#988C9A
(152,140,154)
#837885
(131,120,133)
#6E6470
(110,100,112)
#59505B
(89,80,91)
#443C46
(68,60,70)
#2F2831
(47,40,49)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #ECDCEE

#ECDCEE
(236,220,238)
#EDDFEF
(237,223,239)
#EEE2F0
(238,226,240)
#EFE5F1
(239,229,241)
#F0E8F2
(240,232,242)
#F1EBF3
(241,235,243)
#F2EEF4
(242,238,244)
#F3F1F5
(243,241,245)
#F4F4F6
(244,244,246)
#F5F7F7
(245,247,247)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDCEE color. Also use rgb(236,220,238) instead hex code.

Text Font Color

.myTextColor { color: #ECDCEE; }

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

This text font color is #ECDCEE.

Background Color

.myBgColor { background-color: #ECDCEE; }

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

This div background color is #ECDCEE.

Border color

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

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

This div border color is #ECDCEE.

Opacity

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

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

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

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

This text has shadow with #ECDCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDCEE.

Preview

Color preview on black background

This text has color #ECDCEE on black background.


Color preview on white background

This text has color #ECDCEE on white background.


Black color preview on #ECDCEE background

This text has black color on #ECDCEE background.


White color preview on #ECDCEE background

This text has white color on #ECDCEE background.


Related colors

Complementary color

Complementary color for #hex is #132311.


I love getcolorcode.com

Triadic colors

1 #EEECDC and #DCEEEC with #ECDCEE are triadic colors.

2 #EEDCEC and #DCECEE with #ECDCEE are triadic colors.