COLOR #E4CDEB

HEX: #E4CDEB RGB: (228,205,235)

Color info

#E4CDEB contains red, green and blue colors in about the same proportion. Web safe color of #E4CDEB is #CCCCFF (or #CCF).

RGB color model

#E4CDEB color RGB value is (228,205,235).

RGB: (228,205,235) (89%, 80%, 92%)

RGB channels and saturation

R 228 of 255 = 89%
G 205 of 255 = 80%
B 235 of 255 = 92%

228
205
235

R + G + B ~ 87%. #E4CDEB is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 205 + 235 = 668 (100%)
R 228 of 668 ~ 34.13%
G 205 of 668 ~ 30.69%
B 235 of 668 ~ 35.18'%

%34.13
%30.69
%35.18

CMYK color model

#E4CDEB color CMYK value is (3,13,0,8).

  • cyan value is 2.98%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (3,13,0,8)
C3M13Y0K8 (3%, 13%, 0%, 8%)
(0.03 / 0.13 / 0.00 / 0.08)

CMYK percentages

%2.98
%12.77
%0
%7.84

Codes

Color #E4CDEB in popluar color models

E4 CD EB
RGB 228 205 235
HSL 286° 42.86% 86.27%
HSB/HSV 286° 12.77% 92.16%
CMYK 2.98% 12.77% 0.00%
7.84%

Color #E4CDEB in popluar number systems.

HEX E4 CD EB
Decimal 228 205 235
Binary 11100100 11001101 11101011
Octal 344 315 353

Shades and tints

Shades of #E4CDEB

#E4CDEB
(228,205,235)
#D0BBD6
(208,187,214)
#BCA9C1
(188,169,193)
#A897AC
(168,151,172)
#948597
(148,133,151)
#807382
(128,115,130)
#6C616D
(108,97,109)
#584F58
(88,79,88)
#443D43
(68,61,67)
#302B2E
(48,43,46)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #E4CDEB

#E4CDEB
(228,205,235)
#E6D1EC
(230,209,236)
#E8D5ED
(232,213,237)
#EAD9EE
(234,217,238)
#ECDDEF
(236,221,239)
#EEE1F0
(238,225,240)
#F0E5F1
(240,229,241)
#F2E9F2
(242,233,242)
#F4EDF3
(244,237,243)
#F6F1F4
(246,241,244)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CDEB color. Also use rgb(228,205,235) instead hex code.

Text Font Color

.myTextColor { color: #E4CDEB; }

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

This text font color is #E4CDEB.

Background Color

.myBgColor { background-color: #E4CDEB; }

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

This div background color is #E4CDEB.

Border color

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

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

This div border color is #E4CDEB.

Opacity

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

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

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

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

This text has shadow with #E4CDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CDEB.

Preview

Color preview on black background

This text has color #E4CDEB on black background.


Color preview on white background

This text has color #E4CDEB on white background.


Black color preview on #E4CDEB background

This text has black color on #E4CDEB background.


White color preview on #E4CDEB background

This text has white color on #E4CDEB background.


Related colors

Complementary color

Complementary color for #hex is #1B3214.


I love getcolorcode.com

Triadic colors

1 #EBE4CD and #CDEBE4 with #E4CDEB are triadic colors.

2 #EBCDE4 and #CDE4EB with #E4CDEB are triadic colors.