COLOR #EBD4DC

HEX: #EBD4DC RGB: (235,212,220)

Color info

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

RGB color model

#EBD4DC color RGB value is (235,212,220).

RGB: (235,212,220) (92%, 83%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 212 of 255 = 83%
B 220 of 255 = 86%

235
212
220

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

Portions of RGB colors in percentages

R + G + B = 235 + 212 + 220 = 667 (100%)
R 235 of 667 ~ 35.23%
G 212 of 667 ~ 31.78%
B 220 of 667 ~ 32.98'%

%35.23
%31.78
%32.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 6.38%
  • 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
%6.38
%7.84

Codes

Color #EBD4DC in popluar color models

EB D4 DC
RGB 235 212 220
HSL 339° 36.51% 87.65%
HSB/HSV 339° 9.79% 92.16%
CMYK 0.00% 9.79% 6.38%
7.84%

Color #EBD4DC in popluar number systems.

HEX EB D4 DC
Decimal 235 212 220
Binary 11101011 11010100 11011100
Octal 353 324 334

Shades and tints

Shades of #EBD4DC

#EBD4DC
(235,212,220)
#D6C1C8
(214,193,200)
#C1AEB4
(193,174,180)
#AC9BA0
(172,155,160)
#97888C
(151,136,140)
#827578
(130,117,120)
#6D6264
(109,98,100)
#584F50
(88,79,80)
#433C3C
(67,60,60)
#2E2928
(46,41,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #EBD4DC

#EBD4DC
(235,212,220)
#ECD7DF
(236,215,223)
#EDDAE2
(237,218,226)
#EEDDE5
(238,221,229)
#EFE0E8
(239,224,232)
#F0E3EB
(240,227,235)
#F1E6EE
(241,230,238)
#F2E9F1
(242,233,241)
#F3ECF4
(243,236,244)
#F4EFF7
(244,239,247)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD4DC; }

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

This text font color is #EBD4DC.

Background Color

.myBgColor { background-color: #EBD4DC; }

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

This div background color is #EBD4DC.

Border color

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

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

This div border color is #EBD4DC.

Opacity

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

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

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

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

This text has shadow with #EBD4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD4DC.

Preview

Color preview on black background

This text has color #EBD4DC on black background.


Color preview on white background

This text has color #EBD4DC on white background.


Black color preview on #EBD4DC background

This text has black color on #EBD4DC background.


White color preview on #EBD4DC background

This text has white color on #EBD4DC background.


Related colors

Complementary color

Complementary color for #hex is #142B23.


I love getcolorcode.com

Triadic colors

1 #DCEBD4 and #D4DCEB with #EBD4DC are triadic colors.

2 #DCD4EB and #D4EBDC with #EBD4DC are triadic colors.