COLOR #EBD2E5

HEX: #EBD2E5
RGB: (235,210,229)

Color info

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

RGB color model

#EBD2E5 color RGB value is (235,210,229).

  • red value is 235;
  • green value is 210;
  • blue value is 229.
RGB:
(235,210,229)
(92%,82%,90%)

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 229 of 255 = 90%

235
210
229

R + G + B ~ 88%. #EBD2E5 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 210 + 229 = 674 (100%)
R 235 of 674 ~ 34.87%
G 210 of 674 ~ 31.16%
B 229 of 674 ~ 33.98%

%34.87
%31.16
%33.98

CMYK color model

#EBD2E5 color CMYK value is (0,11,3,8).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 2.55%
  • key color value is 7.84%
CMYK:
(0,11,3,8)
C0M11Y3K8 
(0%,11%,3%,8%)
(0.00/0.11/0.03/0.08)	

CMYK percentages

%0
%10.64
%2.55
%7.84

Codes

Color #EBD2E5 in popluar color models

EBD2E5
RGB235210229
HSL314°38.46%87.25%
HSB/HSV314°10.64%92.16%
CMYK0.00%10.64%2.55%
7.84%

Color #EBD2E5 in popluar number systems.

HEXEBD2E5
Decimal235210229
Binary111010111101001011100101
Octal353322345

Shades and tints

Shades of #EBD2E5

#EBD2E5
(235,210,229)
#D6BFD1
(214,191,209)
#C1ACBD
(193,172,189)
#AC99A9
(172,153,169)
#978695
(151,134,149)
#827381
(130,115,129)
#6D606D
(109,96,109)
#584D59
(88,77,89)
#433A45
(67,58,69)
#2E2731
(46,39,49)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #EBD2E5

#EBD2E5
(235,210,229)
#ECD6E7
(236,214,231)
#EDDAE9
(237,218,233)
#EEDEEB
(238,222,235)
#EFE2ED
(239,226,237)
#F0E6EF
(240,230,239)
#F1EAF1
(241,234,241)
#F2EEF3
(242,238,243)
#F3F2F5
(243,242,245)
#F4F6F7
(244,246,247)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD2E5 color. Also use rgb(235,210,229) instead hex code.

Text Font Color

.myTextColor { color: #EBD2E5; }

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

This text font color is #EBD2E5.


Background Color

.myBgColor { background-color: #EBD2E5; }

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

This div background color is #EBD2E5.


Border color

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

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

This div border color is #EBD2E5.


Opacity

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

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

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

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

This text has shadow with #EBD2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD2E5 on black background.


Color preview on white background

This text has color #EBD2E5 on white background.



Black color preview on #EBD2E5 background

This text has black color on #EBD2E5 background.


White color preview on #EBD2E5 background

This text has white color on #EBD2E5 background.