COLOR #EBDFEE

HEX: #EBDFEE
RGB: (235,223,238)

Color info

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

RGB color model

#EBDFEE color RGB value is (235,223,238).

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

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 238 of 255 = 93%

235
223
238

R + G + B ~ 91%. #EBDFEE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 223 + 238 = 696 (100%)
R 235 of 696 ~ 33.76%
G 223 of 696 ~ 32.04%
B 238 of 696 ~ 34.2%

%33.76
%32.04
%34.2

CMYK color model

#EBDFEE color CMYK value is (1,6,0,7).

  • cyan value is 1.26%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(1,6,0,7)
C1M6Y0K7 
(1%,6%,0%,7%)
(0.01/0.06/0.00/0.07)	

CMYK percentages

%1.26
%6.3
%0
%6.67

Codes

Color #EBDFEE in popluar color models

EBDFEE
RGB235223238
HSL288°30.61%90.39%
HSB/HSV288°6.30%93.33%
CMYK1.26%6.30%0.00%
6.67%

Color #EBDFEE in popluar number systems.

HEXEBDFEE
Decimal235223238
Binary111010111101111111101110
Octal353337356

Shades and tints

Shades of #EBDFEE

#EBDFEE
(235,223,238)
#D6CBD9
(214,203,217)
#C1B7C4
(193,183,196)
#ACA3AF
(172,163,175)
#978F9A
(151,143,154)
#827B85
(130,123,133)
#6D6770
(109,103,112)
#58535B
(88,83,91)
#433F46
(67,63,70)
#2E2B31
(46,43,49)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #EBDFEE

#EBDFEE
(235,223,238)
#ECE1EF
(236,225,239)
#EDE3F0
(237,227,240)
#EEE5F1
(238,229,241)
#EFE7F2
(239,231,242)
#F0E9F3
(240,233,243)
#F1EBF4
(241,235,244)
#F2EDF5
(242,237,245)
#F3EFF6
(243,239,246)
#F4F1F7
(244,241,247)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFEE; }

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

This text font color is #EBDFEE.


Background Color

.myBgColor { background-color: #EBDFEE; }

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

This div background color is #EBDFEE.


Border color

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

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

This div border color is #EBDFEE.


Opacity

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

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

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

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

This text has shadow with #EBDFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDFEE on black background.


Color preview on white background

This text has color #EBDFEE on white background.



Black color preview on #EBDFEE background

This text has black color on #EBDFEE background.


White color preview on #EBDFEE background

This text has white color on #EBDFEE background.