COLOR #E8DDE6

HEX: #E8DDE6 RGB: (232,221,230)

Color info

#E8DDE6 contains red, green and blue colors in about the same proportion. Web safe color of #E8DDE6 is #FFCCCC (or #FCC).

RGB color model

#E8DDE6 color RGB value is (232,221,230).

RGB: (232,221,230) (91%, 87%, 90%)

RGB channels and saturation

R 232 of 255 = 91%
G 221 of 255 = 87%
B 230 of 255 = 90%

232
221
230

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

Portions of RGB colors in percentages

R + G + B = 232 + 221 + 230 = 683 (100%)
R 232 of 683 ~ 33.97%
G 221 of 683 ~ 32.36%
B 230 of 683 ~ 33.67'%

%33.97
%32.36
%33.67

CMYK color model

#E8DDE6 color CMYK value is (0,5,1,9).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 0.86%
  • key color value is 9.02%

CMYK: (0,5,1,9)
C0M5Y1K9 (0%, 5%, 1%, 9%)
(0.00 / 0.05 / 0.01 / 0.09)

CMYK percentages

%0
%4.74
%0.86
%9.02

Codes

Color #E8DDE6 in popluar color models

E8 DD E6
RGB 232 221 230
HSL 311° 19.30% 88.82%
HSB/HSV 311° 4.74% 90.98%
CMYK 0.00% 4.74% 0.86%
9.02%

Color #E8DDE6 in popluar number systems.

HEX E8 DD E6
Decimal 232 221 230
Binary 11101000 11011101 11100110
Octal 350 335 346

Shades and tints

Shades of #E8DDE6

#E8DDE6
(232,221,230)
#D3C9D2
(211,201,210)
#BEB5BE
(190,181,190)
#A9A1AA
(169,161,170)
#948D96
(148,141,150)
#7F7982
(127,121,130)
#6A656E
(106,101,110)
#55515A
(85,81,90)
#403D46
(64,61,70)
#2B2932
(43,41,50)
#16151E
(22,21,30)
#000000
(0,0,0)

Tints of #E8DDE6

#E8DDE6
(232,221,230)
#EAE0E8
(234,224,232)
#ECE3EA
(236,227,234)
#EEE6EC
(238,230,236)
#F0E9EE
(240,233,238)
#F2ECF0
(242,236,240)
#F4EFF2
(244,239,242)
#F6F2F4
(246,242,244)
#F8F5F6
(248,245,246)
#FAF8F8
(250,248,248)
#FCFBFA
(252,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DDE6; }

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

This text font color is #E8DDE6.

Background Color

.myBgColor { background-color: #E8DDE6; }

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

This div background color is #E8DDE6.

Border color

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

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

This div border color is #E8DDE6.

Opacity

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

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

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

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

This text has shadow with #E8DDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DDE6.

Preview

Color preview on black background

This text has color #E8DDE6 on black background.


Color preview on white background

This text has color #E8DDE6 on white background.


Black color preview on #E8DDE6 background

This text has black color on #E8DDE6 background.


White color preview on #E8DDE6 background

This text has white color on #E8DDE6 background.


Related colors

Complementary color

Complementary color for #hex is #172219.


I love getcolorcode.com

Triadic colors

1 #E6E8DD and #DDE6E8 with #E8DDE6 are triadic colors.

2 #E6DDE8 and #DDE8E6 with #E8DDE6 are triadic colors.