COLOR #EBDAE5

HEX: #EBDAE5 RGB: (235,218,229)

Color info

#EBDAE5 contains red, green and blue colors in about the same proportion. Web safe color of #EBDAE5 is #FFCCCC (or #FCC).

RGB color model

#EBDAE5 color RGB value is (235,218,229).

RGB: (235,218,229) (92%, 85%, 90%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 229 of 255 = 90%

235
218
229

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

Portions of RGB colors in percentages

R + G + B = 235 + 218 + 229 = 682 (100%)
R 235 of 682 ~ 34.46%
G 218 of 682 ~ 31.96%
B 229 of 682 ~ 33.58'%

%34.46
%31.96
%33.58

CMYK color model

#EBDAE5 color CMYK value is (0,7,3,8).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 2.55%
  • key color value is 7.84%

CMYK: (0,7,3,8)
C0M7Y3K8 (0%, 7%, 3%, 8%)
(0.00 / 0.07 / 0.03 / 0.08)

CMYK percentages

%0
%7.23
%2.55
%7.84

Codes

Color #EBDAE5 in popluar color models

EB DA E5
RGB 235 218 229
HSL 321° 29.82% 88.82%
HSB/HSV 321° 7.23% 92.16%
CMYK 0.00% 7.23% 2.55%
7.84%

Color #EBDAE5 in popluar number systems.

HEX EB DA E5
Decimal 235 218 229
Binary 11101011 11011010 11100101
Octal 353 332 345

Shades and tints

Shades of #EBDAE5

#EBDAE5
(235,218,229)
#D6C7D1
(214,199,209)
#C1B4BD
(193,180,189)
#ACA1A9
(172,161,169)
#978E95
(151,142,149)
#827B81
(130,123,129)
#6D686D
(109,104,109)
#585559
(88,85,89)
#434245
(67,66,69)
#2E2F31
(46,47,49)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #EBDAE5

#EBDAE5
(235,218,229)
#ECDDE7
(236,221,231)
#EDE0E9
(237,224,233)
#EEE3EB
(238,227,235)
#EFE6ED
(239,230,237)
#F0E9EF
(240,233,239)
#F1ECF1
(241,236,241)
#F2EFF3
(242,239,243)
#F3F2F5
(243,242,245)
#F4F5F7
(244,245,247)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDAE5 color. Also use rgb(235,218,229) instead hex code.

Text Font Color

.myTextColor { color: #EBDAE5; }

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

This text font color is #EBDAE5.

Background Color

.myBgColor { background-color: #EBDAE5; }

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

This div background color is #EBDAE5.

Border color

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

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

This div border color is #EBDAE5.

Opacity

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

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

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

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

This text has shadow with #EBDAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDAE5.

Preview

Color preview on black background

This text has color #EBDAE5 on black background.


Color preview on white background

This text has color #EBDAE5 on white background.


Black color preview on #EBDAE5 background

This text has black color on #EBDAE5 background.


White color preview on #EBDAE5 background

This text has white color on #EBDAE5 background.


Related colors

Complementary color

Complementary color for #hex is #14251A.


I love getcolorcode.com

Triadic colors

1 #E5EBDA and #DAE5EB with #EBDAE5 are triadic colors.

2 #E5DAEB and #DAEBE5 with #EBDAE5 are triadic colors.