COLOR #EBDEEA

HEX: #EBDEEA RGB: (235,222,234)

Color info

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

RGB color model

#EBDEEA color RGB value is (235,222,234).

RGB: (235,222,234) (92%, 87%, 92%)

RGB channels and saturation

R 235 of 255 = 92%
G 222 of 255 = 87%
B 234 of 255 = 92%

235
222
234

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

Portions of RGB colors in percentages

R + G + B = 235 + 222 + 234 = 691 (100%)
R 235 of 691 ~ 34.01%
G 222 of 691 ~ 32.13%
B 234 of 691 ~ 33.86'%

%34.01
%32.13
%33.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK: (0,6,0,8) C0M6Y0K8 (0%,6%,0%,8%) (0.00/0.06/0.00/0.08) 

CMYK percentages

%0
%5.53
%0.43
%7.84

Codes

Color #EBDEEA in popluar color models

EB DE EA
RGB 235 222 234
HSL 305° 24.53% 89.61%
HSB/HSV 305° 5.53% 92.16%
CMYK 0.00% 5.53% 0.43%
7.84%

Color #EBDEEA in popluar number systems.

HEX EB DE EA
Decimal 235 222 234
Binary 11101011 11011110 11101010
Octal 353 336 352

Shades and tints

Shades of #EBDEEA

#EBDEEA
(235,222,234)
#D6CAD5
(214,202,213)
#C1B6C0
(193,182,192)
#ACA2AB
(172,162,171)
#978E96
(151,142,150)
#827A81
(130,122,129)
#6D666C
(109,102,108)
#585257
(88,82,87)
#433E42
(67,62,66)
#2E2A2D
(46,42,45)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #EBDEEA

#EBDEEA
(235,222,234)
#ECE1EB
(236,225,235)
#EDE4EC
(237,228,236)
#EEE7ED
(238,231,237)
#EFEAEE
(239,234,238)
#F0EDEF
(240,237,239)
#F1F0F0
(241,240,240)
#F2F3F1
(242,243,241)
#F3F6F2
(243,246,242)
#F4F9F3
(244,249,243)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDEEA color. Also use rgb(235,222,234) instead hex code.

Text Font Color

.myTextColor { color: #EBDEEA; }

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

This text font color is #EBDEEA.

Background Color

.myBgColor { background-color: #EBDEEA; }

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

This div background color is #EBDEEA.

Border color

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

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

This div border color is #EBDEEA.

Opacity

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

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

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

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

This text has shadow with #EBDEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDEEA.

Preview

Color preview on black background

This text has color #EBDEEA on black background.


Color preview on white background

This text has color #EBDEEA on white background.


Black color preview on #EBDEEA background

This text has black color on #EBDEEA background.


White color preview on #EBDEEA background

This text has white color on #EBDEEA background.


Related colors

Complementary color

Complementary color for #hex is #142115.


I love getcolorcode.com

Triadic colors

1 #EAEBDE and #DEEAEB with #EBDEEA are triadic colors.

2 #EADEEB and #DEEBEA with #EBDEEA are triadic colors.