COLOR #EBDDE0

HEX: #EBDDE0 RGB: (235,221,224)

Color info

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

RGB color model

#EBDDE0 color RGB value is (235,221,224).

RGB: (235,221,224) (92%, 87%, 88%)

RGB channels and saturation

R 235 of 255 = 92%
G 221 of 255 = 87%
B 224 of 255 = 88%

235
221
224

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

Portions of RGB colors in percentages

R + G + B = 235 + 221 + 224 = 680 (100%)
R 235 of 680 ~ 34.56%
G 221 of 680 ~ 32.5%
B 224 of 680 ~ 32.94'%

%34.56
%32.5
%32.94

CMYK color model

#EBDDE0 color CMYK value is (0,6,5,8).

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 4.68%
  • key color value is 7.84%

CMYK: (0,6,5,8)
C0M6Y5K8 (0%, 6%, 5%, 8%)
(0.00 / 0.06 / 0.05 / 0.08)

CMYK percentages

%0
%5.96
%4.68
%7.84

Codes

Color #EBDDE0 in popluar color models

EB DD E0
RGB 235 221 224
HSL 347° 25.93% 89.41%
HSB/HSV 347° 5.96% 92.16%
CMYK 0.00% 5.96% 4.68%
7.84%

Color #EBDDE0 in popluar number systems.

HEX EB DD E0
Decimal 235 221 224
Binary 11101011 11011101 11100000
Octal 353 335 340

Shades and tints

Shades of #EBDDE0

#EBDDE0
(235,221,224)
#D6C9CC
(214,201,204)
#C1B5B8
(193,181,184)
#ACA1A4
(172,161,164)
#978D90
(151,141,144)
#82797C
(130,121,124)
#6D6568
(109,101,104)
#585154
(88,81,84)
#433D40
(67,61,64)
#2E292C
(46,41,44)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #EBDDE0

#EBDDE0
(235,221,224)
#ECE0E2
(236,224,226)
#EDE3E4
(237,227,228)
#EEE6E6
(238,230,230)
#EFE9E8
(239,233,232)
#F0ECEA
(240,236,234)
#F1EFEC
(241,239,236)
#F2F2EE
(242,242,238)
#F3F5F0
(243,245,240)
#F4F8F2
(244,248,242)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDDE0 color. Also use rgb(235,221,224) instead hex code.

Text Font Color

.myTextColor { color: #EBDDE0; }

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

This text font color is #EBDDE0.

Background Color

.myBgColor { background-color: #EBDDE0; }

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

This div background color is #EBDDE0.

Border color

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

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

This div border color is #EBDDE0.

Opacity

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

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

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

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

This text has shadow with #EBDDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDDE0.

Preview

Color preview on black background

This text has color #EBDDE0 on black background.


Color preview on white background

This text has color #EBDDE0 on white background.


Black color preview on #EBDDE0 background

This text has black color on #EBDDE0 background.


White color preview on #EBDDE0 background

This text has white color on #EBDDE0 background.


Related colors

Complementary color

Complementary color for #hex is #14221F.


I love getcolorcode.com

Triadic colors

1 #E0EBDD and #DDE0EB with #EBDDE0 are triadic colors.

2 #E0DDEB and #DDEBE0 with #EBDDE0 are triadic colors.