COLOR #E5DBED

HEX: #E5DBED RGB: (229,219,237)

Color info

#E5DBED contains red, green and blue colors in about the same proportion. Web safe color of #E5DBED is #CCCCFF (or #CCF).

RGB color model

#E5DBED color RGB value is (229,219,237).

RGB: (229,219,237) (90%, 86%, 93%)

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 237 of 255 = 93%

229
219
237

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

Portions of RGB colors in percentages

R + G + B = 229 + 219 + 237 = 685 (100%)
R 229 of 685 ~ 33.43%
G 219 of 685 ~ 31.97%
B 237 of 685 ~ 34.6'%

%33.43
%31.97
%34.6

CMYK color model

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

  • cyan value is 3.38%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (3,8,0,7) C3M8Y0K7 (3%,8%,0%,7%) (0.03/0.08/0.00/0.07) 

CMYK percentages

%3.38
%7.59
%0
%7.06

Codes

Color #E5DBED in popluar color models

E5 DB ED
RGB 229 219 237
HSL 273° 33.33% 89.41%
HSB/HSV 273° 7.59% 92.94%
CMYK 3.38% 7.59% 0.00%
7.06%

Color #E5DBED in popluar number systems.

HEX E5 DB ED
Decimal 229 219 237
Binary 11100101 11011011 11101101
Octal 345 333 355

Shades and tints

Shades of #E5DBED

#E5DBED
(229,219,237)
#D1C8D8
(209,200,216)
#BDB5C3
(189,181,195)
#A9A2AE
(169,162,174)
#958F99
(149,143,153)
#817C84
(129,124,132)
#6D696F
(109,105,111)
#59565A
(89,86,90)
#454345
(69,67,69)
#313030
(49,48,48)
#1D1D1B
(29,29,27)
#000000
(0,0,0)

Tints of #E5DBED

#E5DBED
(229,219,237)
#E7DEEE
(231,222,238)
#E9E1EF
(233,225,239)
#EBE4F0
(235,228,240)
#EDE7F1
(237,231,241)
#EFEAF2
(239,234,242)
#F1EDF3
(241,237,243)
#F3F0F4
(243,240,244)
#F5F3F5
(245,243,245)
#F7F6F6
(247,246,246)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DBED color. Also use rgb(229,219,237) instead hex code.

Text Font Color

.myTextColor { color: #E5DBED; }

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

This text font color is #E5DBED.

Background Color

.myBgColor { background-color: #E5DBED; }

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

This div background color is #E5DBED.

Border color

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

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

This div border color is #E5DBED.

Opacity

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

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

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

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

This text has shadow with #E5DBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DBED.

Preview

Color preview on black background

This text has color #E5DBED on black background.


Color preview on white background

This text has color #E5DBED on white background.


Black color preview on #E5DBED background

This text has black color on #E5DBED background.


White color preview on #E5DBED background

This text has white color on #E5DBED background.


Related colors

Complementary color

Complementary color for #hex is #1A2412.


I love getcolorcode.com

Triadic colors

1 #EDE5DB and #DBEDE5 with #E5DBED are triadic colors.

2 #EDDBE5 and #DBE5ED with #E5DBED are triadic colors.