COLOR #E0CFE4

HEX: #E0CFE4 RGB: (224,207,228)

Color info

#E0CFE4 contains red, green and blue colors in about the same proportion. Web safe color of #E0CFE4 is #CCCCCC (or #CCC).

RGB color model

#E0CFE4 color RGB value is (224,207,228).

RGB: (224,207,228) (88%, 81%, 89%)

RGB channels and saturation

R 224 of 255 = 88%
G 207 of 255 = 81%
B 228 of 255 = 89%

224
207
228

R + G + B ~ 86%. #E0CFE4 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 207 + 228 = 659 (100%)
R 224 of 659 ~ 33.99%
G 207 of 659 ~ 31.41%
B 228 of 659 ~ 34.6'%

%33.99
%31.41
%34.6

CMYK color model

#E0CFE4 color CMYK value is (2,9,0,11).

  • cyan value is 1.75%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (2,9,0,11)
C2M9Y0K11 (2%, 9%, 0%, 11%)
(0.02 / 0.09 / 0.00 / 0.11)

CMYK percentages

%1.75
%9.21
%0
%10.59

Codes

Color #E0CFE4 in popluar color models

E0 CF E4
RGB 224 207 228
HSL 289° 28.00% 85.29%
HSB/HSV 289° 9.21% 89.41%
CMYK 1.75% 9.21% 0.00%
10.59%

Color #E0CFE4 in popluar number systems.

HEX E0 CF E4
Decimal 224 207 228
Binary 11100000 11001111 11100100
Octal 340 317 344

Shades and tints

Shades of #E0CFE4

#E0CFE4
(224,207,228)
#CCBDD0
(204,189,208)
#B8ABBC
(184,171,188)
#A499A8
(164,153,168)
#908794
(144,135,148)
#7C7580
(124,117,128)
#68636C
(104,99,108)
#545158
(84,81,88)
#403F44
(64,63,68)
#2C2D30
(44,45,48)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #E0CFE4

#E0CFE4
(224,207,228)
#E2D3E6
(226,211,230)
#E4D7E8
(228,215,232)
#E6DBEA
(230,219,234)
#E8DFEC
(232,223,236)
#EAE3EE
(234,227,238)
#ECE7F0
(236,231,240)
#EEEBF2
(238,235,242)
#F0EFF4
(240,239,244)
#F2F3F6
(242,243,246)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CFE4 color. Also use rgb(224,207,228) instead hex code.

Text Font Color

.myTextColor { color: #E0CFE4; }

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

This text font color is #E0CFE4.

Background Color

.myBgColor { background-color: #E0CFE4; }

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

This div background color is #E0CFE4.

Border color

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

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

This div border color is #E0CFE4.

Opacity

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

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

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

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

This text has shadow with #E0CFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CFE4.

Preview

Color preview on black background

This text has color #E0CFE4 on black background.


Color preview on white background

This text has color #E0CFE4 on white background.


Black color preview on #E0CFE4 background

This text has black color on #E0CFE4 background.


White color preview on #E0CFE4 background

This text has white color on #E0CFE4 background.


Related colors

Complementary color

Complementary color for #hex is #1F301B.


I love getcolorcode.com

Triadic colors

1 #E4E0CF and #CFE4E0 with #E0CFE4 are triadic colors.

2 #E4CFE0 and #CFE0E4 with #E0CFE4 are triadic colors.