COLOR #E3CCFD

HEX: #E3CCFD RGB: (227,204,253)

Color info

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

RGB color model

#E3CCFD color RGB value is (227,204,253).

RGB: (227,204,253) (89%, 80%, 99%)

RGB channels and saturation

R 227 of 255 = 89%
G 204 of 255 = 80%
B 253 of 255 = 99%

227
204
253

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

Portions of RGB colors in percentages

R + G + B = 227 + 204 + 253 = 684 (100%)
R 227 of 684 ~ 33.19%
G 204 of 684 ~ 29.82%
B 253 of 684 ~ 36.99'%

%33.19
%29.82
%36.99

CMYK color model

#E3CCFD color CMYK value is (10,19,0,1).

  • cyan value is 10.28%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (10,19,0,1)
C10M19Y0K1 (10%, 19%, 0%, 1%)
(0.10 / 0.19 / 0.00 / 0.01)

CMYK percentages

%10.28
%19.37
%0
%0.78

Codes

Color #E3CCFD in popluar color models

E3 CC FD
RGB 227 204 253
HSL 268° 92.45% 89.61%
HSB/HSV 268° 19.37% 99.22%
CMYK 10.28% 19.37% 0.00%
0.78%

Color #E3CCFD in popluar number systems.

HEX E3 CC FD
Decimal 227 204 253
Binary 11100011 11001100 11111101
Octal 343 314 375

Shades and tints

Shades of #E3CCFD

#E3CCFD
(227,204,253)
#CFBAE6
(207,186,230)
#BBA8CF
(187,168,207)
#A796B8
(167,150,184)
#9384A1
(147,132,161)
#7F728A
(127,114,138)
#6B6073
(107,96,115)
#574E5C
(87,78,92)
#433C45
(67,60,69)
#2F2A2E
(47,42,46)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #E3CCFD

#E3CCFD
(227,204,253)
#E5D0FD
(229,208,253)
#E7D4FD
(231,212,253)
#E9D8FD
(233,216,253)
#EBDCFD
(235,220,253)
#EDE0FD
(237,224,253)
#EFE4FD
(239,228,253)
#F1E8FD
(241,232,253)
#F3ECFD
(243,236,253)
#F5F0FD
(245,240,253)
#F7F4FD
(247,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CCFD color. Also use rgb(227,204,253) instead hex code.

Text Font Color

.myTextColor { color: #E3CCFD; }

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

This text font color is #E3CCFD.

Background Color

.myBgColor { background-color: #E3CCFD; }

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

This div background color is #E3CCFD.

Border color

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

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

This div border color is #E3CCFD.

Opacity

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

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

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

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

This text has shadow with #E3CCFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CCFD.

Preview

Color preview on black background

This text has color #E3CCFD on black background.


Color preview on white background

This text has color #E3CCFD on white background.


Black color preview on #E3CCFD background

This text has black color on #E3CCFD background.


White color preview on #E3CCFD background

This text has white color on #E3CCFD background.


Related colors

Complementary color

Complementary color for #hex is #1C3302.


I love getcolorcode.com

Triadic colors

1 #FDE3CC and #CCFDE3 with #E3CCFD are triadic colors.

2 #FDCCE3 and #CCE3FD with #E3CCFD are triadic colors.