COLOR #EBCCDB

HEX: #EBCCDB RGB: (235,204,219)

Color info

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

RGB color model

#EBCCDB color RGB value is (235,204,219).

RGB: (235,204,219) (92%, 80%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 204 of 255 = 80%
B 219 of 255 = 86%

235
204
219

R + G + B ~ 86%. #EBCCDB is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 204 + 219 = 658 (100%)
R 235 of 658 ~ 35.71%
G 204 of 658 ~ 31%
B 219 of 658 ~ 33.28'%

%35.71
%31
%33.28

CMYK color model

#EBCCDB color CMYK value is (0,13,7,8).

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK: (0,13,7,8) C0M13Y7K8 (0%,13%,7%,8%) (0.00/0.13/0.07/0.08) 

CMYK percentages

%0
%13.19
%6.81
%7.84

Codes

Color #EBCCDB in popluar color models

EB CC DB
RGB 235 204 219
HSL 331° 43.66% 86.08%
HSB/HSV 331° 13.19% 92.16%
CMYK 0.00% 13.19% 6.81%
7.84%

Color #EBCCDB in popluar number systems.

HEX EB CC DB
Decimal 235 204 219
Binary 11101011 11001100 11011011
Octal 353 314 333

Shades and tints

Shades of #EBCCDB

#EBCCDB
(235,204,219)
#D6BAC8
(214,186,200)
#C1A8B5
(193,168,181)
#AC96A2
(172,150,162)
#97848F
(151,132,143)
#82727C
(130,114,124)
#6D6069
(109,96,105)
#584E56
(88,78,86)
#433C43
(67,60,67)
#2E2A30
(46,42,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #EBCCDB

#EBCCDB
(235,204,219)
#ECD0DE
(236,208,222)
#EDD4E1
(237,212,225)
#EED8E4
(238,216,228)
#EFDCE7
(239,220,231)
#F0E0EA
(240,224,234)
#F1E4ED
(241,228,237)
#F2E8F0
(242,232,240)
#F3ECF3
(243,236,243)
#F4F0F6
(244,240,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCCDB; }

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

This text font color is #EBCCDB.

Background Color

.myBgColor { background-color: #EBCCDB; }

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

This div background color is #EBCCDB.

Border color

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

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

This div border color is #EBCCDB.

Opacity

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

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

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

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

This text has shadow with #EBCCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCCDB.

Preview

Color preview on black background

This text has color #EBCCDB on black background.


Color preview on white background

This text has color #EBCCDB on white background.


Black color preview on #EBCCDB background

This text has black color on #EBCCDB background.


White color preview on #EBCCDB background

This text has white color on #EBCCDB background.


Related colors

Complementary color

Complementary color for #hex is #143324.


I love getcolorcode.com

Triadic colors

1 #DBEBCC and #CCDBEB with #EBCCDB are triadic colors.

2 #DBCCEB and #CCEBDB with #EBCCDB are triadic colors.