COLOR #EBDDF4

HEX: #EBDDF4
RGB: (235,221,244)

Color info

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

RGB color model

#EBDDF4 color RGB value is (235,221,244).

  • red value is 235;
  • green value is 221;
  • blue value is 244.
RGB:
(235,221,244)
(92%,87%,96%)

RGB channels and saturation

R 235 of 255 = 92%
G 221 of 255 = 87%
B 244 of 255 = 96%

235
221
244

R + G + B ~ 92%. #EBDDF4 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 221 + 244 = 700 (100%)
R 235 of 700 ~ 33.57%
G 221 of 700 ~ 31.57%
B 244 of 700 ~ 34.86%

%33.57
%31.57
%34.86

CMYK color model

#EBDDF4 color CMYK value is (4,9,0,4).

  • cyan value is 3.69%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(4,9,0,4)
C4M9Y0K4 
(4%,9%,0%,4%)
(0.04/0.09/0.00/0.04)	

CMYK percentages

%3.69
%9.43
%0
%4.31

Codes

Color #EBDDF4 in popluar color models

EBDDF4
RGB235221244
HSL277°51.11%91.18%
HSB/HSV277°9.43%95.69%
CMYK3.69%9.43%0.00%
4.31%

Color #EBDDF4 in popluar number systems.

HEXEBDDF4
Decimal235221244
Binary111010111101110111110100
Octal353335364

Shades and tints

Shades of #EBDDF4

#EBDDF4
(235,221,244)
#D6C9DE
(214,201,222)
#C1B5C8
(193,181,200)
#ACA1B2
(172,161,178)
#978D9C
(151,141,156)
#827986
(130,121,134)
#6D6570
(109,101,112)
#58515A
(88,81,90)
#433D44
(67,61,68)
#2E292E
(46,41,46)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #EBDDF4

#EBDDF4
(235,221,244)
#ECE0F5
(236,224,245)
#EDE3F6
(237,227,246)
#EEE6F7
(238,230,247)
#EFE9F8
(239,233,248)
#F0ECF9
(240,236,249)
#F1EFFA
(241,239,250)
#F2F2FB
(242,242,251)
#F3F5FC
(243,245,252)
#F4F8FD
(244,248,253)
#F5FBFE
(245,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDDF4 color. Also use rgb(235,221,244) instead hex code.

Text Font Color

.myTextColor { color: #EBDDF4; }

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

This text font color is #EBDDF4.


Background Color

.myBgColor { background-color: #EBDDF4; }

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

This div background color is #EBDDF4.


Border color

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

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

This div border color is #EBDDF4.


Opacity

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

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

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

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

This text has shadow with #EBDDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDDF4 on black background.


Color preview on white background

This text has color #EBDDF4 on white background.



Black color preview on #EBDDF4 background

This text has black color on #EBDDF4 background.


White color preview on #EBDDF4 background

This text has white color on #EBDDF4 background.