COLOR #EBDADD

HEX: #EBDADD RGB: (235,218,221)

Color info

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

RGB color model

#EBDADD color RGB value is (235,218,221).

RGB: (235,218,221) (92%, 85%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 221 of 255 = 87%

235
218
221

R + G + B ~ 88%. #EBDADD is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 218 + 221 = 674 (100%)
R 235 of 674 ~ 34.87%
G 218 of 674 ~ 32.34%
B 221 of 674 ~ 32.79'%

%34.87
%32.34
%32.79

CMYK color model

#EBDADD color CMYK value is (0,7,6,8).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 5.96%
  • key color value is 7.84%

CMYK: (0,7,6,8)
C0M7Y6K8 (0%, 7%, 6%, 8%)
(0.00 / 0.07 / 0.06 / 0.08)

CMYK percentages

%0
%7.23
%5.96
%7.84

Codes

Color #EBDADD in popluar color models

EB DA DD
RGB 235 218 221
HSL 349° 29.82% 88.82%
HSB/HSV 349° 7.23% 92.16%
CMYK 0.00% 7.23% 5.96%
7.84%

Color #EBDADD in popluar number systems.

HEX EB DA DD
Decimal 235 218 221
Binary 11101011 11011010 11011101
Octal 353 332 335

Shades and tints

Shades of #EBDADD

#EBDADD
(235,218,221)
#D6C7C9
(214,199,201)
#C1B4B5
(193,180,181)
#ACA1A1
(172,161,161)
#978E8D
(151,142,141)
#827B79
(130,123,121)
#6D6865
(109,104,101)
#585551
(88,85,81)
#43423D
(67,66,61)
#2E2F29
(46,47,41)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #EBDADD

#EBDADD
(235,218,221)
#ECDDE0
(236,221,224)
#EDE0E3
(237,224,227)
#EEE3E6
(238,227,230)
#EFE6E9
(239,230,233)
#F0E9EC
(240,233,236)
#F1ECEF
(241,236,239)
#F2EFF2
(242,239,242)
#F3F2F5
(243,242,245)
#F4F5F8
(244,245,248)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDADD; }

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

This text font color is #EBDADD.

Background Color

.myBgColor { background-color: #EBDADD; }

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

This div background color is #EBDADD.

Border color

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

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

This div border color is #EBDADD.

Opacity

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

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

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

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

This text has shadow with #EBDADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDADD.

Preview

Color preview on black background

This text has color #EBDADD on black background.


Color preview on white background

This text has color #EBDADD on white background.


Black color preview on #EBDADD background

This text has black color on #EBDADD background.


White color preview on #EBDADD background

This text has white color on #EBDADD background.


Related colors

Complementary color

Complementary color for #hex is #142522.


I love getcolorcode.com

Triadic colors

1 #DDEBDA and #DADDEB with #EBDADD are triadic colors.

2 #DDDAEB and #DAEBDD with #EBDADD are triadic colors.