COLOR #E1DBED

HEX: #E1DBED RGB: (225,219,237)

Color info

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

RGB color model

#E1DBED color RGB value is (225,219,237).

RGB: (225,219,237) (88%, 86%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 237 of 255 = 93%

225
219
237

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

Portions of RGB colors in percentages

R + G + B = 225 + 219 + 237 = 681 (100%)
R 225 of 681 ~ 33.04%
G 219 of 681 ~ 32.16%
B 237 of 681 ~ 34.8'%

%33.04
%32.16
%34.8

CMYK color model

#E1DBED color CMYK value is (5,8,0,7).

  • cyan value is 5.06%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (5,8,0,7)
C5M8Y0K7 (5%, 8%, 0%, 7%)
(0.05 / 0.08 / 0.00 / 0.07)

CMYK percentages

%5.06
%7.59
%0
%7.06

Codes

Color #E1DBED in popluar color models

E1 DB ED
RGB 225 219 237
HSL 260° 33.33% 89.41%
HSB/HSV 260° 7.59% 92.94%
CMYK 5.06% 7.59% 0.00%
7.06%

Color #E1DBED in popluar number systems.

HEX E1 DB ED
Decimal 225 219 237
Binary 11100001 11011011 11101101
Octal 341 333 355

Shades and tints

Shades of #E1DBED

#E1DBED
(225,219,237)
#CDC8D8
(205,200,216)
#B9B5C3
(185,181,195)
#A5A2AE
(165,162,174)
#918F99
(145,143,153)
#7D7C84
(125,124,132)
#69696F
(105,105,111)
#55565A
(85,86,90)
#414345
(65,67,69)
#2D3030
(45,48,48)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #E1DBED

#E1DBED
(225,219,237)
#E3DEEE
(227,222,238)
#E5E1EF
(229,225,239)
#E7E4F0
(231,228,240)
#E9E7F1
(233,231,241)
#EBEAF2
(235,234,242)
#EDEDF3
(237,237,243)
#EFF0F4
(239,240,244)
#F1F3F5
(241,243,245)
#F3F6F6
(243,246,246)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DBED; }

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

This text font color is #E1DBED.

Background Color

.myBgColor { background-color: #E1DBED; }

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

This div background color is #E1DBED.

Border color

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

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

This div border color is #E1DBED.

Opacity

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

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

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

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

This text has shadow with #E1DBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DBED.

Preview

Color preview on black background

This text has color #E1DBED on black background.


Color preview on white background

This text has color #E1DBED on white background.


Black color preview on #E1DBED background

This text has black color on #E1DBED background.


White color preview on #E1DBED background

This text has white color on #E1DBED background.


Related colors

Complementary color

Complementary color for #hex is #1E2412.


I love getcolorcode.com

Triadic colors

1 #EDE1DB and #DBEDE1 with #E1DBED are triadic colors.

2 #EDDBE1 and #DBE1ED with #E1DBED are triadic colors.