COLOR #EBCCF1

HEX: #EBCCF1 RGB: (235,204,241)

Color info

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

RGB color model

#EBCCF1 color RGB value is (235,204,241).

RGB: (235,204,241) (92%, 80%, 95%)

RGB channels and saturation

R 235 of 255 = 92%
G 204 of 255 = 80%
B 241 of 255 = 95%

235
204
241

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

Portions of RGB colors in percentages

R + G + B = 235 + 204 + 241 = 680 (100%)
R 235 of 680 ~ 34.56%
G 204 of 680 ~ 30%
B 241 of 680 ~ 35.44'%

%34.56
%30
%35.44

CMYK color model

#EBCCF1 color CMYK value is (2,15,0,5).

  • cyan value is 2.49%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (2,15,0,5)
C2M15Y0K5 (2%, 15%, 0%, 5%)
(0.02 / 0.15 / 0.00 / 0.05)

CMYK percentages

%2.49
%15.35
%0
%5.49

Codes

Color #EBCCF1 in popluar color models

EB CC F1
RGB 235 204 241
HSL 290° 56.92% 87.25%
HSB/HSV 290° 15.35% 94.51%
CMYK 2.49% 15.35% 0.00%
5.49%

Color #EBCCF1 in popluar number systems.

HEX EB CC F1
Decimal 235 204 241
Binary 11101011 11001100 11110001
Octal 353 314 361

Shades and tints

Shades of #EBCCF1

#EBCCF1
(235,204,241)
#D6BADC
(214,186,220)
#C1A8C7
(193,168,199)
#AC96B2
(172,150,178)
#97849D
(151,132,157)
#827288
(130,114,136)
#6D6073
(109,96,115)
#584E5E
(88,78,94)
#433C49
(67,60,73)
#2E2A34
(46,42,52)
#19181F
(25,24,31)
#000000
(0,0,0)

Tints of #EBCCF1

#EBCCF1
(235,204,241)
#ECD0F2
(236,208,242)
#EDD4F3
(237,212,243)
#EED8F4
(238,216,244)
#EFDCF5
(239,220,245)
#F0E0F6
(240,224,246)
#F1E4F7
(241,228,247)
#F2E8F8
(242,232,248)
#F3ECF9
(243,236,249)
#F4F0FA
(244,240,250)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCCF1 color. Also use rgb(235,204,241) instead hex code.

Text Font Color

.myTextColor { color: #EBCCF1; }

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

This text font color is #EBCCF1.

Background Color

.myBgColor { background-color: #EBCCF1; }

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

This div background color is #EBCCF1.

Border color

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

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

This div border color is #EBCCF1.

Opacity

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

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

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

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

This text has shadow with #EBCCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCCF1.

Preview

Color preview on black background

This text has color #EBCCF1 on black background.


Color preview on white background

This text has color #EBCCF1 on white background.


Black color preview on #EBCCF1 background

This text has black color on #EBCCF1 background.


White color preview on #EBCCF1 background

This text has white color on #EBCCF1 background.


Related colors

Complementary color

Complementary color for #hex is #14330E.


I love getcolorcode.com

Triadic colors

1 #F1EBCC and #CCF1EB with #EBCCF1 are triadic colors.

2 #F1CCEB and #CCEBF1 with #EBCCF1 are triadic colors.