COLOR #E1CCED

HEX: #E1CCED RGB: (225,204,237)

Color info

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

RGB color model

#E1CCED color RGB value is (225,204,237).

RGB: (225,204,237) (88%, 80%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 204 of 255 = 80%
B 237 of 255 = 93%

225
204
237

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

Portions of RGB colors in percentages

R + G + B = 225 + 204 + 237 = 666 (100%)
R 225 of 666 ~ 33.78%
G 204 of 666 ~ 30.63%
B 237 of 666 ~ 35.59'%

%33.78
%30.63
%35.59

CMYK color model

#E1CCED color CMYK value is (5,14,0,7).

  • cyan value is 5.06%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (5,14,0,7) C5M14Y0K7 (5%,14%,0%,7%) (0.05/0.14/0.00/0.07) 

CMYK percentages

%5.06
%13.92
%0
%7.06

Codes

Color #E1CCED in popluar color models

E1 CC ED
RGB 225 204 237
HSL 278° 47.83% 86.47%
HSB/HSV 278° 13.92% 92.94%
CMYK 5.06% 13.92% 0.00%
7.06%

Color #E1CCED in popluar number systems.

HEX E1 CC ED
Decimal 225 204 237
Binary 11100001 11001100 11101101
Octal 341 314 355

Shades and tints

Shades of #E1CCED

#E1CCED
(225,204,237)
#CDBAD8
(205,186,216)
#B9A8C3
(185,168,195)
#A596AE
(165,150,174)
#918499
(145,132,153)
#7D7284
(125,114,132)
#69606F
(105,96,111)
#554E5A
(85,78,90)
#413C45
(65,60,69)
#2D2A30
(45,42,48)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #E1CCED

#E1CCED
(225,204,237)
#E3D0EE
(227,208,238)
#E5D4EF
(229,212,239)
#E7D8F0
(231,216,240)
#E9DCF1
(233,220,241)
#EBE0F2
(235,224,242)
#EDE4F3
(237,228,243)
#EFE8F4
(239,232,244)
#F1ECF5
(241,236,245)
#F3F0F6
(243,240,246)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CCED color. Also use rgb(225,204,237) instead hex code.

Text Font Color

.myTextColor { color: #E1CCED; }

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

This text font color is #E1CCED.

Background Color

.myBgColor { background-color: #E1CCED; }

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

This div background color is #E1CCED.

Border color

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

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

This div border color is #E1CCED.

Opacity

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

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

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

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

This text has shadow with #E1CCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CCED.

Preview

Color preview on black background

This text has color #E1CCED on black background.


Color preview on white background

This text has color #E1CCED on white background.


Black color preview on #E1CCED background

This text has black color on #E1CCED background.


White color preview on #E1CCED background

This text has white color on #E1CCED background.


Related colors

Complementary color

Complementary color for #hex is #1E3312.


I love getcolorcode.com

Triadic colors

1 #EDE1CC and #CCEDE1 with #E1CCED are triadic colors.

2 #EDCCE1 and #CCE1ED with #E1CCED are triadic colors.