COLOR #E0C6EE

HEX: #E0C6EE RGB: (224,198,238)

Color info

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

RGB color model

#E0C6EE color RGB value is (224,198,238).

RGB: (224,198,238) (88%, 78%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 198 of 255 = 78%
B 238 of 255 = 93%

224
198
238

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

Portions of RGB colors in percentages

R + G + B = 224 + 198 + 238 = 660 (100%)
R 224 of 660 ~ 33.94%
G 198 of 660 ~ 30%
B 238 of 660 ~ 36.06'%

%33.94
%30
%36.06

CMYK color model

#E0C6EE color CMYK value is (6,17,0,7).

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

CMYK: (6,17,0,7)
C6M17Y0K7 (6%, 17%, 0%, 7%)
(0.06 / 0.17 / 0.00 / 0.07)

CMYK percentages

%5.88
%16.81
%0
%6.67

Codes

Color #E0C6EE in popluar color models

E0 C6 EE
RGB 224 198 238
HSL 279° 54.05% 85.49%
HSB/HSV 279° 16.81% 93.33%
CMYK 5.88% 16.81% 0.00%
6.67%

Color #E0C6EE in popluar number systems.

HEX E0 C6 EE
Decimal 224 198 238
Binary 11100000 11000110 11101110
Octal 340 306 356

Shades and tints

Shades of #E0C6EE

#E0C6EE
(224,198,238)
#CCB4D9
(204,180,217)
#B8A2C4
(184,162,196)
#A490AF
(164,144,175)
#907E9A
(144,126,154)
#7C6C85
(124,108,133)
#685A70
(104,90,112)
#54485B
(84,72,91)
#403646
(64,54,70)
#2C2431
(44,36,49)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #E0C6EE

#E0C6EE
(224,198,238)
#E2CBEF
(226,203,239)
#E4D0F0
(228,208,240)
#E6D5F1
(230,213,241)
#E8DAF2
(232,218,242)
#EADFF3
(234,223,243)
#ECE4F4
(236,228,244)
#EEE9F5
(238,233,245)
#F0EEF6
(240,238,246)
#F2F3F7
(242,243,247)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C6EE; }

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

This text font color is #E0C6EE.

Background Color

.myBgColor { background-color: #E0C6EE; }

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

This div background color is #E0C6EE.

Border color

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

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

This div border color is #E0C6EE.

Opacity

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

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

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

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

This text has shadow with #E0C6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C6EE.

Preview

Color preview on black background

This text has color #E0C6EE on black background.


Color preview on white background

This text has color #E0C6EE on white background.


Black color preview on #E0C6EE background

This text has black color on #E0C6EE background.


White color preview on #E0C6EE background

This text has white color on #E0C6EE background.


Related colors

Complementary color

Complementary color for #hex is #1F3911.


I love getcolorcode.com

Triadic colors

1 #EEE0C6 and #C6EEE0 with #E0C6EE are triadic colors.

2 #EEC6E0 and #C6E0EE with #E0C6EE are triadic colors.