COLOR #EBDDE7

HEX: #EBDDE7 RGB: (235,221,231)

Color info

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

RGB color model

#EBDDE7 color RGB value is (235,221,231).

RGB: (235,221,231) (92%, 87%, 91%)

RGB channels and saturation

R 235 of 255 = 92%
G 221 of 255 = 87%
B 231 of 255 = 91%

235
221
231

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

Portions of RGB colors in percentages

R + G + B = 235 + 221 + 231 = 687 (100%)
R 235 of 687 ~ 34.21%
G 221 of 687 ~ 32.17%
B 231 of 687 ~ 33.62'%

%34.21
%32.17
%33.62

CMYK color model

#EBDDE7 color CMYK value is (0,6,2,8).

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

CMYK: (0,6,2,8)
C0M6Y2K8 (0%, 6%, 2%, 8%)
(0.00 / 0.06 / 0.02 / 0.08)

CMYK percentages

%0
%5.96
%1.7
%7.84

Codes

Color #EBDDE7 in popluar color models

EB DD E7
RGB 235 221 231
HSL 317° 25.93% 89.41%
HSB/HSV 317° 5.96% 92.16%
CMYK 0.00% 5.96% 1.70%
7.84%

Color #EBDDE7 in popluar number systems.

HEX EB DD E7
Decimal 235 221 231
Binary 11101011 11011101 11100111
Octal 353 335 347

Shades and tints

Shades of #EBDDE7

#EBDDE7
(235,221,231)
#D6C9D2
(214,201,210)
#C1B5BD
(193,181,189)
#ACA1A8
(172,161,168)
#978D93
(151,141,147)
#82797E
(130,121,126)
#6D6569
(109,101,105)
#585154
(88,81,84)
#433D3F
(67,61,63)
#2E292A
(46,41,42)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #EBDDE7

#EBDDE7
(235,221,231)
#ECE0E9
(236,224,233)
#EDE3EB
(237,227,235)
#EEE6ED
(238,230,237)
#EFE9EF
(239,233,239)
#F0ECF1
(240,236,241)
#F1EFF3
(241,239,243)
#F2F2F5
(242,242,245)
#F3F5F7
(243,245,247)
#F4F8F9
(244,248,249)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDDE7; }

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

This text font color is #EBDDE7.

Background Color

.myBgColor { background-color: #EBDDE7; }

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

This div background color is #EBDDE7.

Border color

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

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

This div border color is #EBDDE7.

Opacity

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

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

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

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

This text has shadow with #EBDDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDDE7.

Preview

Color preview on black background

This text has color #EBDDE7 on black background.


Color preview on white background

This text has color #EBDDE7 on white background.


Black color preview on #EBDDE7 background

This text has black color on #EBDDE7 background.


White color preview on #EBDDE7 background

This text has white color on #EBDDE7 background.


Related colors

Complementary color

Complementary color for #hex is #142218.


I love getcolorcode.com

Triadic colors

1 #E7EBDD and #DDE7EB with #EBDDE7 are triadic colors.

2 #E7DDEB and #DDEBE7 with #EBDDE7 are triadic colors.