COLOR #E8CDDB

HEX: #E8CDDB
RGB: (232,205,219)

Color info

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

RGB color model

#E8CDDB color RGB value is (232,205,219).

  • red value is 232;
  • green value is 205;
  • blue value is 219.
RGB:
(232,205,219)
(91%,80%,86%)

RGB channels and saturation

R 232 of 255 = 91%
G 205 of 255 = 80%
B 219 of 255 = 86%

232
205
219

R + G + B ~ 86%. #E8CDDB is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 205 + 219 = 656 (100%)
R 232 of 656 ~ 35.37%
G 205 of 656 ~ 31.25%
B 219 of 656 ~ 33.38%

%35.37
%31.25
%33.38

CMYK color model

#E8CDDB color CMYK value is (0,12,6,9).

  • cyan value is 0.00%
  • magenta value is 11.64%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(0,12,6,9)
C0M12Y6K9 
(0%,12%,6%,9%)
(0.00/0.12/0.06/0.09)	

CMYK percentages

%0
%11.64
%5.6
%9.02

Codes

Color #E8CDDB in popluar color models

E8CDDB
RGB232205219
HSL329°36.99%85.69%
HSB/HSV329°11.64%90.98%
CMYK0.00%11.64%5.60%
9.02%

Color #E8CDDB in popluar number systems.

HEXE8CDDB
Decimal232205219
Binary111010001100110111011011
Octal350315333

Shades and tints

Shades of #E8CDDB

#E8CDDB
(232,205,219)
#D3BBC8
(211,187,200)
#BEA9B5
(190,169,181)
#A997A2
(169,151,162)
#94858F
(148,133,143)
#7F737C
(127,115,124)
#6A6169
(106,97,105)
#554F56
(85,79,86)
#403D43
(64,61,67)
#2B2B30
(43,43,48)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #E8CDDB

#E8CDDB
(232,205,219)
#EAD1DE
(234,209,222)
#ECD5E1
(236,213,225)
#EED9E4
(238,217,228)
#F0DDE7
(240,221,231)
#F2E1EA
(242,225,234)
#F4E5ED
(244,229,237)
#F6E9F0
(246,233,240)
#F8EDF3
(248,237,243)
#FAF1F6
(250,241,246)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CDDB; }

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

This text font color is #E8CDDB.


Background Color

.myBgColor { background-color: #E8CDDB; }

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

This div background color is #E8CDDB.


Border color

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

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

This div border color is #E8CDDB.


Opacity

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

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

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

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

This text has shadow with #E8CDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CDDB on black background.


Color preview on white background

This text has color #E8CDDB on white background.



Black color preview on #E8CDDB background

This text has black color on #E8CDDB background.


White color preview on #E8CDDB background

This text has white color on #E8CDDB background.