COLOR #E6CCEE

HEX: #E6CCEE RGB: (230,204,238)

Color info

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

RGB color model

#E6CCEE color RGB value is (230,204,238).

RGB: (230,204,238) (90%, 80%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 204 of 255 = 80%
B 238 of 255 = 93%

230
204
238

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

Portions of RGB colors in percentages

R + G + B = 230 + 204 + 238 = 672 (100%)
R 230 of 672 ~ 34.23%
G 204 of 672 ~ 30.36%
B 238 of 672 ~ 35.42'%

%34.23
%30.36
%35.42

CMYK color model

#E6CCEE color CMYK value is (3,14,0,7).

  • cyan value is 3.36%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (3,14,0,7)
C3M14Y0K7 (3%, 14%, 0%, 7%)
(0.03 / 0.14 / 0.00 / 0.07)

CMYK percentages

%3.36
%14.29
%0
%6.67

Codes

Color #E6CCEE in popluar color models

E6 CC EE
RGB 230 204 238
HSL 286° 50.00% 86.67%
HSB/HSV 286° 14.29% 93.33%
CMYK 3.36% 14.29% 0.00%
6.67%

Color #E6CCEE in popluar number systems.

HEX E6 CC EE
Decimal 230 204 238
Binary 11100110 11001100 11101110
Octal 346 314 356

Shades and tints

Shades of #E6CCEE

#E6CCEE
(230,204,238)
#D2BAD9
(210,186,217)
#BEA8C4
(190,168,196)
#AA96AF
(170,150,175)
#96849A
(150,132,154)
#827285
(130,114,133)
#6E6070
(110,96,112)
#5A4E5B
(90,78,91)
#463C46
(70,60,70)
#322A31
(50,42,49)
#1E181C
(30,24,28)
#000000
(0,0,0)

Tints of #E6CCEE

#E6CCEE
(230,204,238)
#E8D0EF
(232,208,239)
#EAD4F0
(234,212,240)
#ECD8F1
(236,216,241)
#EEDCF2
(238,220,242)
#F0E0F3
(240,224,243)
#F2E4F4
(242,228,244)
#F4E8F5
(244,232,245)
#F6ECF6
(246,236,246)
#F8F0F7
(248,240,247)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CCEE color. Also use rgb(230,204,238) instead hex code.

Text Font Color

.myTextColor { color: #E6CCEE; }

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

This text font color is #E6CCEE.

Background Color

.myBgColor { background-color: #E6CCEE; }

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

This div background color is #E6CCEE.

Border color

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

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

This div border color is #E6CCEE.

Opacity

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

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

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

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

This text has shadow with #E6CCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CCEE.

Preview

Color preview on black background

This text has color #E6CCEE on black background.


Color preview on white background

This text has color #E6CCEE on white background.


Black color preview on #E6CCEE background

This text has black color on #E6CCEE background.


White color preview on #E6CCEE background

This text has white color on #E6CCEE background.


Related colors

Complementary color

Complementary color for #hex is #193311.


I love getcolorcode.com

Triadic colors

1 #EEE6CC and #CCEEE6 with #E6CCEE are triadic colors.

2 #EECCE6 and #CCE6EE with #E6CCEE are triadic colors.