COLOR #E6CEEE

HEX: #E6CEEE RGB: (230,206,238)

Color info

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

RGB color model

#E6CEEE color RGB value is (230,206,238).

RGB: (230,206,238) (90%, 81%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 206 of 255 = 81%
B 238 of 255 = 93%

230
206
238

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

Portions of RGB colors in percentages

R + G + B = 230 + 206 + 238 = 674 (100%)
R 230 of 674 ~ 34.12%
G 206 of 674 ~ 30.56%
B 238 of 674 ~ 35.31'%

%34.12
%30.56
%35.31

CMYK color model

#E6CEEE color CMYK value is (3,13,0,7).

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

CMYK: (3,13,0,7)
C3M13Y0K7 (3%, 13%, 0%, 7%)
(0.03 / 0.13 / 0.00 / 0.07)

CMYK percentages

%3.36
%13.45
%0
%6.67

Codes

Color #E6CEEE in popluar color models

E6 CE EE
RGB 230 206 238
HSL 285° 48.48% 87.06%
HSB/HSV 285° 13.45% 93.33%
CMYK 3.36% 13.45% 0.00%
6.67%

Color #E6CEEE in popluar number systems.

HEX E6 CE EE
Decimal 230 206 238
Binary 11100110 11001110 11101110
Octal 346 316 356

Shades and tints

Shades of #E6CEEE

#E6CEEE
(230,206,238)
#D2BCD9
(210,188,217)
#BEAAC4
(190,170,196)
#AA98AF
(170,152,175)
#96869A
(150,134,154)
#827485
(130,116,133)
#6E6270
(110,98,112)
#5A505B
(90,80,91)
#463E46
(70,62,70)
#322C31
(50,44,49)
#1E1A1C
(30,26,28)
#000000
(0,0,0)

Tints of #E6CEEE

#E6CEEE
(230,206,238)
#E8D2EF
(232,210,239)
#EAD6F0
(234,214,240)
#ECDAF1
(236,218,241)
#EEDEF2
(238,222,242)
#F0E2F3
(240,226,243)
#F2E6F4
(242,230,244)
#F4EAF5
(244,234,245)
#F6EEF6
(246,238,246)
#F8F2F7
(248,242,247)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CEEE; }

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

This text font color is #E6CEEE.

Background Color

.myBgColor { background-color: #E6CEEE; }

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

This div background color is #E6CEEE.

Border color

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

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

This div border color is #E6CEEE.

Opacity

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

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

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

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

This text has shadow with #E6CEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CEEE.

Preview

Color preview on black background

This text has color #E6CEEE on black background.


Color preview on white background

This text has color #E6CEEE on white background.


Black color preview on #E6CEEE background

This text has black color on #E6CEEE background.


White color preview on #E6CEEE background

This text has white color on #E6CEEE background.


Related colors

Complementary color

Complementary color for #hex is #193111.


I love getcolorcode.com

Triadic colors

1 #EEE6CE and #CEEEE6 with #E6CEEE are triadic colors.

2 #EECEE6 and #CEE6EE with #E6CEEE are triadic colors.