COLOR #EBCDD4

HEX: #EBCDD4 RGB: (235,205,212)

Color info

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

RGB color model

#EBCDD4 color RGB value is (235,205,212).

RGB: (235,205,212) (92%, 80%, 83%)

RGB channels and saturation

R 235 of 255 = 92%
G 205 of 255 = 80%
B 212 of 255 = 83%

235
205
212

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

Portions of RGB colors in percentages

R + G + B = 235 + 205 + 212 = 652 (100%)
R 235 of 652 ~ 36.04%
G 205 of 652 ~ 31.44%
B 212 of 652 ~ 32.52'%

%36.04
%31.44
%32.52

CMYK color model

#EBCDD4 color CMYK value is (0,13,10,8).

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

CMYK: (0,13,10,8)
C0M13Y10K8 (0%, 13%, 10%, 8%)
(0.00 / 0.13 / 0.10 / 0.08)

CMYK percentages

%0
%12.77
%9.79
%7.84

Codes

Color #EBCDD4 in popluar color models

EB CD D4
RGB 235 205 212
HSL 346° 42.86% 86.27%
HSB/HSV 346° 12.77% 92.16%
CMYK 0.00% 12.77% 9.79%
7.84%

Color #EBCDD4 in popluar number systems.

HEX EB CD D4
Decimal 235 205 212
Binary 11101011 11001101 11010100
Octal 353 315 324

Shades and tints

Shades of #EBCDD4

#EBCDD4
(235,205,212)
#D6BBC1
(214,187,193)
#C1A9AE
(193,169,174)
#AC979B
(172,151,155)
#978588
(151,133,136)
#827375
(130,115,117)
#6D6162
(109,97,98)
#584F4F
(88,79,79)
#433D3C
(67,61,60)
#2E2B29
(46,43,41)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #EBCDD4

#EBCDD4
(235,205,212)
#ECD1D7
(236,209,215)
#EDD5DA
(237,213,218)
#EED9DD
(238,217,221)
#EFDDE0
(239,221,224)
#F0E1E3
(240,225,227)
#F1E5E6
(241,229,230)
#F2E9E9
(242,233,233)
#F3EDEC
(243,237,236)
#F4F1EF
(244,241,239)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCDD4; }

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

This text font color is #EBCDD4.

Background Color

.myBgColor { background-color: #EBCDD4; }

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

This div background color is #EBCDD4.

Border color

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

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

This div border color is #EBCDD4.

Opacity

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

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

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

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

This text has shadow with #EBCDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCDD4.

Preview

Color preview on black background

This text has color #EBCDD4 on black background.


Color preview on white background

This text has color #EBCDD4 on white background.


Black color preview on #EBCDD4 background

This text has black color on #EBCDD4 background.


White color preview on #EBCDD4 background

This text has white color on #EBCDD4 background.


Related colors

Complementary color

Complementary color for #hex is #14322B.


I love getcolorcode.com

Triadic colors

1 #D4EBCD and #CDD4EB with #EBCDD4 are triadic colors.

2 #D4CDEB and #CDEBD4 with #EBCDD4 are triadic colors.