COLOR #EBD0EE

HEX: #EBD0EE
RGB: (235,208,238)

Color info

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

RGB color model

#EBD0EE color RGB value is (235,208,238).

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

RGB channels and saturation

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

235
208
238

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

Portions of RGB colors in percentages

R + G + B =
235 + 208 + 238 = 681 (100%)
R 235 of 681 ~ 34.51%
G 208 of 681 ~ 30.54%
B 238 of 681 ~ 34.95%

%34.51
%30.54
%34.95

CMYK color model

#EBD0EE color CMYK value is (1,13,0,7).

  • cyan value is 1.26%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(1,13,0,7)
C1M13Y0K7 
(1%,13%,0%,7%)
(0.01/0.13/0.00/0.07)	

CMYK percentages

%1.26
%12.61
%0
%6.67

Codes

Color #EBD0EE in popluar color models

EBD0EE
RGB235208238
HSL294°46.88%87.45%
HSB/HSV294°12.61%93.33%
CMYK1.26%12.61%0.00%
6.67%

Color #EBD0EE in popluar number systems.

HEXEBD0EE
Decimal235208238
Binary111010111101000011101110
Octal353320356

Shades and tints

Shades of #EBD0EE

#EBD0EE
(235,208,238)
#D6BED9
(214,190,217)
#C1ACC4
(193,172,196)
#AC9AAF
(172,154,175)
#97889A
(151,136,154)
#827685
(130,118,133)
#6D6470
(109,100,112)
#58525B
(88,82,91)
#434046
(67,64,70)
#2E2E31
(46,46,49)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #EBD0EE

#EBD0EE
(235,208,238)
#ECD4EF
(236,212,239)
#EDD8F0
(237,216,240)
#EEDCF1
(238,220,241)
#EFE0F2
(239,224,242)
#F0E4F3
(240,228,243)
#F1E8F4
(241,232,244)
#F2ECF5
(242,236,245)
#F3F0F6
(243,240,246)
#F4F4F7
(244,244,247)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD0EE; }

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

This text font color is #EBD0EE.


Background Color

.myBgColor { background-color: #EBD0EE; }

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

This div background color is #EBD0EE.


Border color

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

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

This div border color is #EBD0EE.


Opacity

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

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

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

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

This text has shadow with #EBD0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD0EE on black background.


Color preview on white background

This text has color #EBD0EE on white background.



Black color preview on #EBD0EE background

This text has black color on #EBD0EE background.


White color preview on #EBD0EE background

This text has white color on #EBD0EE background.