COLOR #E8DBEB

HEX: #E8DBEB RGB: (232,219,235)

Color info

#E8DBEB contains red, green and blue colors in about the same proportion. Web safe color of #E8DBEB is #FFCCFF (or #FCF).

RGB color model

#E8DBEB color RGB value is (232,219,235).

RGB: (232,219,235) (91%, 86%, 92%)

RGB channels and saturation

R 232 of 255 = 91%
G 219 of 255 = 86%
B 235 of 255 = 92%

232
219
235

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

Portions of RGB colors in percentages

R + G + B = 232 + 219 + 235 = 686 (100%)
R 232 of 686 ~ 33.82%
G 219 of 686 ~ 31.92%
B 235 of 686 ~ 34.26'%

%33.82
%31.92
%34.26

CMYK color model

#E8DBEB color CMYK value is (1,7,0,8).

  • cyan value is 1.28%
  • magenta value is 6.81%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (1,7,0,8)
C1M7Y0K8 (1%, 7%, 0%, 8%)
(0.01 / 0.07 / 0.00 / 0.08)

CMYK percentages

%1.28
%6.81
%0
%7.84

Codes

Color #E8DBEB in popluar color models

E8 DB EB
RGB 232 219 235
HSL 289° 28.57% 89.02%
HSB/HSV 289° 6.81% 92.16%
CMYK 1.28% 6.81% 0.00%
7.84%

Color #E8DBEB in popluar number systems.

HEX E8 DB EB
Decimal 232 219 235
Binary 11101000 11011011 11101011
Octal 350 333 353

Shades and tints

Shades of #E8DBEB

#E8DBEB
(232,219,235)
#D3C8D6
(211,200,214)
#BEB5C1
(190,181,193)
#A9A2AC
(169,162,172)
#948F97
(148,143,151)
#7F7C82
(127,124,130)
#6A696D
(106,105,109)
#555658
(85,86,88)
#404343
(64,67,67)
#2B302E
(43,48,46)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #E8DBEB

#E8DBEB
(232,219,235)
#EADEEC
(234,222,236)
#ECE1ED
(236,225,237)
#EEE4EE
(238,228,238)
#F0E7EF
(240,231,239)
#F2EAF0
(242,234,240)
#F4EDF1
(244,237,241)
#F6F0F2
(246,240,242)
#F8F3F3
(248,243,243)
#FAF6F4
(250,246,244)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DBEB color. Also use rgb(232,219,235) instead hex code.

Text Font Color

.myTextColor { color: #E8DBEB; }

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

This text font color is #E8DBEB.

Background Color

.myBgColor { background-color: #E8DBEB; }

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

This div background color is #E8DBEB.

Border color

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

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

This div border color is #E8DBEB.

Opacity

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

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

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

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

This text has shadow with #E8DBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DBEB.

Preview

Color preview on black background

This text has color #E8DBEB on black background.


Color preview on white background

This text has color #E8DBEB on white background.


Black color preview on #E8DBEB background

This text has black color on #E8DBEB background.


White color preview on #E8DBEB background

This text has white color on #E8DBEB background.


Related colors

Complementary color

Complementary color for #hex is #172414.


I love getcolorcode.com

Triadic colors

1 #EBE8DB and #DBEBE8 with #E8DBEB are triadic colors.

2 #EBDBE8 and #DBE8EB with #E8DBEB are triadic colors.