COLOR #E5CEEF

HEX: #E5CEEF RGB: (229,206,239)

Color info

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

RGB color model

#E5CEEF color RGB value is (229,206,239).

RGB: (229,206,239) (90%, 81%, 94%)

RGB channels and saturation

R 229 of 255 = 90%
G 206 of 255 = 81%
B 239 of 255 = 94%

229
206
239

R + G + B ~ 88%. #E5CEEF is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 206 + 239 = 674 (100%)
R 229 of 674 ~ 33.98%
G 206 of 674 ~ 30.56%
B 239 of 674 ~ 35.46'%

%33.98
%30.56
%35.46

CMYK color model

#E5CEEF color CMYK value is (4,14,0,6).

  • cyan value is 4.18%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (4,14,0,6)
C4M14Y0K6 (4%, 14%, 0%, 6%)
(0.04 / 0.14 / 0.00 / 0.06)

CMYK percentages

%4.18
%13.81
%0
%6.27

Codes

Color #E5CEEF in popluar color models

E5 CE EF
RGB 229 206 239
HSL 282° 50.77% 87.25%
HSB/HSV 282° 13.81% 93.73%
CMYK 4.18% 13.81% 0.00%
6.27%

Color #E5CEEF in popluar number systems.

HEX E5 CE EF
Decimal 229 206 239
Binary 11100101 11001110 11101111
Octal 345 316 357

Shades and tints

Shades of #E5CEEF

#E5CEEF
(229,206,239)
#D1BCDA
(209,188,218)
#BDAAC5
(189,170,197)
#A998B0
(169,152,176)
#95869B
(149,134,155)
#817486
(129,116,134)
#6D6271
(109,98,113)
#59505C
(89,80,92)
#453E47
(69,62,71)
#312C32
(49,44,50)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #E5CEEF

#E5CEEF
(229,206,239)
#E7D2F0
(231,210,240)
#E9D6F1
(233,214,241)
#EBDAF2
(235,218,242)
#EDDEF3
(237,222,243)
#EFE2F4
(239,226,244)
#F1E6F5
(241,230,245)
#F3EAF6
(243,234,246)
#F5EEF7
(245,238,247)
#F7F2F8
(247,242,248)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CEEF color. Also use rgb(229,206,239) instead hex code.

Text Font Color

.myTextColor { color: #E5CEEF; }

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

This text font color is #E5CEEF.

Background Color

.myBgColor { background-color: #E5CEEF; }

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

This div background color is #E5CEEF.

Border color

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

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

This div border color is #E5CEEF.

Opacity

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

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

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

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

This text has shadow with #E5CEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CEEF.

Preview

Color preview on black background

This text has color #E5CEEF on black background.


Color preview on white background

This text has color #E5CEEF on white background.


Black color preview on #E5CEEF background

This text has black color on #E5CEEF background.


White color preview on #E5CEEF background

This text has white color on #E5CEEF background.


Related colors

Complementary color

Complementary color for #hex is #1A3110.


I love getcolorcode.com

Triadic colors

1 #EFE5CE and #CEEFE5 with #E5CEEF are triadic colors.

2 #EFCEE5 and #CEE5EF with #E5CEEF are triadic colors.