COLOR #E6C6FF

HEX: #E6C6FF RGB: (230,198,255)

Color info

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

RGB color model

#E6C6FF color RGB value is (230,198,255).

RGB: (230,198,255) (90%, 78%, 100%)

RGB channels and saturation

R 230 of 255 = 90%
G 198 of 255 = 78%
B 255 of 255 = 100%

230
198
255

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

Portions of RGB colors in percentages

R + G + B = 230 + 198 + 255 = 683 (100%)
R 230 of 683 ~ 33.67%
G 198 of 683 ~ 28.99%
B 255 of 683 ~ 37.34'%

%33.67
%28.99
%37.34

CMYK color model

#E6C6FF color CMYK value is (10,22,0,0).

  • cyan value is 9.80%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (10,22,0,0)
C10M22Y0K0 (10%, 22%, 0%, 0%)
(0.10 / 0.22 / 0.00 / 0.00)

CMYK percentages

%9.8
%22.35
%0
%0

Codes

Color #E6C6FF in popluar color models

E6 C6 FF
RGB 230 198 255
HSL 274° 100.00% 88.82%
HSB/HSV 274° 22.35% 100.00%
CMYK 9.80% 22.35% 0.00%
0.00%

Color #E6C6FF in popluar number systems.

HEX E6 C6 FF
Decimal 230 198 255
Binary 11100110 11000110 11111111
Octal 346 306 377

Shades and tints

Shades of #E6C6FF

#E6C6FF
(230,198,255)
#D2B4E8
(210,180,232)
#BEA2D1
(190,162,209)
#AA90BA
(170,144,186)
#967EA3
(150,126,163)
#826C8C
(130,108,140)
#6E5A75
(110,90,117)
#5A485E
(90,72,94)
#463647
(70,54,71)
#322430
(50,36,48)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #E6C6FF

#E6C6FF
(230,198,255)
#E8CBFF
(232,203,255)
#EAD0FF
(234,208,255)
#ECD5FF
(236,213,255)
#EEDAFF
(238,218,255)
#F0DFFF
(240,223,255)
#F2E4FF
(242,228,255)
#F4E9FF
(244,233,255)
#F6EEFF
(246,238,255)
#F8F3FF
(248,243,255)
#FAF8FF
(250,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C6FF color. Also use rgb(230,198,255) instead hex code.

Text Font Color

.myTextColor { color: #E6C6FF; }

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

This text font color is #E6C6FF.

Background Color

.myBgColor { background-color: #E6C6FF; }

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

This div background color is #E6C6FF.

Border color

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

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

This div border color is #E6C6FF.

Opacity

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

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

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

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

This text has shadow with #E6C6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C6FF.

Preview

Color preview on black background

This text has color #E6C6FF on black background.


Color preview on white background

This text has color #E6C6FF on white background.


Black color preview on #E6C6FF background

This text has black color on #E6C6FF background.


White color preview on #E6C6FF background

This text has white color on #E6C6FF background.


Related colors

Complementary color

Complementary color for #hex is #193900.


I love getcolorcode.com

Triadic colors

1 #FFE6C6 and #C6FFE6 with #E6C6FF are triadic colors.

2 #FFC6E6 and #C6E6FF with #E6C6FF are triadic colors.