COLOR #EBD2EE

HEX: #EBD2EE
RGB: (235,210,238)

Color info

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

RGB color model

#EBD2EE color RGB value is (235,210,238).

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

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 238 of 255 = 93%

235
210
238

R + G + B ~ 89%. #EBD2EE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 210 + 238 = 683 (100%)
R 235 of 683 ~ 34.41%
G 210 of 683 ~ 30.75%
B 238 of 683 ~ 34.85%

%34.41
%30.75
%34.85

CMYK color model

#EBD2EE color CMYK value is (1,12,0,7).

  • cyan value is 1.26%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(1,12,0,7)
C1M12Y0K7 
(1%,12%,0%,7%)
(0.01/0.12/0.00/0.07)	

CMYK percentages

%1.26
%11.76
%0
%6.67

Codes

Color #EBD2EE in popluar color models

EBD2EE
RGB235210238
HSL294°45.16%87.84%
HSB/HSV294°11.76%93.33%
CMYK1.26%11.76%0.00%
6.67%

Color #EBD2EE in popluar number systems.

HEXEBD2EE
Decimal235210238
Binary111010111101001011101110
Octal353322356

Shades and tints

Shades of #EBD2EE

#EBD2EE
(235,210,238)
#D6BFD9
(214,191,217)
#C1ACC4
(193,172,196)
#AC99AF
(172,153,175)
#97869A
(151,134,154)
#827385
(130,115,133)
#6D6070
(109,96,112)
#584D5B
(88,77,91)
#433A46
(67,58,70)
#2E2731
(46,39,49)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #EBD2EE

#EBD2EE
(235,210,238)
#ECD6EF
(236,214,239)
#EDDAF0
(237,218,240)
#EEDEF1
(238,222,241)
#EFE2F2
(239,226,242)
#F0E6F3
(240,230,243)
#F1EAF4
(241,234,244)
#F2EEF5
(242,238,245)
#F3F2F6
(243,242,246)
#F4F6F7
(244,246,247)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD2EE; }

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

This text font color is #EBD2EE.


Background Color

.myBgColor { background-color: #EBD2EE; }

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

This div background color is #EBD2EE.


Border color

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

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

This div border color is #EBD2EE.


Opacity

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

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

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

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

This text has shadow with #EBD2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD2EE on black background.


Color preview on white background

This text has color #EBD2EE on white background.



Black color preview on #EBD2EE background

This text has black color on #EBD2EE background.


White color preview on #EBD2EE background

This text has white color on #EBD2EE background.