COLOR #E0CDEB

HEX: #E0CDEB RGB: (224,205,235)

Color info

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

RGB color model

#E0CDEB color RGB value is (224,205,235).

RGB: (224,205,235) (88%, 80%, 92%)

RGB channels and saturation

R 224 of 255 = 88%
G 205 of 255 = 80%
B 235 of 255 = 92%

224
205
235

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

Portions of RGB colors in percentages

R + G + B = 224 + 205 + 235 = 664 (100%)
R 224 of 664 ~ 33.73%
G 205 of 664 ~ 30.87%
B 235 of 664 ~ 35.39'%

%33.73
%30.87
%35.39

CMYK color model

#E0CDEB color CMYK value is (5,13,0,8).

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

CMYK: (5,13,0,8)
C5M13Y0K8 (5%, 13%, 0%, 8%)
(0.05 / 0.13 / 0.00 / 0.08)

CMYK percentages

%4.68
%12.77
%0
%7.84

Codes

Color #E0CDEB in popluar color models

E0 CD EB
RGB 224 205 235
HSL 278° 42.86% 86.27%
HSB/HSV 278° 12.77% 92.16%
CMYK 4.68% 12.77% 0.00%
7.84%

Color #E0CDEB in popluar number systems.

HEX E0 CD EB
Decimal 224 205 235
Binary 11100000 11001101 11101011
Octal 340 315 353

Shades and tints

Shades of #E0CDEB

#E0CDEB
(224,205,235)
#CCBBD6
(204,187,214)
#B8A9C1
(184,169,193)
#A497AC
(164,151,172)
#908597
(144,133,151)
#7C7382
(124,115,130)
#68616D
(104,97,109)
#544F58
(84,79,88)
#403D43
(64,61,67)
#2C2B2E
(44,43,46)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #E0CDEB

#E0CDEB
(224,205,235)
#E2D1EC
(226,209,236)
#E4D5ED
(228,213,237)
#E6D9EE
(230,217,238)
#E8DDEF
(232,221,239)
#EAE1F0
(234,225,240)
#ECE5F1
(236,229,241)
#EEE9F2
(238,233,242)
#F0EDF3
(240,237,243)
#F2F1F4
(242,241,244)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CDEB; }

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

This text font color is #E0CDEB.

Background Color

.myBgColor { background-color: #E0CDEB; }

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

This div background color is #E0CDEB.

Border color

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

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

This div border color is #E0CDEB.

Opacity

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

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

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

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

This text has shadow with #E0CDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CDEB.

Preview

Color preview on black background

This text has color #E0CDEB on black background.


Color preview on white background

This text has color #E0CDEB on white background.


Black color preview on #E0CDEB background

This text has black color on #E0CDEB background.


White color preview on #E0CDEB background

This text has white color on #E0CDEB background.


Related colors

Complementary color

Complementary color for #hex is #1F3214.


I love getcolorcode.com

Triadic colors

1 #EBE0CD and #CDEBE0 with #E0CDEB are triadic colors.

2 #EBCDE0 and #CDE0EB with #E0CDEB are triadic colors.