COLOR #EBDDE9

HEX: #EBDDE9
RGB: (235,221,233)

Color info

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

RGB color model

#EBDDE9 color RGB value is (235,221,233).

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

RGB channels and saturation

R 235 of 255 = 92%
G 221 of 255 = 87%
B 233 of 255 = 91%

235
221
233

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

Portions of RGB colors in percentages

R + G + B =
235 + 221 + 233 = 689 (100%)
R 235 of 689 ~ 34.11%
G 221 of 689 ~ 32.08%
B 233 of 689 ~ 33.82%

%34.11
%32.08
%33.82

CMYK color model

#EBDDE9 color CMYK value is (0,6,1,8).

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 0.85%
  • key color value is 7.84%
CMYK:
(0,6,1,8)
C0M6Y1K8 
(0%,6%,1%,8%)
(0.00/0.06/0.01/0.08)	

CMYK percentages

%0
%5.96
%0.85
%7.84

Codes

Color #EBDDE9 in popluar color models

EBDDE9
RGB235221233
HSL309°25.93%89.41%
HSB/HSV309°5.96%92.16%
CMYK0.00%5.96%0.85%
7.84%

Color #EBDDE9 in popluar number systems.

HEXEBDDE9
Decimal235221233
Binary111010111101110111101001
Octal353335351

Shades and tints

Shades of #EBDDE9

#EBDDE9
(235,221,233)
#D6C9D4
(214,201,212)
#C1B5BF
(193,181,191)
#ACA1AA
(172,161,170)
#978D95
(151,141,149)
#827980
(130,121,128)
#6D656B
(109,101,107)
#585156
(88,81,86)
#433D41
(67,61,65)
#2E292C
(46,41,44)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #EBDDE9

#EBDDE9
(235,221,233)
#ECE0EB
(236,224,235)
#EDE3ED
(237,227,237)
#EEE6EF
(238,230,239)
#EFE9F1
(239,233,241)
#F0ECF3
(240,236,243)
#F1EFF5
(241,239,245)
#F2F2F7
(242,242,247)
#F3F5F9
(243,245,249)
#F4F8FB
(244,248,251)
#F5FBFD
(245,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDDE9; }

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

This text font color is #EBDDE9.


Background Color

.myBgColor { background-color: #EBDDE9; }

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

This div background color is #EBDDE9.


Border color

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

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

This div border color is #EBDDE9.


Opacity

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

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

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

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

This text has shadow with #EBDDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDDE9 on black background.


Color preview on white background

This text has color #EBDDE9 on white background.



Black color preview on #EBDDE9 background

This text has black color on #EBDDE9 background.


White color preview on #EBDDE9 background

This text has white color on #EBDDE9 background.