COLOR #E0CDFD

HEX: #E0CDFD
RGB: (224,205,253)

Color info

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

RGB color model

#E0CDFD color RGB value is (224,205,253).

  • red value is 224;
  • green value is 205;
  • blue value is 253.
RGB:
(224,205,253)
(88%,80%,99%)

RGB channels and saturation

R 224 of 255 = 88%
G 205 of 255 = 80%
B 253 of 255 = 99%

224
205
253

R + G + B ~ 89%. #E0CDFD is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 205 + 253 = 682 (100%)
R 224 of 682 ~ 32.84%
G 205 of 682 ~ 30.06%
B 253 of 682 ~ 37.1%

%32.84
%30.06
%37.1

CMYK color model

#E0CDFD color CMYK value is (11,19,0,1).

  • cyan value is 11.46%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(11,19,0,1)
C11M19Y0K1 
(11%,19%,0%,1%)
(0.11/0.19/0.00/0.01)	

CMYK percentages

%11.46
%18.97
%0
%0.78

Codes

Color #E0CDFD in popluar color models

E0CDFD
RGB224205253
HSL264°92.31%89.80%
HSB/HSV264°18.97%99.22%
CMYK11.46%18.97%0.00%
0.78%

Color #E0CDFD in popluar number systems.

HEXE0CDFD
Decimal224205253
Binary111000001100110111111101
Octal340315375

Shades and tints

Shades of #E0CDFD

#E0CDFD
(224,205,253)
#CCBBE6
(204,187,230)
#B8A9CF
(184,169,207)
#A497B8
(164,151,184)
#9085A1
(144,133,161)
#7C738A
(124,115,138)
#686173
(104,97,115)
#544F5C
(84,79,92)
#403D45
(64,61,69)
#2C2B2E
(44,43,46)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #E0CDFD

#E0CDFD
(224,205,253)
#E2D1FD
(226,209,253)
#E4D5FD
(228,213,253)
#E6D9FD
(230,217,253)
#E8DDFD
(232,221,253)
#EAE1FD
(234,225,253)
#ECE5FD
(236,229,253)
#EEE9FD
(238,233,253)
#F0EDFD
(240,237,253)
#F2F1FD
(242,241,253)
#F4F5FD
(244,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CDFD; }

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

This text font color is #E0CDFD.


Background Color

.myBgColor { background-color: #E0CDFD; }

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

This div background color is #E0CDFD.


Border color

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

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

This div border color is #E0CDFD.


Opacity

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

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

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

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

This text has shadow with #E0CDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CDFD on black background.


Color preview on white background

This text has color #E0CDFD on white background.



Black color preview on #E0CDFD background

This text has black color on #E0CDFD background.


White color preview on #E0CDFD background

This text has white color on #E0CDFD background.