COLOR #ECDBEA

HEX: #ECDBEA RGB: (236,219,234)

Color info

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

RGB color model

#ECDBEA color RGB value is (236,219,234).

RGB: (236,219,234) (93%, 86%, 92%)

RGB channels and saturation

R 236 of 255 = 93%
G 219 of 255 = 86%
B 234 of 255 = 92%

236
219
234

R + G + B ~ 90%. #ECDBEA is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 219 + 234 = 689 (100%)
R 236 of 689 ~ 34.25%
G 219 of 689 ~ 31.79%
B 234 of 689 ~ 33.96'%

%34.25
%31.79
%33.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 0.85%
  • key color value is 7.45%
CMYK: (0,7,1,7) C0M7Y1K7 (0%,7%,1%,7%) (0.00/0.07/0.01/0.07) 

CMYK percentages

%0
%7.2
%0.85
%7.45

Codes

Color #ECDBEA in popluar color models

EC DB EA
RGB 236 219 234
HSL 307° 30.91% 89.22%
HSB/HSV 307° 7.20% 92.55%
CMYK 0.00% 7.20% 0.85%
7.45%

Color #ECDBEA in popluar number systems.

HEX EC DB EA
Decimal 236 219 234
Binary 11101100 11011011 11101010
Octal 354 333 352

Shades and tints

Shades of #ECDBEA

#ECDBEA
(236,219,234)
#D7C8D5
(215,200,213)
#C2B5C0
(194,181,192)
#ADA2AB
(173,162,171)
#988F96
(152,143,150)
#837C81
(131,124,129)
#6E696C
(110,105,108)
#595657
(89,86,87)
#444342
(68,67,66)
#2F302D
(47,48,45)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #ECDBEA

#ECDBEA
(236,219,234)
#EDDEEB
(237,222,235)
#EEE1EC
(238,225,236)
#EFE4ED
(239,228,237)
#F0E7EE
(240,231,238)
#F1EAEF
(241,234,239)
#F2EDF0
(242,237,240)
#F3F0F1
(243,240,241)
#F4F3F2
(244,243,242)
#F5F6F3
(245,246,243)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDBEA; }

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

This text font color is #ECDBEA.

Background Color

.myBgColor { background-color: #ECDBEA; }

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

This div background color is #ECDBEA.

Border color

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

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

This div border color is #ECDBEA.

Opacity

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

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

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

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

This text has shadow with #ECDBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDBEA.

Preview

Color preview on black background

This text has color #ECDBEA on black background.


Color preview on white background

This text has color #ECDBEA on white background.


Black color preview on #ECDBEA background

This text has black color on #ECDBEA background.


White color preview on #ECDBEA background

This text has white color on #ECDBEA background.


Related colors

Complementary color

Complementary color for #hex is #132415.


I love getcolorcode.com

Triadic colors

1 #EAECDB and #DBEAEC with #ECDBEA are triadic colors.

2 #EADBEC and #DBECEA with #ECDBEA are triadic colors.