COLOR #E6CCFA

HEX: #E6CCFA RGB: (230,204,250)

Color info

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

RGB color model

#E6CCFA color RGB value is (230,204,250).

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

RGB channels and saturation

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

230
204
250

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

Portions of RGB colors in percentages

R + G + B = 230 + 204 + 250 = 684 (100%)
R 230 of 684 ~ 33.63%
G 204 of 684 ~ 29.82%
B 250 of 684 ~ 36.55'%

%33.63
%29.82
%36.55

CMYK color model

#E6CCFA color CMYK value is (8,18,0,2).

  • cyan value is 8.00%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (8,18,0,2)
C8M18Y0K2 (8%, 18%, 0%, 2%)
(0.08 / 0.18 / 0.00 / 0.02)

CMYK percentages

%8
%18.4
%0
%1.96

Codes

Color #E6CCFA in popluar color models

E6 CC FA
RGB 230 204 250
HSL 274° 82.14% 89.02%
HSB/HSV 274° 18.40% 98.04%
CMYK 8.00% 18.40% 0.00%
1.96%

Color #E6CCFA in popluar number systems.

HEX E6 CC FA
Decimal 230 204 250
Binary 11100110 11001100 11111010
Octal 346 314 372

Shades and tints

Shades of #E6CCFA

#E6CCFA
(230,204,250)
#D2BAE4
(210,186,228)
#BEA8CE
(190,168,206)
#AA96B8
(170,150,184)
#9684A2
(150,132,162)
#82728C
(130,114,140)
#6E6076
(110,96,118)
#5A4E60
(90,78,96)
#463C4A
(70,60,74)
#322A34
(50,42,52)
#1E181E
(30,24,30)
#000000
(0,0,0)

Tints of #E6CCFA

#E6CCFA
(230,204,250)
#E8D0FA
(232,208,250)
#EAD4FA
(234,212,250)
#ECD8FA
(236,216,250)
#EEDCFA
(238,220,250)
#F0E0FA
(240,224,250)
#F2E4FA
(242,228,250)
#F4E8FA
(244,232,250)
#F6ECFA
(246,236,250)
#F8F0FA
(248,240,250)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CCFA; }

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

This text font color is #E6CCFA.

Background Color

.myBgColor { background-color: #E6CCFA; }

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

This div background color is #E6CCFA.

Border color

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

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

This div border color is #E6CCFA.

Opacity

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

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

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

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

This text has shadow with #E6CCFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CCFA.

Preview

Color preview on black background

This text has color #E6CCFA on black background.


Color preview on white background

This text has color #E6CCFA on white background.


Black color preview on #E6CCFA background

This text has black color on #E6CCFA background.


White color preview on #E6CCFA background

This text has white color on #E6CCFA background.


Related colors

Complementary color

Complementary color for #hex is #193305.


I love getcolorcode.com

Triadic colors

1 #FAE6CC and #CCFAE6 with #E6CCFA are triadic colors.

2 #FACCE6 and #CCE6FA with #E6CCFA are triadic colors.