COLOR #EBDAEC

HEX: #EBDAEC RGB: (235,218,236)

Color info

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

RGB color model

#EBDAEC color RGB value is (235,218,236).

RGB: (235,218,236) (92%, 85%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 218 of 255 = 85%
B 236 of 255 = 93%

235
218
236

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

Portions of RGB colors in percentages

R + G + B = 235 + 218 + 236 = 689 (100%)
R 235 of 689 ~ 34.11%
G 218 of 689 ~ 31.64%
B 236 of 689 ~ 34.25'%

%34.11
%31.64
%34.25

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (0,8,0,7)
C0M8Y0K7 (0%, 8%, 0%, 7%)
(0.00 / 0.08 / 0.00 / 0.07)

CMYK percentages

%0.42
%7.63
%0
%7.45

Codes

Color #EBDAEC in popluar color models

EB DA EC
RGB 235 218 236
HSL 297° 32.14% 89.02%
HSB/HSV 297° 7.63% 92.55%
CMYK 0.42% 7.63% 0.00%
7.45%

Color #EBDAEC in popluar number systems.

HEX EB DA EC
Decimal 235 218 236
Binary 11101011 11011010 11101100
Octal 353 332 354

Shades and tints

Shades of #EBDAEC

#EBDAEC
(235,218,236)
#D6C7D7
(214,199,215)
#C1B4C2
(193,180,194)
#ACA1AD
(172,161,173)
#978E98
(151,142,152)
#827B83
(130,123,131)
#6D686E
(109,104,110)
#585559
(88,85,89)
#434244
(67,66,68)
#2E2F2F
(46,47,47)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #EBDAEC

#EBDAEC
(235,218,236)
#ECDDED
(236,221,237)
#EDE0EE
(237,224,238)
#EEE3EF
(238,227,239)
#EFE6F0
(239,230,240)
#F0E9F1
(240,233,241)
#F1ECF2
(241,236,242)
#F2EFF3
(242,239,243)
#F3F2F4
(243,242,244)
#F4F5F5
(244,245,245)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDAEC; }

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

This text font color is #EBDAEC.

Background Color

.myBgColor { background-color: #EBDAEC; }

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

This div background color is #EBDAEC.

Border color

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

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

This div border color is #EBDAEC.

Opacity

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

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

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

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

This text has shadow with #EBDAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDAEC.

Preview

Color preview on black background

This text has color #EBDAEC on black background.


Color preview on white background

This text has color #EBDAEC on white background.


Black color preview on #EBDAEC background

This text has black color on #EBDAEC background.


White color preview on #EBDAEC background

This text has white color on #EBDAEC background.


Related colors

Complementary color

Complementary color for #hex is #142513.


I love getcolorcode.com

Triadic colors

1 #ECEBDA and #DAECEB with #EBDAEC are triadic colors.

2 #ECDAEB and #DAEBEC with #EBDAEC are triadic colors.