COLOR #EBD4DD

HEX: #EBD4DD RGB: (235,212,221)

Color info

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

RGB color model

#EBD4DD color RGB value is (235,212,221).

RGB: (235,212,221) (92%, 83%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 212 of 255 = 83%
B 221 of 255 = 87%

235
212
221

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

Portions of RGB colors in percentages

R + G + B = 235 + 212 + 221 = 668 (100%)
R 235 of 668 ~ 35.18%
G 212 of 668 ~ 31.74%
B 221 of 668 ~ 33.08'%

%35.18
%31.74
%33.08

CMYK color model

#EBD4DD color CMYK value is (0,10,6,8).

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK: (0,10,6,8) C0M10Y6K8 (0%,10%,6%,8%) (0.00/0.10/0.06/0.08) 

CMYK percentages

%0
%9.79
%5.96
%7.84

Codes

Color #EBD4DD in popluar color models

EB D4 DD
RGB 235 212 221
HSL 337° 36.51% 87.65%
HSB/HSV 337° 9.79% 92.16%
CMYK 0.00% 9.79% 5.96%
7.84%

Color #EBD4DD in popluar number systems.

HEX EB D4 DD
Decimal 235 212 221
Binary 11101011 11010100 11011101
Octal 353 324 335

Shades and tints

Shades of #EBD4DD

#EBD4DD
(235,212,221)
#D6C1C9
(214,193,201)
#C1AEB5
(193,174,181)
#AC9BA1
(172,155,161)
#97888D
(151,136,141)
#827579
(130,117,121)
#6D6265
(109,98,101)
#584F51
(88,79,81)
#433C3D
(67,60,61)
#2E2929
(46,41,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #EBD4DD

#EBD4DD
(235,212,221)
#ECD7E0
(236,215,224)
#EDDAE3
(237,218,227)
#EEDDE6
(238,221,230)
#EFE0E9
(239,224,233)
#F0E3EC
(240,227,236)
#F1E6EF
(241,230,239)
#F2E9F2
(242,233,242)
#F3ECF5
(243,236,245)
#F4EFF8
(244,239,248)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD4DD; }

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

This text font color is #EBD4DD.

Background Color

.myBgColor { background-color: #EBD4DD; }

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

This div background color is #EBD4DD.

Border color

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

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

This div border color is #EBD4DD.

Opacity

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

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

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

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

This text has shadow with #EBD4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD4DD.

Preview

Color preview on black background

This text has color #EBD4DD on black background.


Color preview on white background

This text has color #EBD4DD on white background.


Black color preview on #EBD4DD background

This text has black color on #EBD4DD background.


White color preview on #EBD4DD background

This text has white color on #EBD4DD background.


Related colors

Complementary color

Complementary color for #hex is #142B22.


I love getcolorcode.com

Triadic colors

1 #DDEBD4 and #D4DDEB with #EBD4DD are triadic colors.

2 #DDD4EB and #D4EBDD with #EBD4DD are triadic colors.