COLOR #EBDCE8

HEX: #EBDCE8 RGB: (235,220,232)

Color info

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

RGB color model

#EBDCE8 color RGB value is (235,220,232).

RGB: (235,220,232) (92%, 86%, 91%)

RGB channels and saturation

R 235 of 255 = 92%
G 220 of 255 = 86%
B 232 of 255 = 91%

235
220
232

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

Portions of RGB colors in percentages

R + G + B = 235 + 220 + 232 = 687 (100%)
R 235 of 687 ~ 34.21%
G 220 of 687 ~ 32.02%
B 232 of 687 ~ 33.77'%

%34.21
%32.02
%33.77

CMYK color model

#EBDCE8 color CMYK value is (0,6,1,8).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 1.28%
  • key color value is 7.84%

CMYK: (0,6,1,8)
C0M6Y1K8 (0%, 6%, 1%, 8%)
(0.00 / 0.06 / 0.01 / 0.08)

CMYK percentages

%0
%6.38
%1.28
%7.84

Codes

Color #EBDCE8 in popluar color models

EB DC E8
RGB 235 220 232
HSL 312° 27.27% 89.22%
HSB/HSV 312° 6.38% 92.16%
CMYK 0.00% 6.38% 1.28%
7.84%

Color #EBDCE8 in popluar number systems.

HEX EB DC E8
Decimal 235 220 232
Binary 11101011 11011100 11101000
Octal 353 334 350

Shades and tints

Shades of #EBDCE8

#EBDCE8
(235,220,232)
#D6C8D3
(214,200,211)
#C1B4BE
(193,180,190)
#ACA0A9
(172,160,169)
#978C94
(151,140,148)
#82787F
(130,120,127)
#6D646A
(109,100,106)
#585055
(88,80,85)
#433C40
(67,60,64)
#2E282B
(46,40,43)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #EBDCE8

#EBDCE8
(235,220,232)
#ECDFEA
(236,223,234)
#EDE2EC
(237,226,236)
#EEE5EE
(238,229,238)
#EFE8F0
(239,232,240)
#F0EBF2
(240,235,242)
#F1EEF4
(241,238,244)
#F2F1F6
(242,241,246)
#F3F4F8
(243,244,248)
#F4F7FA
(244,247,250)
#F5FAFC
(245,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDCE8 color. Also use rgb(235,220,232) instead hex code.

Text Font Color

.myTextColor { color: #EBDCE8; }

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

This text font color is #EBDCE8.

Background Color

.myBgColor { background-color: #EBDCE8; }

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

This div background color is #EBDCE8.

Border color

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

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

This div border color is #EBDCE8.

Opacity

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

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

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

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

This text has shadow with #EBDCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDCE8.

Preview

Color preview on black background

This text has color #EBDCE8 on black background.


Color preview on white background

This text has color #EBDCE8 on white background.


Black color preview on #EBDCE8 background

This text has black color on #EBDCE8 background.


White color preview on #EBDCE8 background

This text has white color on #EBDCE8 background.


Related colors

Complementary color

Complementary color for #hex is #142317.


I love getcolorcode.com

Triadic colors

1 #E8EBDC and #DCE8EB with #EBDCE8 are triadic colors.

2 #E8DCEB and #DCEBE8 with #EBDCE8 are triadic colors.