COLOR #EBCDD5

HEX: #EBCDD5 RGB: (235,205,213)

Color info

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

RGB color model

#EBCDD5 color RGB value is (235,205,213).

RGB: (235,205,213) (92%, 80%, 84%)

RGB channels and saturation

R 235 of 255 = 92%
G 205 of 255 = 80%
B 213 of 255 = 84%

235
205
213

R + G + B ~ 85%. #EBCDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 205 + 213 = 653 (100%)
R 235 of 653 ~ 35.99%
G 205 of 653 ~ 31.39%
B 213 of 653 ~ 32.62'%

%35.99
%31.39
%32.62

CMYK color model

#EBCDD5 color CMYK value is (0,13,9,8).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 9.36%
  • key color value is 7.84%

CMYK: (0,13,9,8)
C0M13Y9K8 (0%, 13%, 9%, 8%)
(0.00 / 0.13 / 0.09 / 0.08)

CMYK percentages

%0
%12.77
%9.36
%7.84

Codes

Color #EBCDD5 in popluar color models

EB CD D5
RGB 235 205 213
HSL 344° 42.86% 86.27%
HSB/HSV 344° 12.77% 92.16%
CMYK 0.00% 12.77% 9.36%
7.84%

Color #EBCDD5 in popluar number systems.

HEX EB CD D5
Decimal 235 205 213
Binary 11101011 11001101 11010101
Octal 353 315 325

Shades and tints

Shades of #EBCDD5

#EBCDD5
(235,205,213)
#D6BBC2
(214,187,194)
#C1A9AF
(193,169,175)
#AC979C
(172,151,156)
#978589
(151,133,137)
#827376
(130,115,118)
#6D6163
(109,97,99)
#584F50
(88,79,80)
#433D3D
(67,61,61)
#2E2B2A
(46,43,42)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #EBCDD5

#EBCDD5
(235,205,213)
#ECD1D8
(236,209,216)
#EDD5DB
(237,213,219)
#EED9DE
(238,217,222)
#EFDDE1
(239,221,225)
#F0E1E4
(240,225,228)
#F1E5E7
(241,229,231)
#F2E9EA
(242,233,234)
#F3EDED
(243,237,237)
#F4F1F0
(244,241,240)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCDD5 color. Also use rgb(235,205,213) instead hex code.

Text Font Color

.myTextColor { color: #EBCDD5; }

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

This text font color is #EBCDD5.

Background Color

.myBgColor { background-color: #EBCDD5; }

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

This div background color is #EBCDD5.

Border color

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

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

This div border color is #EBCDD5.

Opacity

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

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

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

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

This text has shadow with #EBCDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCDD5.

Preview

Color preview on black background

This text has color #EBCDD5 on black background.


Color preview on white background

This text has color #EBCDD5 on white background.


Black color preview on #EBCDD5 background

This text has black color on #EBCDD5 background.


White color preview on #EBCDD5 background

This text has white color on #EBCDD5 background.


Related colors

Complementary color

Complementary color for #hex is #14322A.


I love getcolorcode.com

Triadic colors

1 #D5EBCD and #CDD5EB with #EBCDD5 are triadic colors.

2 #D5CDEB and #CDEBD5 with #EBCDD5 are triadic colors.