COLOR #EBE2ED

HEX: #EBE2ED RGB: (235,226,237)

Color info

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

RGB color model

#EBE2ED color RGB value is (235,226,237).

RGB: (235,226,237) (92%, 89%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 226 of 255 = 89%
B 237 of 255 = 93%

235
226
237

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

Portions of RGB colors in percentages

R + G + B = 235 + 226 + 237 = 698 (100%)
R 235 of 698 ~ 33.67%
G 226 of 698 ~ 32.38%
B 237 of 698 ~ 33.95'%

%33.67
%32.38
%33.95

CMYK color model

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

  • cyan value is 0.84%
  • magenta value is 4.64%
  • 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
%4.64
%0
%7.06

Codes

Color #EBE2ED in popluar color models

EB E2 ED
RGB 235 226 237
HSL 289° 23.40% 90.78%
HSB/HSV 289° 4.64% 92.94%
CMYK 0.84% 4.64% 0.00%
7.06%

Color #EBE2ED in popluar number systems.

HEX EB E2 ED
Decimal 235 226 237
Binary 11101011 11100010 11101101
Octal 353 342 355

Shades and tints

Shades of #EBE2ED

#EBE2ED
(235,226,237)
#D6CED8
(214,206,216)
#C1BAC3
(193,186,195)
#ACA6AE
(172,166,174)
#979299
(151,146,153)
#827E84
(130,126,132)
#6D6A6F
(109,106,111)
#58565A
(88,86,90)
#434245
(67,66,69)
#2E2E30
(46,46,48)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #EBE2ED

#EBE2ED
(235,226,237)
#ECE4EE
(236,228,238)
#EDE6EF
(237,230,239)
#EEE8F0
(238,232,240)
#EFEAF1
(239,234,241)
#F0ECF2
(240,236,242)
#F1EEF3
(241,238,243)
#F2F0F4
(242,240,244)
#F3F2F5
(243,242,245)
#F4F4F6
(244,244,246)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE2ED; }

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

This text font color is #EBE2ED.

Background Color

.myBgColor { background-color: #EBE2ED; }

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

This div background color is #EBE2ED.

Border color

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

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

This div border color is #EBE2ED.

Opacity

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

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

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

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

This text has shadow with #EBE2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE2ED.

Preview

Color preview on black background

This text has color #EBE2ED on black background.


Color preview on white background

This text has color #EBE2ED on white background.


Black color preview on #EBE2ED background

This text has black color on #EBE2ED background.


White color preview on #EBE2ED background

This text has white color on #EBE2ED background.


Related colors

Complementary color

Complementary color for #hex is #141D12.


I love getcolorcode.com

Triadic colors

1 #EDEBE2 and #E2EDEB with #EBE2ED are triadic colors.

2 #EDE2EB and #E2EBED with #EBE2ED are triadic colors.