COLOR #EBE1ED

HEX: #EBE1ED RGB: (235,225,237)

Color info

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

RGB color model

#EBE1ED color RGB value is (235,225,237).

RGB: (235,225,237) (92%, 88%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 237 of 255 = 93%

235
225
237

R + G + B ~ 91%. #EBE1ED is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 225 + 237 = 697 (100%)
R 235 of 697 ~ 33.72%
G 225 of 697 ~ 32.28%
B 237 of 697 ~ 34'%

%33.72
%32.28
%34

CMYK color model

#EBE1ED color CMYK value is (1,5,0,7).

  • cyan value is 0.84%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (1,5,0,7)
C1M5Y0K7 (1%, 5%, 0%, 7%)
(0.01 / 0.05 / 0.00 / 0.07)

CMYK percentages

%0.84
%5.06
%0
%7.06

Codes

Color #EBE1ED in popluar color models

EB E1 ED
RGB 235 225 237
HSL 290° 25.00% 90.59%
HSB/HSV 290° 5.06% 92.94%
CMYK 0.84% 5.06% 0.00%
7.06%

Color #EBE1ED in popluar number systems.

HEX EB E1 ED
Decimal 235 225 237
Binary 11101011 11100001 11101101
Octal 353 341 355

Shades and tints

Shades of #EBE1ED

#EBE1ED
(235,225,237)
#D6CDD8
(214,205,216)
#C1B9C3
(193,185,195)
#ACA5AE
(172,165,174)
#979199
(151,145,153)
#827D84
(130,125,132)
#6D696F
(109,105,111)
#58555A
(88,85,90)
#434145
(67,65,69)
#2E2D30
(46,45,48)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #EBE1ED

#EBE1ED
(235,225,237)
#ECE3EE
(236,227,238)
#EDE5EF
(237,229,239)
#EEE7F0
(238,231,240)
#EFE9F1
(239,233,241)
#F0EBF2
(240,235,242)
#F1EDF3
(241,237,243)
#F2EFF4
(242,239,244)
#F3F1F5
(243,241,245)
#F4F3F6
(244,243,246)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE1ED; }

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

This text font color is #EBE1ED.

Background Color

.myBgColor { background-color: #EBE1ED; }

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

This div background color is #EBE1ED.

Border color

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

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

This div border color is #EBE1ED.

Opacity

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

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

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

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

This text has shadow with #EBE1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE1ED.

Preview

Color preview on black background

This text has color #EBE1ED on black background.


Color preview on white background

This text has color #EBE1ED on white background.


Black color preview on #EBE1ED background

This text has black color on #EBE1ED background.


White color preview on #EBE1ED background

This text has white color on #EBE1ED background.


Related colors

Complementary color

Complementary color for #hex is #141E12.


I love getcolorcode.com

Triadic colors

1 #EDEBE1 and #E1EDEB with #EBE1ED are triadic colors.

2 #EDE1EB and #E1EBED with #EBE1ED are triadic colors.