COLOR #EBD8E8

HEX: #EBD8E8 RGB: (235,216,232)

Color info

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

RGB color model

#EBD8E8 color RGB value is (235,216,232).

RGB: (235,216,232) (92%, 85%, 91%)

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 232 of 255 = 91%

235
216
232

R + G + B ~ 89%. #EBD8E8 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 216 + 232 = 683 (100%)
R 235 of 683 ~ 34.41%
G 216 of 683 ~ 31.63%
B 232 of 683 ~ 33.97'%

%34.41
%31.63
%33.97

CMYK color model

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

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

CMYK: (0,8,1,8)
C0M8Y1K8 (0%, 8%, 1%, 8%)
(0.00 / 0.08 / 0.01 / 0.08)

CMYK percentages

%0
%8.09
%1.28
%7.84

Codes

Color #EBD8E8 in popluar color models

EB D8 E8
RGB 235 216 232
HSL 309° 32.20% 88.43%
HSB/HSV 309° 8.09% 92.16%
CMYK 0.00% 8.09% 1.28%
7.84%

Color #EBD8E8 in popluar number systems.

HEX EB D8 E8
Decimal 235 216 232
Binary 11101011 11011000 11101000
Octal 353 330 350

Shades and tints

Shades of #EBD8E8

#EBD8E8
(235,216,232)
#D6C5D3
(214,197,211)
#C1B2BE
(193,178,190)
#AC9FA9
(172,159,169)
#978C94
(151,140,148)
#82797F
(130,121,127)
#6D666A
(109,102,106)
#585355
(88,83,85)
#434040
(67,64,64)
#2E2D2B
(46,45,43)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #EBD8E8

#EBD8E8
(235,216,232)
#ECDBEA
(236,219,234)
#EDDEEC
(237,222,236)
#EEE1EE
(238,225,238)
#EFE4F0
(239,228,240)
#F0E7F2
(240,231,242)
#F1EAF4
(241,234,244)
#F2EDF6
(242,237,246)
#F3F0F8
(243,240,248)
#F4F3FA
(244,243,250)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD8E8; }

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

This text font color is #EBD8E8.

Background Color

.myBgColor { background-color: #EBD8E8; }

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

This div background color is #EBD8E8.

Border color

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

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

This div border color is #EBD8E8.

Opacity

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

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

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

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

This text has shadow with #EBD8E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD8E8.

Preview

Color preview on black background

This text has color #EBD8E8 on black background.


Color preview on white background

This text has color #EBD8E8 on white background.


Black color preview on #EBD8E8 background

This text has black color on #EBD8E8 background.


White color preview on #EBD8E8 background

This text has white color on #EBD8E8 background.


Related colors

Complementary color

Complementary color for #hex is #142717.


I love getcolorcode.com

Triadic colors

1 #E8EBD8 and #D8E8EB with #EBD8E8 are triadic colors.

2 #E8D8EB and #D8EBE8 with #EBD8E8 are triadic colors.