COLOR #EBDAEE

HEX: #EBDAEE
RGB: (235,218,238)

Color info

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

RGB color model

#EBDAEE color RGB value is (235,218,238).

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

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 238 of 255 = 93%

235
218
238

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

Portions of RGB colors in percentages

R + G + B =
235 + 218 + 238 = 691 (100%)
R 235 of 691 ~ 34.01%
G 218 of 691 ~ 31.55%
B 238 of 691 ~ 34.44%

%34.01
%31.55
%34.44

CMYK color model

#EBDAEE color CMYK value is (1,8,0,7).

  • cyan value is 1.26%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(1,8,0,7)
C1M8Y0K7 
(1%,8%,0%,7%)
(0.01/0.08/0.00/0.07)	

CMYK percentages

%1.26
%8.4
%0
%6.67

Codes

Color #EBDAEE in popluar color models

EBDAEE
RGB235218238
HSL291°37.04%89.41%
HSB/HSV291°8.40%93.33%
CMYK1.26%8.40%0.00%
6.67%

Color #EBDAEE in popluar number systems.

HEXEBDAEE
Decimal235218238
Binary111010111101101011101110
Octal353332356

Shades and tints

Shades of #EBDAEE

#EBDAEE
(235,218,238)
#D6C7D9
(214,199,217)
#C1B4C4
(193,180,196)
#ACA1AF
(172,161,175)
#978E9A
(151,142,154)
#827B85
(130,123,133)
#6D6870
(109,104,112)
#58555B
(88,85,91)
#434246
(67,66,70)
#2E2F31
(46,47,49)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #EBDAEE

#EBDAEE
(235,218,238)
#ECDDEF
(236,221,239)
#EDE0F0
(237,224,240)
#EEE3F1
(238,227,241)
#EFE6F2
(239,230,242)
#F0E9F3
(240,233,243)
#F1ECF4
(241,236,244)
#F2EFF5
(242,239,245)
#F3F2F6
(243,242,246)
#F4F5F7
(244,245,247)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDAEE; }

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

This text font color is #EBDAEE.


Background Color

.myBgColor { background-color: #EBDAEE; }

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

This div background color is #EBDAEE.


Border color

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

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

This div border color is #EBDAEE.


Opacity

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

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

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

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

This text has shadow with #EBDAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDAEE on black background.


Color preview on white background

This text has color #EBDAEE on white background.



Black color preview on #EBDAEE background

This text has black color on #EBDAEE background.


White color preview on #EBDAEE background

This text has white color on #EBDAEE background.