COLOR #EBD4E9

HEX: #EBD4E9 RGB: (235,212,233)

Color info

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

RGB color model

#EBD4E9 color RGB value is (235,212,233).

RGB: (235,212,233) (92%, 83%, 91%)

RGB channels and saturation

R 235 of 255 = 92%
G 212 of 255 = 83%
B 233 of 255 = 91%

235
212
233

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

Portions of RGB colors in percentages

R + G + B = 235 + 212 + 233 = 680 (100%)
R 235 of 680 ~ 34.56%
G 212 of 680 ~ 31.18%
B 233 of 680 ~ 34.26'%

%34.56
%31.18
%34.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 0.85%
  • key color value is 7.84%

CMYK: (0,10,1,8)
C0M10Y1K8 (0%, 10%, 1%, 8%)
(0.00 / 0.10 / 0.01 / 0.08)

CMYK percentages

%0
%9.79
%0.85
%7.84

Codes

Color #EBD4E9 in popluar color models

EB D4 E9
RGB 235 212 233
HSL 305° 36.51% 87.65%
HSB/HSV 305° 9.79% 92.16%
CMYK 0.00% 9.79% 0.85%
7.84%

Color #EBD4E9 in popluar number systems.

HEX EB D4 E9
Decimal 235 212 233
Binary 11101011 11010100 11101001
Octal 353 324 351

Shades and tints

Shades of #EBD4E9

#EBD4E9
(235,212,233)
#D6C1D4
(214,193,212)
#C1AEBF
(193,174,191)
#AC9BAA
(172,155,170)
#978895
(151,136,149)
#827580
(130,117,128)
#6D626B
(109,98,107)
#584F56
(88,79,86)
#433C41
(67,60,65)
#2E292C
(46,41,44)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #EBD4E9

#EBD4E9
(235,212,233)
#ECD7EB
(236,215,235)
#EDDAED
(237,218,237)
#EEDDEF
(238,221,239)
#EFE0F1
(239,224,241)
#F0E3F3
(240,227,243)
#F1E6F5
(241,230,245)
#F2E9F7
(242,233,247)
#F3ECF9
(243,236,249)
#F4EFFB
(244,239,251)
#F5F2FD
(245,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD4E9 color. Also use rgb(235,212,233) instead hex code.

Text Font Color

.myTextColor { color: #EBD4E9; }

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

This text font color is #EBD4E9.

Background Color

.myBgColor { background-color: #EBD4E9; }

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

This div background color is #EBD4E9.

Border color

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

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

This div border color is #EBD4E9.

Opacity

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

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

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

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

This text has shadow with #EBD4E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD4E9.

Preview

Color preview on black background

This text has color #EBD4E9 on black background.


Color preview on white background

This text has color #EBD4E9 on white background.


Black color preview on #EBD4E9 background

This text has black color on #EBD4E9 background.


White color preview on #EBD4E9 background

This text has white color on #EBD4E9 background.


Related colors

Complementary color

Complementary color for #hex is #142B16.


I love getcolorcode.com

Triadic colors

1 #E9EBD4 and #D4E9EB with #EBD4E9 are triadic colors.

2 #E9D4EB and #D4EBE9 with #EBD4E9 are triadic colors.