COLOR #E9CDFF

HEX: #E9CDFF RGB: (233,205,255)

Color info

#E9CDFF contains red, green and blue colors in about the same proportion. Web safe color of #E9CDFF is #FFCCFF (or #FCF).

RGB color model

#E9CDFF color RGB value is (233,205,255).

RGB: (233,205,255) (91%, 80%, 100%)

RGB channels and saturation

R 233 of 255 = 91%
G 205 of 255 = 80%
B 255 of 255 = 100%

233
205
255

R + G + B ~ 90%. #E9CDFF is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 205 + 255 = 693 (100%)
R 233 of 693 ~ 33.62%
G 205 of 693 ~ 29.58%
B 255 of 693 ~ 36.8'%

%33.62
%29.58
%36.8

CMYK color model

#E9CDFF color CMYK value is (9,20,0,0).

  • cyan value is 8.63%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (9,20,0,0)
C9M20Y0K0 (9%, 20%, 0%, 0%)
(0.09 / 0.20 / 0.00 / 0.00)

CMYK percentages

%8.63
%19.61
%0
%0

Codes

Color #E9CDFF in popluar color models

E9 CD FF
RGB 233 205 255
HSL 274° 100.00% 90.20%
HSB/HSV 274° 19.61% 100.00%
CMYK 8.63% 19.61% 0.00%
0.00%

Color #E9CDFF in popluar number systems.

HEX E9 CD FF
Decimal 233 205 255
Binary 11101001 11001101 11111111
Octal 351 315 377

Shades and tints

Shades of #E9CDFF

#E9CDFF
(233,205,255)
#D4BBE8
(212,187,232)
#BFA9D1
(191,169,209)
#AA97BA
(170,151,186)
#9585A3
(149,133,163)
#80738C
(128,115,140)
#6B6175
(107,97,117)
#564F5E
(86,79,94)
#413D47
(65,61,71)
#2C2B30
(44,43,48)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #E9CDFF

#E9CDFF
(233,205,255)
#EBD1FF
(235,209,255)
#EDD5FF
(237,213,255)
#EFD9FF
(239,217,255)
#F1DDFF
(241,221,255)
#F3E1FF
(243,225,255)
#F5E5FF
(245,229,255)
#F7E9FF
(247,233,255)
#F9EDFF
(249,237,255)
#FBF1FF
(251,241,255)
#FDF5FF
(253,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CDFF color. Also use rgb(233,205,255) instead hex code.

Text Font Color

.myTextColor { color: #E9CDFF; }

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

This text font color is #E9CDFF.

Background Color

.myBgColor { background-color: #E9CDFF; }

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

This div background color is #E9CDFF.

Border color

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

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

This div border color is #E9CDFF.

Opacity

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

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

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

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

This text has shadow with #E9CDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CDFF.

Preview

Color preview on black background

This text has color #E9CDFF on black background.


Color preview on white background

This text has color #E9CDFF on white background.


Black color preview on #E9CDFF background

This text has black color on #E9CDFF background.


White color preview on #E9CDFF background

This text has white color on #E9CDFF background.


Related colors

Complementary color

Complementary color for #hex is #163200.


I love getcolorcode.com

Triadic colors

1 #FFE9CD and #CDFFE9 with #E9CDFF are triadic colors.

2 #FFCDE9 and #CDE9FF with #E9CDFF are triadic colors.