COLOR #EBD5ED

HEX: #EBD5ED
RGB: (235,213,237)

Color info

#EBD5ED contains red, green and blue colors in about the same proportion. Web safe color of #EBD5ED is #FFCCFF (or #FCF).

RGB color model

#EBD5ED color RGB value is (235,213,237).

  • red value is 235;
  • green value is 213;
  • blue value is 237.
RGB:
(235,213,237)
(92%,84%,93%)

RGB channels and saturation

R 235 of 255 = 92%
G 213 of 255 = 84%
B 237 of 255 = 93%

235
213
237

R + G + B ~ 90%. #EBD5ED is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 213 + 237 = 685 (100%)
R 235 of 685 ~ 34.31%
G 213 of 685 ~ 31.09%
B 237 of 685 ~ 34.6%

%34.31
%31.09
%34.6

CMYK color model

#EBD5ED color CMYK value is (1,10,0,7).

  • cyan value is 0.84%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(1,10,0,7)
C1M10Y0K7 
(1%,10%,0%,7%)
(0.01/0.10/0.00/0.07)	

CMYK percentages

%0.84
%10.13
%0
%7.06

Codes

Color #EBD5ED in popluar color models

EBD5ED
RGB235213237
HSL295°40.00%88.24%
HSB/HSV295°10.13%92.94%
CMYK0.84%10.13%0.00%
7.06%

Color #EBD5ED in popluar number systems.

HEXEBD5ED
Decimal235213237
Binary111010111101010111101101
Octal353325355

Shades and tints

Shades of #EBD5ED

#EBD5ED
(235,213,237)
#D6C2D8
(214,194,216)
#C1AFC3
(193,175,195)
#AC9CAE
(172,156,174)
#978999
(151,137,153)
#827684
(130,118,132)
#6D636F
(109,99,111)
#58505A
(88,80,90)
#433D45
(67,61,69)
#2E2A30
(46,42,48)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #EBD5ED

#EBD5ED
(235,213,237)
#ECD8EE
(236,216,238)
#EDDBEF
(237,219,239)
#EEDEF0
(238,222,240)
#EFE1F1
(239,225,241)
#F0E4F2
(240,228,242)
#F1E7F3
(241,231,243)
#F2EAF4
(242,234,244)
#F3EDF5
(243,237,245)
#F4F0F6
(244,240,246)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD5ED; }

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

This text font color is #EBD5ED.


Background Color

.myBgColor { background-color: #EBD5ED; }

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

This div background color is #EBD5ED.


Border color

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

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

This div border color is #EBD5ED.


Opacity

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

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

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

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

This text has shadow with #EBD5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD5ED on black background.


Color preview on white background

This text has color #EBD5ED on white background.



Black color preview on #EBD5ED background

This text has black color on #EBD5ED background.


White color preview on #EBD5ED background

This text has white color on #EBD5ED background.