COLOR #ECDBE8

HEX: #ECDBE8 RGB: (236,219,232)

Color info

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

RGB color model

#ECDBE8 color RGB value is (236,219,232).

RGB: (236,219,232) (93%, 86%, 91%)

RGB channels and saturation

R 236 of 255 = 93%
G 219 of 255 = 86%
B 232 of 255 = 91%

236
219
232

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

Portions of RGB colors in percentages

R + G + B = 236 + 219 + 232 = 687 (100%)
R 236 of 687 ~ 34.35%
G 219 of 687 ~ 31.88%
B 232 of 687 ~ 33.77'%

%34.35
%31.88
%33.77

CMYK color model

#ECDBE8 color CMYK value is (0,7,2,7).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 1.69%
  • key color value is 7.45%

CMYK: (0,7,2,7)
C0M7Y2K7 (0%, 7%, 2%, 7%)
(0.00 / 0.07 / 0.02 / 0.07)

CMYK percentages

%0
%7.2
%1.69
%7.45

Codes

Color #ECDBE8 in popluar color models

EC DB E8
RGB 236 219 232
HSL 314° 30.91% 89.22%
HSB/HSV 314° 7.20% 92.55%
CMYK 0.00% 7.20% 1.69%
7.45%

Color #ECDBE8 in popluar number systems.

HEX EC DB E8
Decimal 236 219 232
Binary 11101100 11011011 11101000
Octal 354 333 350

Shades and tints

Shades of #ECDBE8

#ECDBE8
(236,219,232)
#D7C8D3
(215,200,211)
#C2B5BE
(194,181,190)
#ADA2A9
(173,162,169)
#988F94
(152,143,148)
#837C7F
(131,124,127)
#6E696A
(110,105,106)
#595655
(89,86,85)
#444340
(68,67,64)
#2F302B
(47,48,43)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #ECDBE8

#ECDBE8
(236,219,232)
#EDDEEA
(237,222,234)
#EEE1EC
(238,225,236)
#EFE4EE
(239,228,238)
#F0E7F0
(240,231,240)
#F1EAF2
(241,234,242)
#F2EDF4
(242,237,244)
#F3F0F6
(243,240,246)
#F4F3F8
(244,243,248)
#F5F6FA
(245,246,250)
#F6F9FC
(246,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDBE8; }

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

This text font color is #ECDBE8.

Background Color

.myBgColor { background-color: #ECDBE8; }

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

This div background color is #ECDBE8.

Border color

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

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

This div border color is #ECDBE8.

Opacity

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

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

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

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

This text has shadow with #ECDBE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDBE8.

Preview

Color preview on black background

This text has color #ECDBE8 on black background.


Color preview on white background

This text has color #ECDBE8 on white background.


Black color preview on #ECDBE8 background

This text has black color on #ECDBE8 background.


White color preview on #ECDBE8 background

This text has white color on #ECDBE8 background.


Related colors

Complementary color

Complementary color for #hex is #132417.


I love getcolorcode.com

Triadic colors

1 #E8ECDB and #DBE8EC with #ECDBE8 are triadic colors.

2 #E8DBEC and #DBECE8 with #ECDBE8 are triadic colors.