COLOR #E6CCFB

HEX: #E6CCFB RGB: (230,204,251)

Color info

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

RGB color model

#E6CCFB color RGB value is (230,204,251).

RGB: (230,204,251) (90%, 80%, 98%)

RGB channels and saturation

R 230 of 255 = 90%
G 204 of 255 = 80%
B 251 of 255 = 98%

230
204
251

R + G + B ~ 89%. #E6CCFB is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 204 + 251 = 685 (100%)
R 230 of 685 ~ 33.58%
G 204 of 685 ~ 29.78%
B 251 of 685 ~ 36.64'%

%33.58
%29.78
%36.64

CMYK color model

#E6CCFB color CMYK value is (8,19,0,2).

  • cyan value is 8.37%
  • magenta value is 18.73%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (8,19,0,2)
C8M19Y0K2 (8%, 19%, 0%, 2%)
(0.08 / 0.19 / 0.00 / 0.02)

CMYK percentages

%8.37
%18.73
%0
%1.57

Codes

Color #E6CCFB in popluar color models

E6 CC FB
RGB 230 204 251
HSL 273° 85.45% 89.22%
HSB/HSV 273° 18.73% 98.43%
CMYK 8.37% 18.73% 0.00%
1.57%

Color #E6CCFB in popluar number systems.

HEX E6 CC FB
Decimal 230 204 251
Binary 11100110 11001100 11111011
Octal 346 314 373

Shades and tints

Shades of #E6CCFB

#E6CCFB
(230,204,251)
#D2BAE5
(210,186,229)
#BEA8CF
(190,168,207)
#AA96B9
(170,150,185)
#9684A3
(150,132,163)
#82728D
(130,114,141)
#6E6077
(110,96,119)
#5A4E61
(90,78,97)
#463C4B
(70,60,75)
#322A35
(50,42,53)
#1E181F
(30,24,31)
#000000
(0,0,0)

Tints of #E6CCFB

#E6CCFB
(230,204,251)
#E8D0FB
(232,208,251)
#EAD4FB
(234,212,251)
#ECD8FB
(236,216,251)
#EEDCFB
(238,220,251)
#F0E0FB
(240,224,251)
#F2E4FB
(242,228,251)
#F4E8FB
(244,232,251)
#F6ECFB
(246,236,251)
#F8F0FB
(248,240,251)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CCFB; }

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

This text font color is #E6CCFB.

Background Color

.myBgColor { background-color: #E6CCFB; }

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

This div background color is #E6CCFB.

Border color

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

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

This div border color is #E6CCFB.

Opacity

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

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

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

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

This text has shadow with #E6CCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CCFB.

Preview

Color preview on black background

This text has color #E6CCFB on black background.


Color preview on white background

This text has color #E6CCFB on white background.


Black color preview on #E6CCFB background

This text has black color on #E6CCFB background.


White color preview on #E6CCFB background

This text has white color on #E6CCFB background.


Related colors

Complementary color

Complementary color for #hex is #193304.


I love getcolorcode.com

Triadic colors

1 #FBE6CC and #CCFBE6 with #E6CCFB are triadic colors.

2 #FBCCE6 and #CCE6FB with #E6CCFB are triadic colors.