COLOR #E6DDE2

HEX: #E6DDE2 RGB: (230,221,226)

Color info

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

RGB color model

#E6DDE2 color RGB value is (230,221,226).

RGB: (230,221,226) (90%, 87%, 89%)

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 226 of 255 = 89%

230
221
226

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

Portions of RGB colors in percentages

R + G + B = 230 + 221 + 226 = 677 (100%)
R 230 of 677 ~ 33.97%
G 221 of 677 ~ 32.64%
B 226 of 677 ~ 33.38'%

%33.97
%32.64
%33.38

CMYK color model

#E6DDE2 color CMYK value is (0,4,2,10).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 1.74%
  • key color value is 9.80%

CMYK: (0,4,2,10)
C0M4Y2K10 (0%, 4%, 2%, 10%)
(0.00 / 0.04 / 0.02 / 0.10)

CMYK percentages

%0
%3.91
%1.74
%9.8

Codes

Color #E6DDE2 in popluar color models

E6 DD E2
RGB 230 221 226
HSL 327° 15.25% 88.43%
HSB/HSV 327° 3.91% 90.20%
CMYK 0.00% 3.91% 1.74%
9.80%

Color #E6DDE2 in popluar number systems.

HEX E6 DD E2
Decimal 230 221 226
Binary 11100110 11011101 11100010
Octal 346 335 342

Shades and tints

Shades of #E6DDE2

#E6DDE2
(230,221,226)
#D2C9CE
(210,201,206)
#BEB5BA
(190,181,186)
#AAA1A6
(170,161,166)
#968D92
(150,141,146)
#82797E
(130,121,126)
#6E656A
(110,101,106)
#5A5156
(90,81,86)
#463D42
(70,61,66)
#32292E
(50,41,46)
#1E151A
(30,21,26)
#000000
(0,0,0)

Tints of #E6DDE2

#E6DDE2
(230,221,226)
#E8E0E4
(232,224,228)
#EAE3E6
(234,227,230)
#ECE6E8
(236,230,232)
#EEE9EA
(238,233,234)
#F0ECEC
(240,236,236)
#F2EFEE
(242,239,238)
#F4F2F0
(244,242,240)
#F6F5F2
(246,245,242)
#F8F8F4
(248,248,244)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DDE2 color. Also use rgb(230,221,226) instead hex code.

Text Font Color

.myTextColor { color: #E6DDE2; }

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

This text font color is #E6DDE2.

Background Color

.myBgColor { background-color: #E6DDE2; }

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

This div background color is #E6DDE2.

Border color

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

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

This div border color is #E6DDE2.

Opacity

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

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

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

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

This text has shadow with #E6DDE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DDE2.

Preview

Color preview on black background

This text has color #E6DDE2 on black background.


Color preview on white background

This text has color #E6DDE2 on white background.


Black color preview on #E6DDE2 background

This text has black color on #E6DDE2 background.


White color preview on #E6DDE2 background

This text has white color on #E6DDE2 background.


Related colors

Complementary color

Complementary color for #hex is #19221D.


I love getcolorcode.com

Triadic colors

1 #E2E6DD and #DDE2E6 with #E6DDE2 are triadic colors.

2 #E2DDE6 and #DDE6E2 with #E6DDE2 are triadic colors.