COLOR #EBD4DE

HEX: #EBD4DE
RGB: (235,212,222)

Color info

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

RGB color model

#EBD4DE color RGB value is (235,212,222).

  • red value is 235;
  • green value is 212;
  • blue value is 222.
RGB:
(235,212,222)
(92%,83%,87%)

RGB channels and saturation

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

235
212
222

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

Portions of RGB colors in percentages

R + G + B =
235 + 212 + 222 = 669 (100%)
R 235 of 669 ~ 35.13%
G 212 of 669 ~ 31.69%
B 222 of 669 ~ 33.18%

%35.13
%31.69
%33.18

CMYK color model

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

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

Codes

Color #EBD4DE in popluar color models

EBD4DE
RGB235212222
HSL334°36.51%87.65%
HSB/HSV334°9.79%92.16%
CMYK0.00%9.79%5.53%
7.84%

Color #EBD4DE in popluar number systems.

HEXEBD4DE
Decimal235212222
Binary111010111101010011011110
Octal353324336

Shades and tints

Shades of #EBD4DE

#EBD4DE
(235,212,222)
#D6C1CA
(214,193,202)
#C1AEB6
(193,174,182)
#AC9BA2
(172,155,162)
#97888E
(151,136,142)
#82757A
(130,117,122)
#6D6266
(109,98,102)
#584F52
(88,79,82)
#433C3E
(67,60,62)
#2E292A
(46,41,42)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #EBD4DE

#EBD4DE
(235,212,222)
#ECD7E1
(236,215,225)
#EDDAE4
(237,218,228)
#EEDDE7
(238,221,231)
#EFE0EA
(239,224,234)
#F0E3ED
(240,227,237)
#F1E6F0
(241,230,240)
#F2E9F3
(242,233,243)
#F3ECF6
(243,236,246)
#F4EFF9
(244,239,249)
#F5F2FC
(245,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD4DE; }

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

This text font color is #EBD4DE.


Background Color

.myBgColor { background-color: #EBD4DE; }

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

This div background color is #EBD4DE.


Border color

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

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

This div border color is #EBD4DE.


Opacity

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

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

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

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

This text has shadow with #EBD4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD4DE on black background.


Color preview on white background

This text has color #EBD4DE on white background.



Black color preview on #EBD4DE background

This text has black color on #EBD4DE background.


White color preview on #EBD4DE background

This text has white color on #EBD4DE background.