COLOR #ECC6FF

HEX: #ECC6FF RGB: (236,198,255)

Color info

#ECC6FF contains red, green and blue colors in about the same proportion. Web safe color of #ECC6FF is #FFCCFF (or #FCF).

RGB color model

#ECC6FF color RGB value is (236,198,255).

RGB: (236,198,255) (93%, 78%, 100%)

RGB channels and saturation

R 236 of 255 = 93%
G 198 of 255 = 78%
B 255 of 255 = 100%

236
198
255

R + G + B ~ 90%. #ECC6FF is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 198 + 255 = 689 (100%)
R 236 of 689 ~ 34.25%
G 198 of 689 ~ 28.74%
B 255 of 689 ~ 37.01'%

%34.25
%28.74
%37.01

CMYK color model

#ECC6FF color CMYK value is (7,22,0,0).

  • cyan value is 7.45%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (7,22,0,0) C7M22Y0K0 (7%,22%,0%,0%) (0.07/0.22/0.00/0.00) 

CMYK percentages

%7.45
%22.35
%0
%0

Codes

Color #ECC6FF in popluar color models

EC C6 FF
RGB 236 198 255
HSL 280° 100.00% 88.82%
HSB/HSV 280° 22.35% 100.00%
CMYK 7.45% 22.35% 0.00%
0.00%

Color #ECC6FF in popluar number systems.

HEX EC C6 FF
Decimal 236 198 255
Binary 11101100 11000110 11111111
Octal 354 306 377

Shades and tints

Shades of #ECC6FF

#ECC6FF
(236,198,255)
#D7B4E8
(215,180,232)
#C2A2D1
(194,162,209)
#AD90BA
(173,144,186)
#987EA3
(152,126,163)
#836C8C
(131,108,140)
#6E5A75
(110,90,117)
#59485E
(89,72,94)
#443647
(68,54,71)
#2F2430
(47,36,48)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #ECC6FF

#ECC6FF
(236,198,255)
#EDCBFF
(237,203,255)
#EED0FF
(238,208,255)
#EFD5FF
(239,213,255)
#F0DAFF
(240,218,255)
#F1DFFF
(241,223,255)
#F2E4FF
(242,228,255)
#F3E9FF
(243,233,255)
#F4EEFF
(244,238,255)
#F5F3FF
(245,243,255)
#F6F8FF
(246,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC6FF; }

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

This text font color is #ECC6FF.

Background Color

.myBgColor { background-color: #ECC6FF; }

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

This div background color is #ECC6FF.

Border color

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

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

This div border color is #ECC6FF.

Opacity

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

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

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

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

This text has shadow with #ECC6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC6FF.

Preview

Color preview on black background

This text has color #ECC6FF on black background.


Color preview on white background

This text has color #ECC6FF on white background.


Black color preview on #ECC6FF background

This text has black color on #ECC6FF background.


White color preview on #ECC6FF background

This text has white color on #ECC6FF background.


Related colors

Complementary color

Complementary color for #hex is #133900.


I love getcolorcode.com

Triadic colors

1 #FFECC6 and #C6FFEC with #ECC6FF are triadic colors.

2 #FFC6EC and #C6ECFF with #ECC6FF are triadic colors.