COLOR #E2DADB

HEX: #E2DADB RGB: (226,218,219)

Color info

#E2DADB contains red, green and blue colors in about the same proportion. Web safe color of #E2DADB is #CCCCCC (or #CCC).

RGB color model

#E2DADB color RGB value is (226,218,219).

RGB: (226,218,219) (89%, 85%, 86%)

RGB channels and saturation

R 226 of 255 = 89%
G 218 of 255 = 85%
B 219 of 255 = 86%

226
218
219

R + G + B ~ 87%. #E2DADB is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 218 + 219 = 663 (100%)
R 226 of 663 ~ 34.09%
G 218 of 663 ~ 32.88%
B 219 of 663 ~ 33.03'%

%34.09
%32.88
%33.03

CMYK color model

#E2DADB color CMYK value is (0,4,3,11).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 3.10%
  • key color value is 11.37%

CMYK: (0,4,3,11)
C0M4Y3K11 (0%, 4%, 3%, 11%)
(0.00 / 0.04 / 0.03 / 0.11)

CMYK percentages

%0
%3.54
%3.1
%11.37

Codes

Color #E2DADB in popluar color models

E2 DA DB
RGB 226 218 219
HSL 353° 12.12% 87.06%
HSB/HSV 353° 3.54% 88.63%
CMYK 0.00% 3.54% 3.10%
11.37%

Color #E2DADB in popluar number systems.

HEX E2 DA DB
Decimal 226 218 219
Binary 11100010 11011010 11011011
Octal 342 332 333

Shades and tints

Shades of #E2DADB

#E2DADB
(226,218,219)
#CEC7C8
(206,199,200)
#BAB4B5
(186,180,181)
#A6A1A2
(166,161,162)
#928E8F
(146,142,143)
#7E7B7C
(126,123,124)
#6A6869
(106,104,105)
#565556
(86,85,86)
#424243
(66,66,67)
#2E2F30
(46,47,48)
#1A1C1D
(26,28,29)
#000000
(0,0,0)

Tints of #E2DADB

#E2DADB
(226,218,219)
#E4DDDE
(228,221,222)
#E6E0E1
(230,224,225)
#E8E3E4
(232,227,228)
#EAE6E7
(234,230,231)
#ECE9EA
(236,233,234)
#EEECED
(238,236,237)
#F0EFF0
(240,239,240)
#F2F2F3
(242,242,243)
#F4F5F6
(244,245,246)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DADB color. Also use rgb(226,218,219) instead hex code.

Text Font Color

.myTextColor { color: #E2DADB; }

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

This text font color is #E2DADB.

Background Color

.myBgColor { background-color: #E2DADB; }

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

This div background color is #E2DADB.

Border color

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

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

This div border color is #E2DADB.

Opacity

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

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

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

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

This text has shadow with #E2DADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DADB.

Preview

Color preview on black background

This text has color #E2DADB on black background.


Color preview on white background

This text has color #E2DADB on white background.


Black color preview on #E2DADB background

This text has black color on #E2DADB background.


White color preview on #E2DADB background

This text has white color on #E2DADB background.


Related colors

Complementary color

Complementary color for #hex is #1D2524.


I love getcolorcode.com

Triadic colors

1 #DBE2DA and #DADBE2 with #E2DADB are triadic colors.

2 #DBDAE2 and #DAE2DB with #E2DADB are triadic colors.