COLOR #E4C6EE

HEX: #E4C6EE RGB: (228,198,238)

Color info

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

RGB color model

#E4C6EE color RGB value is (228,198,238).

RGB: (228,198,238) (89%, 78%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 198 of 255 = 78%
B 238 of 255 = 93%

228
198
238

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

Portions of RGB colors in percentages

R + G + B = 228 + 198 + 238 = 664 (100%)
R 228 of 664 ~ 34.34%
G 198 of 664 ~ 29.82%
B 238 of 664 ~ 35.84'%

%34.34
%29.82
%35.84

CMYK color model

#E4C6EE color CMYK value is (4,17,0,7).

  • cyan value is 4.20%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (4,17,0,7)
C4M17Y0K7 (4%, 17%, 0%, 7%)
(0.04 / 0.17 / 0.00 / 0.07)

CMYK percentages

%4.2
%16.81
%0
%6.67

Codes

Color #E4C6EE in popluar color models

E4 C6 EE
RGB 228 198 238
HSL 285° 54.05% 85.49%
HSB/HSV 285° 16.81% 93.33%
CMYK 4.20% 16.81% 0.00%
6.67%

Color #E4C6EE in popluar number systems.

HEX E4 C6 EE
Decimal 228 198 238
Binary 11100100 11000110 11101110
Octal 344 306 356

Shades and tints

Shades of #E4C6EE

#E4C6EE
(228,198,238)
#D0B4D9
(208,180,217)
#BCA2C4
(188,162,196)
#A890AF
(168,144,175)
#947E9A
(148,126,154)
#806C85
(128,108,133)
#6C5A70
(108,90,112)
#58485B
(88,72,91)
#443646
(68,54,70)
#302431
(48,36,49)
#1C121C
(28,18,28)
#000000
(0,0,0)

Tints of #E4C6EE

#E4C6EE
(228,198,238)
#E6CBEF
(230,203,239)
#E8D0F0
(232,208,240)
#EAD5F1
(234,213,241)
#ECDAF2
(236,218,242)
#EEDFF3
(238,223,243)
#F0E4F4
(240,228,244)
#F2E9F5
(242,233,245)
#F4EEF6
(244,238,246)
#F6F3F7
(246,243,247)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C6EE color. Also use rgb(228,198,238) instead hex code.

Text Font Color

.myTextColor { color: #E4C6EE; }

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

This text font color is #E4C6EE.

Background Color

.myBgColor { background-color: #E4C6EE; }

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

This div background color is #E4C6EE.

Border color

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

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

This div border color is #E4C6EE.

Opacity

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

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

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

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

This text has shadow with #E4C6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C6EE.

Preview

Color preview on black background

This text has color #E4C6EE on black background.


Color preview on white background

This text has color #E4C6EE on white background.


Black color preview on #E4C6EE background

This text has black color on #E4C6EE background.


White color preview on #E4C6EE background

This text has white color on #E4C6EE background.


Related colors

Complementary color

Complementary color for #hex is #1B3911.


I love getcolorcode.com

Triadic colors

1 #EEE4C6 and #C6EEE4 with #E4C6EE are triadic colors.

2 #EEC6E4 and #C6E4EE with #E4C6EE are triadic colors.