COLOR #ECDBED

HEX: #ECDBED RGB: (236,219,237)

Color info

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

RGB color model

#ECDBED color RGB value is (236,219,237).

RGB: (236,219,237) (93%, 86%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 219 of 255 = 86%
B 237 of 255 = 93%

236
219
237

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

Portions of RGB colors in percentages

R + G + B = 236 + 219 + 237 = 692 (100%)
R 236 of 692 ~ 34.1%
G 219 of 692 ~ 31.65%
B 237 of 692 ~ 34.25'%

%34.1
%31.65
%34.25

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (0,8,0,7)
C0M8Y0K7 (0%, 8%, 0%, 7%)
(0.00 / 0.08 / 0.00 / 0.07)

CMYK percentages

%0.42
%7.59
%0
%7.06

Codes

Color #ECDBED in popluar color models

EC DB ED
RGB 236 219 237
HSL 297° 33.33% 89.41%
HSB/HSV 297° 7.59% 92.94%
CMYK 0.42% 7.59% 0.00%
7.06%

Color #ECDBED in popluar number systems.

HEX EC DB ED
Decimal 236 219 237
Binary 11101100 11011011 11101101
Octal 354 333 355

Shades and tints

Shades of #ECDBED

#ECDBED
(236,219,237)
#D7C8D8
(215,200,216)
#C2B5C3
(194,181,195)
#ADA2AE
(173,162,174)
#988F99
(152,143,153)
#837C84
(131,124,132)
#6E696F
(110,105,111)
#59565A
(89,86,90)
#444345
(68,67,69)
#2F3030
(47,48,48)
#1A1D1B
(26,29,27)
#000000
(0,0,0)

Tints of #ECDBED

#ECDBED
(236,219,237)
#EDDEEE
(237,222,238)
#EEE1EF
(238,225,239)
#EFE4F0
(239,228,240)
#F0E7F1
(240,231,241)
#F1EAF2
(241,234,242)
#F2EDF3
(242,237,243)
#F3F0F4
(243,240,244)
#F4F3F5
(244,243,245)
#F5F6F6
(245,246,246)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDBED color. Also use rgb(236,219,237) instead hex code.

Text Font Color

.myTextColor { color: #ECDBED; }

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

This text font color is #ECDBED.

Background Color

.myBgColor { background-color: #ECDBED; }

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

This div background color is #ECDBED.

Border color

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

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

This div border color is #ECDBED.

Opacity

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

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

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

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

This text has shadow with #ECDBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDBED.

Preview

Color preview on black background

This text has color #ECDBED on black background.


Color preview on white background

This text has color #ECDBED on white background.


Black color preview on #ECDBED background

This text has black color on #ECDBED background.


White color preview on #ECDBED background

This text has white color on #ECDBED background.


Related colors

Complementary color

Complementary color for #hex is #132412.


I love getcolorcode.com

Triadic colors

1 #EDECDB and #DBEDEC with #ECDBED are triadic colors.

2 #EDDBEC and #DBECED with #ECDBED are triadic colors.