COLOR #EBDDE1

HEX: #EBDDE1
RGB: (235,221,225)

Color info

#EBDDE1 contains red, green and blue colors in about the same proportion. Web safe color of #EBDDE1 is #FFCCCC (or #FCC).

RGB color model

#EBDDE1 color RGB value is (235,221,225).

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

RGB channels and saturation

R 235 of 255 = 92%
G 221 of 255 = 87%
B 225 of 255 = 88%

235
221
225

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

Portions of RGB colors in percentages

R + G + B =
235 + 221 + 225 = 681 (100%)
R 235 of 681 ~ 34.51%
G 221 of 681 ~ 32.45%
B 225 of 681 ~ 33.04%

%34.51
%32.45
%33.04

CMYK color model

#EBDDE1 color CMYK value is (0,6,4,8).

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(0,6,4,8)
C0M6Y4K8 
(0%,6%,4%,8%)
(0.00/0.06/0.04/0.08)	

CMYK percentages

%0
%5.96
%4.26
%7.84

Codes

Color #EBDDE1 in popluar color models

EBDDE1
RGB235221225
HSL343°25.93%89.41%
HSB/HSV343°5.96%92.16%
CMYK0.00%5.96%4.26%
7.84%

Color #EBDDE1 in popluar number systems.

HEXEBDDE1
Decimal235221225
Binary111010111101110111100001
Octal353335341

Shades and tints

Shades of #EBDDE1

#EBDDE1
(235,221,225)
#D6C9CD
(214,201,205)
#C1B5B9
(193,181,185)
#ACA1A5
(172,161,165)
#978D91
(151,141,145)
#82797D
(130,121,125)
#6D6569
(109,101,105)
#585155
(88,81,85)
#433D41
(67,61,65)
#2E292D
(46,41,45)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #EBDDE1

#EBDDE1
(235,221,225)
#ECE0E3
(236,224,227)
#EDE3E5
(237,227,229)
#EEE6E7
(238,230,231)
#EFE9E9
(239,233,233)
#F0ECEB
(240,236,235)
#F1EFED
(241,239,237)
#F2F2EF
(242,242,239)
#F3F5F1
(243,245,241)
#F4F8F3
(244,248,243)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDDE1; }

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

This text font color is #EBDDE1.


Background Color

.myBgColor { background-color: #EBDDE1; }

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

This div background color is #EBDDE1.


Border color

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

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

This div border color is #EBDDE1.


Opacity

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

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

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

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

This text has shadow with #EBDDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDDE1 on black background.


Color preview on white background

This text has color #EBDDE1 on white background.



Black color preview on #EBDDE1 background

This text has black color on #EBDDE1 background.


White color preview on #EBDDE1 background

This text has white color on #EBDDE1 background.