COLOR #EBCCE5

HEX: #EBCCE5 RGB: (235,204,229)

Color info

#EBCCE5 contains red, green and blue colors in about the same proportion. Web safe color of #EBCCE5 is #FFCCCC (or #FCC).

RGB color model

#EBCCE5 color RGB value is (235,204,229).

RGB: (235,204,229) (92%, 80%, 90%)

RGB channels and saturation

R 235 of 255 = 92%
G 204 of 255 = 80%
B 229 of 255 = 90%

235
204
229

R + G + B ~ 87%. #EBCCE5 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 204 + 229 = 668 (100%)
R 235 of 668 ~ 35.18%
G 204 of 668 ~ 30.54%
B 229 of 668 ~ 34.28'%

%35.18
%30.54
%34.28

CMYK color model

#EBCCE5 color CMYK value is (0,13,3,8).

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 2.55%
  • key color value is 7.84%

CMYK: (0,13,3,8)
C0M13Y3K8 (0%, 13%, 3%, 8%)
(0.00 / 0.13 / 0.03 / 0.08)

CMYK percentages

%0
%13.19
%2.55
%7.84

Codes

Color #EBCCE5 in popluar color models

EB CC E5
RGB 235 204 229
HSL 312° 43.66% 86.08%
HSB/HSV 312° 13.19% 92.16%
CMYK 0.00% 13.19% 2.55%
7.84%

Color #EBCCE5 in popluar number systems.

HEX EB CC E5
Decimal 235 204 229
Binary 11101011 11001100 11100101
Octal 353 314 345

Shades and tints

Shades of #EBCCE5

#EBCCE5
(235,204,229)
#D6BAD1
(214,186,209)
#C1A8BD
(193,168,189)
#AC96A9
(172,150,169)
#978495
(151,132,149)
#827281
(130,114,129)
#6D606D
(109,96,109)
#584E59
(88,78,89)
#433C45
(67,60,69)
#2E2A31
(46,42,49)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #EBCCE5

#EBCCE5
(235,204,229)
#ECD0E7
(236,208,231)
#EDD4E9
(237,212,233)
#EED8EB
(238,216,235)
#EFDCED
(239,220,237)
#F0E0EF
(240,224,239)
#F1E4F1
(241,228,241)
#F2E8F3
(242,232,243)
#F3ECF5
(243,236,245)
#F4F0F7
(244,240,247)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCCE5; }

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

This text font color is #EBCCE5.

Background Color

.myBgColor { background-color: #EBCCE5; }

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

This div background color is #EBCCE5.

Border color

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

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

This div border color is #EBCCE5.

Opacity

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

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

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

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

This text has shadow with #EBCCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCCE5.

Preview

Color preview on black background

This text has color #EBCCE5 on black background.


Color preview on white background

This text has color #EBCCE5 on white background.


Black color preview on #EBCCE5 background

This text has black color on #EBCCE5 background.


White color preview on #EBCCE5 background

This text has white color on #EBCCE5 background.


Related colors

Complementary color

Complementary color for #hex is #14331A.


I love getcolorcode.com

Triadic colors

1 #E5EBCC and #CCE5EB with #EBCCE5 are triadic colors.

2 #E5CCEB and #CCEBE5 with #EBCCE5 are triadic colors.