COLOR #E4CEDB

HEX: #E4CEDB
RGB: (228,206,219)

Color info

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

RGB color model

#E4CEDB color RGB value is (228,206,219).

  • red value is 228;
  • green value is 206;
  • blue value is 219.
RGB:
(228,206,219)
(89%,81%,86%)

RGB channels and saturation

R 228 of 255 = 89%
G 206 of 255 = 81%
B 219 of 255 = 86%

228
206
219

R + G + B ~ 85%. #E4CEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 206 + 219 = 653 (100%)
R 228 of 653 ~ 34.92%
G 206 of 653 ~ 31.55%
B 219 of 653 ~ 33.54%

%34.92
%31.55
%33.54

CMYK color model

#E4CEDB color CMYK value is (0,10,4,11).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 3.95%
  • key color value is 10.59%
CMYK:
(0,10,4,11)
C0M10Y4K11 
(0%,10%,4%,11%)
(0.00/0.10/0.04/0.11)	

CMYK percentages

%0
%9.65
%3.95
%10.59

Codes

Color #E4CEDB in popluar color models

E4CEDB
RGB228206219
HSL325°28.95%85.10%
HSB/HSV325°9.65%89.41%
CMYK0.00%9.65%3.95%
10.59%

Color #E4CEDB in popluar number systems.

HEXE4CEDB
Decimal228206219
Binary111001001100111011011011
Octal344316333

Shades and tints

Shades of #E4CEDB

#E4CEDB
(228,206,219)
#D0BCC8
(208,188,200)
#BCAAB5
(188,170,181)
#A898A2
(168,152,162)
#94868F
(148,134,143)
#80747C
(128,116,124)
#6C6269
(108,98,105)
#585056
(88,80,86)
#443E43
(68,62,67)
#302C30
(48,44,48)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #E4CEDB

#E4CEDB
(228,206,219)
#E6D2DE
(230,210,222)
#E8D6E1
(232,214,225)
#EADAE4
(234,218,228)
#ECDEE7
(236,222,231)
#EEE2EA
(238,226,234)
#F0E6ED
(240,230,237)
#F2EAF0
(242,234,240)
#F4EEF3
(244,238,243)
#F6F2F6
(246,242,246)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CEDB color. Also use rgb(228,206,219) instead hex code.

Text Font Color

.myTextColor { color: #E4CEDB; }

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

This text font color is #E4CEDB.


Background Color

.myBgColor { background-color: #E4CEDB; }

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

This div background color is #E4CEDB.


Border color

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

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

This div border color is #E4CEDB.


Opacity

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

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

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

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

This text has shadow with #E4CEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CEDB on black background.


Color preview on white background

This text has color #E4CEDB on white background.



Black color preview on #E4CEDB background

This text has black color on #E4CEDB background.


White color preview on #E4CEDB background

This text has white color on #E4CEDB background.